Hello,
Welcome to Microsoft Q&A,
Microsoft does not provide static IPs for this public service directly. Instead, they recommend using Azure’s IP Ranges JSON file or service tags.
Azure Monitor uses service tags, which provide a more reliable and dynamic way to manage network access. Service tags are regularly updated and can be retrieved through an API, ensuring that you have the latest available IP address information without requiring manual updates.
If you're using Azure network security groups, you can manage access with Azure network service tags. For hybrid or on-premises resources, you can download the equivalent IP address lists as JSON files, which are refreshed weekly. To cover all necessary exceptions, use the service tags ActionGroup
, ApplicationInsightsAvailability
, and AzureMonitor
.
https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/azure-monitor-network-access
https://www.microsoft.com/en-us/download/details.aspx?id=56519
Please Upvote and accept the answer if it helps!!