An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hello Adebisi Thompson,
Thank you for reaching out to the Microsoft Q&A forum.
Yes — in your scenario, this can be treated as informational only, with no immediate action required, provided your assessment is accurate.
A few quick validations to be 100% sure
When you can safely ignore it
You are not calling Log Analytics REST APIs with paths like:
/v1/workspaces/{workspaceId}/query (older/beta variants)
No usage of preview SDKs or custom integrations querying Log Analytics
You rely only on:
- Azure Portal queries (Logs blade)
- Azure Monitor features (alerts, workbooks, etc.)
- Standard SDKs using GA endpoints
Double-check these edge cases
Sometimes usage is indirect:
Automation scripts (PowerShell/CLI) using older modules
Third-party tools or internal apps querying Log Analytics
Legacy integrations using preview API versions
If none of the above apply, the retirement of the beta API will not impact your environment, and the notification is just a broad Service Health advisory.
If the answer is helpful, Please do not forget to and “up-vote” this can be beneficial to other community members.
Thanks,
Siva shunmugam.