Forum Discussion
TerriRa
Oct 10, 2021Copper Contributor
Sandbox - "Template Deployment Failed..."
I am working on an MS Learn module exercise "Create a website hosted in Azure". I clicked the link to set up the sandbox, which seemed to work, and signed into Azure portal. The right hand side of ...
- Oct 10, 2021Yes, you are correct. I have just tried it and you no longer have to select the Database Provider and there is no way to change the App Service plan tier. This is an issue with the ARM template
Julian_Sharp
Learn Expert
The sandboxes are locked down with Azure policies to prevent use of expensive resources
The error you are getting is that you are trying to create a resource that is outside of the policies
Looks like you are trying to create a Web Apps with a Premium v2 tier which is a production level tier and quite expensive so I would guess that is what is being blocked
Looking at https://docs.microsoft.com/en-us/learn/modules/azure-architecture-fundamentals/exercise-create-website you should be choosing the free F1 tier
TerriRa
Oct 10, 2021Copper Contributor
Julian - thanks so much for the quick reply! This does sound plausible, but I just went back into the create dialog and don't see anything that allows me to change the tier. If you look at the create screenshot that I posted, there is no "Database Provider" field listed, and I don't see any field that says "App Service plan/Location". I just guessed (incorrectly) that the Learn module was not quite in sync with the current Portal interface and that when I hit "Review + Create" at the bottom of the screen that the correct things would happen. Given the interface that I see, I can't tell how to specify my own database. Again, I don't know much about this, which is why I was going through the tutorial. But I do think your answer is correct, I just don't know how to select the free F1 tier.