Another simple script that updates an app setting. This one grabs the existing app settings of an Azure web app into a hash table that you can then add more hashes to. It’s nice because I manage a lot of web apps with different settings and I don’t want to carry over unnecessary settings from […]
Read More →Archive for August, 2018
Azure powershell – migrate web apps between resource groups
Simple script to move some web apps between resource groups. If you want to just move one app.
Read More →Azure powershell – move a webapp from one app service plan to another
Updated 7/12/2021 Move a list of apps in one app service plan to another. I was consolidating some app services into one app plan to save some money. Found my old script and updated it. It’s super simple but does the job.
Read More →