Skip to content

A walkthrough of working with Azure's App Service, with a focus on web apps

License

Notifications You must be signed in to change notification settings

lrakai/azure-app-service-web-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-app-service-web-apps

A walkthrough of working with Azure's App Service, with a focus on web app deployment and monitoring.

Final environment

Getting Started

Using Azure PowerShell, do the following to provision a Lab resource group:

.\startup.ps1

Following Along

  1. In the Azure Portal, create an App Service Web App including a Standard1 (S1) App Service plan
  2. Download the sample .NET Core 2 application
  3. Create a staging deployment slot
  4. Use Kudu to zip push deploy the application
  5. Swap the staging slot into production
  6. Enable Application Insights from the production Web App's blade
  7. Create an alert in Application Insights based on any criteria of your choosing

Tearing Down

When finished, remove the Azure resources with:

.\teardown.ps1

About

A walkthrough of working with Azure's App Service, with a focus on web apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published