Join Discord
Channels
help-with-umbraco
news
event-news
social
help-with-other
contributing
package-development
codegarden-conference
hacktoberfest
show-and-tell
jobs-and-gigs
meta
Powered by
Azure - multiple instances - how do deployments wo...
# help-with-other
s
SiempreSteve
03/01/2024, 11:59 AM
A generic question. If you have Azure webapp set to scale out. Say 2 - 4 instances. If I do a deployment from VS to a slot and then swap - how does this work with the multiple instances.
m
Matthew Hart
03/01/2024, 12:34 PM
I believe your slot will show the same amount of instances as Production. You can see this if you look at the Health Check section on the web app. Microsoft has a section on what occurs during a swap here:
https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots?tabs=portal#what-happens-during-a-swap
Based on that post it will perform a swap on each instance.
s
SiempreSteve
03/01/2024, 1:35 PM
Magic - thanks that's the missing doc I couldn't find.
Previous
Next