An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hi ,
Thanks for reaching out to Microsoft Q&A.
This is not a bug in your policy. It is a preview API version incorrectly marked as latest but not actually usable, causing Azure Policy to fail compliance checks.
Azure Policy always evaluates resources using the latest API version advertised by the resource provider. In your case, Microsoft.Insights is exposing 2026-03-01-preview as the latest version for Action Groups. However, that version is not actually deployed or supported in your region/tenant, so any evaluation using it fails with UnsupportedApiVersion.
Why you see the mismatch:
- Portal JSON view is picking up the latest advertised version
- Backend API for your subscription/region does not support it yet
- Policy engine blindly uses the latest version → evaluation fails
- Change log not listing it confirms it is likely an incomplete or internal rollout
Important point: Re-registering the provider will not fix this because the issue is on Microsoft’s side (metadata vs actual API availability mismatch).
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.