Blog Post

Microsoft Developer Community Blog
2 MIN READ

Azure Content Spotlight – Deployment Slots for Azure Web Apps

Ed Price's avatar
Ed Price
Former Employee
Feb 12, 2019
First published on MSDN on Feb 25, 2016

Authored by Ken Cenerelli


Welcome to another Azure Content Spotlight! These articles are used to highlight items in Azure that could be more visible to the Azure community.

For this post, I want to talk about Web Apps and Deployment Slots. If you are new to Azure, or have been around for a while, you might see references to Azure Websites or its newer name Azure Web Apps. This Azure feature allows you to host your website content in the cloud.

To find out more, view these links:

If you have critical content on a Web App but you want to roll out some changes – perhaps a new component or a complete website overhaul – you will want to test it first. This is where Deployment Slots are useful. You can deploy your changes to a staging slot for testing and then you can swap it into production confident it’s working. If the changes are not to your liking, you can roll back to your last known good state.

The following links have excellent content about Deployment Slots:

That should be enough links to get you started with this topic. If you find other information you think is useful, please post it in the comments.

by Ken Cenerelli ( Twitter , Blog , Profile )
Published Feb 12, 2019
Version 1.0
No CommentsBe the first to comment