I recently wanted to create an Azure Resource Manager (ARM) template with a number of interdependent resources. This post contains a number of “Things I Learned”. Hopefully, you can avoid some of the problems I had.
The resources were:
- SQL server and database
- Azure function app
- Azure web app for an ASP.NET Core site
- Storage account
- Application Insights instance for the web app
- Application Insights instance for the function app
In my previous post I described a place to get detailed logs about Web App site extension installation. I had spent a long time to figure out the reason that the installation of the Application Insights site extension failed.