Hello! So I was going through a talk I gave late 2017 about Continous delivery using Azure App slots, presentation link => https://speakerdeck.com/walecloud/continuous-delivery-microsoft-azure-app-slots.
I will be highlighting the steps needed to create an application in Azure using the APP Service, deploying varying versions with App slots.
Disclaimer: Some things have probably changed since then so thread with caution;
Step 1: Create the project source
Step 2: Create a web app in Azure
Step 3: Config Azure web App
Step 4: Choose source code repo for deployment
Step 5: Create a feature branch in source code
Step 6: Add app slot
Step 7: deploy a new app feature
Step 8: Swap slots for new feature added
Well, I hope it helps someone deploying with Azure.
Link to the actual work that inspired this => https://speakerdeck.com/walecloud/continuous-delivery-microsoft-azure-app-slots
Top comments (0)