Request to enable latest API versions for Microsoft.Insights/metricAlerts

Sergei 0 Reputation points
2025-06-05T23:29:46.0966667+00:00

Hi,

We are actively deploying Azure Monitor metric alerts via ARM templates. However, in our current tenant, the resource provider Microsoft.Insights/metricAlerts appears to be limited to legacy API versions.

We verified via:

bash
Copy
az provider show --namespace Microsoft.Insights --query "resourceTypes[?resourceType=='metricAlerts'].apiVersions" --output json

Returned result:

json
Copy
[]

We require the newer API versions (e.g. 2021-04-01 or 2024-01-01-preview) that support the missingDataPointBehavior property for handling missing metric data in our availability monitoring use cases (specifically for Function App execution monitoring).

Please advise if it is possible to activate registration of newer available API versions for this resource type in our subscription?

Thank you.

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,654 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ashok Gandhi Kotnana 10,115 Reputation points Microsoft External Staff Moderator
    2025-06-10T10:52:50.85+00:00

    @Sergei

    The resource Type value in the az provider show command is case-sensitive. So, if you're trying to query for metricalerts, you must use the exact casing.

    User's image

    User's image

    **
    Note: Please let me know if you stuck anywhere, I could help you further**

    let us know if any help, we will always help as you needed.!

    User's image

    Please do not forget to "Accept the answer” and upvote it wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.


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.