Reputation: 73132
I've noticed that when i use 'Swap with preview' on Azure App Service, the portal says "Success" immediately.. suggesting the operation has completed.
But actually, it hasn't..if i refresh my site, it appears nothing has happened, then some time after (30 secs? 1 minute?) the swap with preview operation commences. I can tell, because my website is recycling (slow to respond).
So my question is - since the 'Swap with preview' operation seems to be a background operation, and the success message merely indicates the operation has been 'queued', how do we know when it's done? (done = slot has the destination slot's configuration applied, restarted, and ready for 'complete swap')
Thanks!
Upvotes: 1
Views: 676
Reputation: 58941
You can check the Activity Log. The swap with preview will appear as Slotswap operation:
Source: monitor-swap-progress
Upvotes: 1