0

I have web application which is secured by firewall to allow only certain ips. But my app also need to process Azure alerts. Where can I find Azure alerts outbound ip addresses to whitelist them?

Deivydas Voroneckis
  • 1,973
  • 3
  • 19
  • 40

2 Answers2

0

As far as I know, there is not a specific list for Azure alerts outbound IPs. As a workaround, you could try to whitelist the Azure IP Ranges with filtering by the region.

Nancy
  • 26,865
  • 3
  • 18
  • 34
0

Azure Alerts notifications are being sent by Action Groups.

For Action Groups webhook notifications, the list of IP addresses are documented here

EranG
  • 822
  • 4
  • 10