Log Analytics: Subscribe to changes in API and Table

Frederik Larsen 76 Reputation points
2023-01-17T14:50:31.45+00:00

Hi

I'm developing a solution based on
a. The Log Analytics Query API [https://learn.microsoft.com/en-us/rest/api/loganalytics/dataaccess/query/get?tabs=HTTP

b. The SecurityIncident table [https://learn.microsoft.com/en-us/azure/azure-monitor/reference/tables/securityincident

How do I get notified about changes to these resources proactively? For example, a column could be renamed in the table, the API version I'm using is depreciated, etc.
I hope there is some way of being notified about changes before they hit so my solution does not crash.

Thanks a lot!

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,794 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
974 questions
0 comments No comments
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 20,941 Reputation points MVP
    2023-01-18T07:41:43.4566667+00:00

    Hi,

    If API version will be deprecated for any API in Azure no matter which you will get information on Azure Updates. Probably the same will happen for SecurityIncident table. I have seen certain APIs on certain resources deprecated but I have never seen a column rename. Usually, a whole table could be deprecated rather than a single column as a deprecation of a single column is breaking change that cannot just happen right away as it will break customer integrations. In any case any significant changes that deprecate something are communicated in advanced via Azure Updates.

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

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful