Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 813 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 813 Bytes

Web App Deployment slots demo

Demo leveraging the Microsoft tutorial "Build an ASP.NET Core and SQL Database app in Azure App Service" as documented here: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnetcore-sqldb. Added images to the header of the page to point out the different deployments on different slots.

Deploys an ARM Template with the following resources:

  • App Service Plan
  • App Service (connected to Azure SQL)
  • Staging slot (SQLite)
  • Azure SQL
  • App Insights

Can be used to demo App Insights, swapping slots and the effect of Deployment slot settings

Deploy to Azure