SlideShare a Scribd company logo
BLUE/GREEN DEPLOYMENT ON

AZURE DEPLOYMENT SLOT
EBRU CUCEN
11/12/2017
AGENDA
▸ What is Deployment Slot?
▸ How it works?
▸ Why you should use it?
▸ When you should be careful?
S
WHAT?
BEFORE
App v1.0

slot=production
App v1.1

slot=staging
https://myapp.azurewebsites.net
https://myapp-staging.azurewebsites.net
ServicePlan
WHAT?
BEFORE
App v1.0

slot=production
App v1.1

slot=staging
ConnectionString
Application Settings
Handler Mappings
Monitoring and Diagnostics Settings
WebJob Content
SHARED
WHAT?
BEFORE
App v1.0

slot=production
App v1.1

slot=staging
ConnectionString
Application Settings
Publishing endpoints
Custom Domain Names
SSL Certificates and bindings
Scale Settings
WebJob Schedulers
Site Extensions
Handler Mappings
Monitoring and Diagnostics Settings
WebJob Content
PRODUCTIONONLYSHARED
APPLY
CONFIG
WARM UP
WHAT?
BEFORE AFTER
App v1.0

slot=production
App v1.1
App v1.0
App v1.1

slot=staging
AUTO-SWAP
MULTI-
PHASE SWAP
OPTIONS
PROCESS
SWAP
HOSTNAMES
New-AzureRmWebAppSlot -ResourceGroupName $rg -name $site -slot $slotName
Switch-AzureRmWebAppSlot -ResourceGroupName $rg -Name $site -SourceSlotName $slotName
 -DestinationSlotName production -SwapWithPreviewAction ApplySlotConfig 
Source slot warms up

Run tests
Switch-AzureRmWebAppSlot -ResourceGroupName $rg -Name $site -SourceSlotName $slotName 
-DestinationSlotName production -SwapWithPreviewAction CompleteSlotSwap
Switch-AzureRmWebAppSlot -ResourceGroupName $rg -Name $site -SourceSlotName $slotName 
-DestinationSlotName production -SwapWithPreviewAction ResetSlotSwap 
 
HOW?
PORTAL AZURE CLI POWERSHELL AZURE MANAGEMENT API
Pass? Fail?
WHY?
▸ Minimum Downtime
▸ Testable
▸ Rollbackable
EXTRA CARE
HICCUPS
Staging Slot Url : publicly accessible 

Can be avoided with a rewrite rule
Warm up : extra warm up needed?

Application Initialization Module
Sharing same Service Plan : slots not auto-scalable 

Use only for sanity testing, not a test environment
!
!
!
EXTRA CARE
HICCUPS
Service Plan Requires Pricing Tier Standard+ 

Service Plan can be upgraded before deployment,
downgraded after deployment
Will the non-prod deployment slots use
- Prod Database?
- Azure Search?
- Application Services?
!
!?
REFERENCES
▸ MS Docs:
▸ https://docs.microsoft.com/en-gb/azure/app-service/web-
sites-staged-publishing
▸ Warm Up with Application Initialization Module :

http://ruslany.net/2015/09/how-to-warm-up-azure-web-
app-during-deployment-slots-swap/
▸ PowerShell Examples:

http://ruslany.net/2016/10/using-powershell-to-manage-
azure-web-app-deployment-slots/
THANK YOU!

More Related Content

PPTX
Azure devops
PPTX
The Power of Azure DevOps
PDF
Introduction to Azure
PPTX
Azure App Service Deep Dive
PDF
Infrastructure as Code
PPTX
Microsoft Azure Technical Overview
PDF
Azure web apps
PPTX
Deployment model Blue Green deployment
Azure devops
The Power of Azure DevOps
Introduction to Azure
Azure App Service Deep Dive
Infrastructure as Code
Microsoft Azure Technical Overview
Azure web apps
Deployment model Blue Green deployment

What's hot (20)

PPTX
Introduction to Azure monitor
PPTX
Terraform on Azure
PPTX
Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...
PDF
CI:CD in Lightspeed with kubernetes and argo cd
PDF
DevOps Best Practices
PPTX
Modern CI/CD Pipeline Using Azure DevOps
PDF
Cloud native principles
PDF
Cloud Computing
PPTX
Mainframe Modernization with Precisely and Microsoft Azure
PPTX
App Modernisation with Microsoft Azure
PDF
Azure vm introduction
PDF
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
PPTX
Azure Service Bus
PDF
(Draft) Kubernetes - A Comprehensive Overview
PPTX
Azure governance
PPTX
Azure Key Vault - Getting Started
PPTX
What is AWS?
PDF
왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항
PPTX
Azure Virtual Desktop Overview.pptx
PDF
Cloud Computing Using OpenStack
Introduction to Azure monitor
Terraform on Azure
Azure Tutorial For Beginners | Microsoft Azure Tutorial For Beginners | Azure...
CI:CD in Lightspeed with kubernetes and argo cd
DevOps Best Practices
Modern CI/CD Pipeline Using Azure DevOps
Cloud native principles
Cloud Computing
Mainframe Modernization with Precisely and Microsoft Azure
App Modernisation with Microsoft Azure
Azure vm introduction
Azure Active Directory | Microsoft Azure Tutorial for Beginners | Azure 70-53...
Azure Service Bus
(Draft) Kubernetes - A Comprehensive Overview
Azure governance
Azure Key Vault - Getting Started
What is AWS?
왜 컨테이너인가? - OpenShift 구축 사례와 컨테이너로 환경 전환 시 고려사항
Azure Virtual Desktop Overview.pptx
Cloud Computing Using OpenStack
Ad

Similar to Azure WebApp Deployment Slots (20)

PPTX
Provisioning, deploying and debugging node.js applications on azure
PDF
2017 sitNL Cloud Foundry Masterclass
PPTX
App modernization in 2020 and beyond. Radu Vunvulea
PDF
JSNation.com - Azure Static Web Apps (SWA) with Azure DevOps
PDF
Microsoft Azure - Introduction to microsoft's public cloud
PPTX
Azure Websites
PPTX
Web Apps on Linux (Paas)
PDF
NGINX Can Do That? Test Drive Your Config File!
PDF
Azure Cloud Application Development Workshop - UGIdotNET
PPTX
Spring boot
PDF
DevTest Portfolio Overview
PPT
Managing Software from Development to Deployment in the Cloud
PDF
20171024 文化大學 1 azure big data ai
PDF
OnvioEndpointsDocumentMYSQLStepbyste.pdf
PDF
Deployment Best Practices on WebLogic Server (DOAG IMC Summit 2013)
PDF
Deployment Best Practices on WebLogic Server (DOAG IMC Summit 2013)
PDF
Progress application server for openedge best practices - PUG Baltic Annual C...
PDF
Deploying SharePoint @ Cloud
PDF
Introduction to Cloud Foundry #JJUG
PPTX
Serverless meetup Auckland #6
Provisioning, deploying and debugging node.js applications on azure
2017 sitNL Cloud Foundry Masterclass
App modernization in 2020 and beyond. Radu Vunvulea
JSNation.com - Azure Static Web Apps (SWA) with Azure DevOps
Microsoft Azure - Introduction to microsoft's public cloud
Azure Websites
Web Apps on Linux (Paas)
NGINX Can Do That? Test Drive Your Config File!
Azure Cloud Application Development Workshop - UGIdotNET
Spring boot
DevTest Portfolio Overview
Managing Software from Development to Deployment in the Cloud
20171024 文化大學 1 azure big data ai
OnvioEndpointsDocumentMYSQLStepbyste.pdf
Deployment Best Practices on WebLogic Server (DOAG IMC Summit 2013)
Deployment Best Practices on WebLogic Server (DOAG IMC Summit 2013)
Progress application server for openedge best practices - PUG Baltic Annual C...
Deploying SharePoint @ Cloud
Introduction to Cloud Foundry #JJUG
Serverless meetup Auckland #6
Ad

More from Ebru Cucen Çüçen (10)

PDF
Evolution of Graph Algorithms – Benefits and Challenges
PDF
How to Decentralise Controls (Hint: BDD on Policies)
PDF
Observability
PDF
Observability
PDF
Ebru cucen cloudnativeconference_20190925
PDF
PDF
Compliance As Code
PDF
Automating AWS And Azure Resources with Octopus Deploy
PDF
CI/CD Pipeline with Octopus Deploy
Evolution of Graph Algorithms – Benefits and Challenges
How to Decentralise Controls (Hint: BDD on Policies)
Observability
Observability
Ebru cucen cloudnativeconference_20190925
Compliance As Code
Automating AWS And Azure Resources with Octopus Deploy
CI/CD Pipeline with Octopus Deploy

Recently uploaded (20)

PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Getting Started with Data Integration: FME Form 101
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Unlocking AI with Model Context Protocol (MCP)
PPT
Teaching material agriculture food technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Encapsulation_ Review paper, used for researhc scholars
MIND Revenue Release Quarter 2 2025 Press Release
MYSQL Presentation for SQL database connectivity
Dropbox Q2 2025 Financial Results & Investor Presentation
gpt5_lecture_notes_comprehensive_20250812015547.pdf
A Presentation on Artificial Intelligence
Getting Started with Data Integration: FME Form 101
Programs and apps: productivity, graphics, security and other tools
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Big Data Technologies - Introduction.pptx
Assigned Numbers - 2025 - Bluetooth® Document
Unlocking AI with Model Context Protocol (MCP)
Teaching material agriculture food technology
Reach Out and Touch Someone: Haptics and Empathic Computing
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Digital-Transformation-Roadmap-for-Companies.pptx
Group 1 Presentation -Planning and Decision Making .pptx
A comparative analysis of optical character recognition models for extracting...
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Encapsulation_ Review paper, used for researhc scholars

Azure WebApp Deployment Slots