I'm using a deployment slot called warmup on my Azure web app with the auto-swap feature. My deployment process is as follows:
- Octopus Deploy creates a release and deploys to the
warmupslot - Auto-swap warms up the slot and swaps to
productionas soon as the app is warmed up
Is 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.