Create an Azure Resource Manager (ARM) template that can provision the web application, SQL database, and deployment slots in a single automated process
Create an Azure Resource Manager (ARM) template that can provision the web application, SQL database, and deployment slots in a single automated process
This blog post shows, how to define an Azure Resource Manager template that can deploy application into the Microsoft Azure cloud using Platform-as-a-Service technology for web application and SQL database.
We are going to create three Azure environments (dev, test, production), each consisting of the following resources:
App Service
Web App
Auto-scale rule
Deployment slots (for…
View On WordPress









