I'm using a deployment slot called warmup
on my Azure web app with the auto-swap feature. My deployment process is as follows:
warmup
slotproduction
as soon as the app is warmed upIs there a way to get notified when an auto-swap operation finishes? I'd like to get notified both when the operation succeeds or when it fails.
You can add post-deployment web hooks via the kudu site: https://<yoursite>.scm.azurewebsites.net/WebHooks
I don't think this will notify you of the swap, but it'll at least let you know the deployment completed successfully.
You can find more details here: http://blogs.msdn.com/b/webdev/archive/2015/10/04/receive-webhooks-from-azure-alerts-and-kudu-azure-web-app-deployment.aspx
If you'd like to get notified of an auto-swap operation specifically you can submit a feature request here: http://feedback.azure.com/forums/169385-web-apps-formerly-websites
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With