Skip to content

Commit d9b3e9a

Browse files
committed
fix Resource Providers that are a preqprerequisite to use Azure Monitor
1 parent 4e6b17a commit d9b3e9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-monitor/containers/kubernetes-monitoring-enable.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ This article provides onboarding guidance for the following types of clusters. A
3737
**Managed Prometheus prerequisites**
3838

3939
- The cluster must use [managed identity authentication](../../aks/use-managed-identity.md).
40-
- The following resource providers must be registered in the subscription of the AKS cluster and the Azure Monitor workspace:
40+
- The following resource providers must be registered in the subscription of the AKS cluster Azure Monitor workspace subscription:
4141
- Microsoft.ContainerService
4242
- Microsoft.Insights
4343
- Microsoft.AlertsManagement
44+
- Microsoft.Monitor
45+
- The following resource providers must be registered in the subscription of the Grafana workspace subscription:
46+
- Microsoft.Dashboard
4447

4548
**Arc-Enabled Kubernetes clusters prerequisites**
4649

0 commit comments

Comments
 (0)