I have created a new web app using powershell with this command.
new-AzureRMResourceGroupDeployment
Now I am looking to change app service plan for the web app from free to shared/standard etc.
having read articles
It's not possible to create empty app service plan. so what is the best way to achieve this. One possibility is to change my current app service to Standard. but it will then mean all other web apps in the same service plan will be having the standard plan as well.. How do I update just my web apps app service pricing tier through powershell or otherwise.