az feature register for AzureMonitorAppMonitoringPreview is pending for long hours

Imran Ali 15 Reputation points
2024-05-22T15:16:36.4666667+00:00

Getting this error

 **| Microsoft.ContainerService/AzureMonitorAppMonitoringPreview not registered.. Details: " ]** 

So we have done the following

az feature register --namespace Microsoft.ContainerService --name AzureMonitorAppMonitoringPreview
az provider register -n Microsoft.ContainerService

Then We checked for the status which is still in pending state for longer time.

az feature show --namespace Microsoft.ContainerService  --name AzureMonitorAppMonitoringPreview -o table

Could you please help us on this. This is being a blocker for us.

User's image

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,925 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,932 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 21,766 Reputation points MVP
    2024-05-23T05:39:26.38+00:00

    Hi,

    Did you get any instructions how to enable this preview feature either from official Microsoft docs or from Microsoft employee? If not this feature most likely is private and requires additional steps that you do not have access to. Private features are by invite only so this is the most likely cause of not being able to enable it. You will have to wait until the feature becomes public.

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