AKS: Support managed Prometheus and Grafana provisioning
Open
area-integrations
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
## Problem
The AKS hosting integration does not support provisioning Azure Monitor workspace (managed Prometheus) or Azure Managed Grafana alongside the AKS cluster.
## Expected
```csharp
var aks = builder.AddAzureKubernetesEnvironment("aks")
.WithContainerInsights() // existing: Log Analytics + Container Insights
.WithManagedPrometheus() // new: Azure Monitor workspace
.WithManagedGrafana(); // new: Azure Managed Grafana
```
## Related
Depends on monitoring Bicep (#16150). Part of AKS hosting support (PR #16088)
Contributor guide
Assessment
This issue has not been assessed yet.