Identifying Beta API Usage in Azure Monitor Subscription

K Rajesh (MINDTREE LIMITED) 0 Reputation points Microsoft External Staff
2025-04-01T17:47:37.6933333+00:00

What methods can be used to determine if a subscription is utilizing the beta API for Azure Monitor?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 28,186 Reputation points MVP Volunteer Moderator
    2025-04-02T06:04:23.6533333+00:00

    Hi,

    If I understand correctly you are most likely referring to this Azure service update: retiring the beta API in Azure Monitor Log Analytics. This post has link to Migrate from using batch and beta queries to the standard Log Analytics query API. On that page you can see the beta APIs that are deprecated. Basically if you have queries that start with URL https://api.loganalytics.azure.com/beta/. These APIs are usually used if you develop some custom app or some script that queries the Log Analytics workspace. If you do not have such scenario than there is no action for you as you do not use them. There is no other way to find out if you are using beta API or not besides checking for custom apps or scripts that use the API to query the Log Analytics workspace.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.