Search code examples
azureslackswap

Notify Slack when the Azure App service swap is complete


Is there a way to get notified in Slack when the Azure App service's auto-swap operation finishes? I would like to be notified both when the swap succeeds and when it fails.

The swap itself takes about 2-3 minutes, so I would like to be notified in Slack when the swap is complete.


Solution

  • You can use Event grid to listen to the event Microsoft.Web/sites.SlotSwapCompleted, then you can create webhook to send notification into slack