microsoft / microsoft/aspire

AKS: Support managed Prometheus and Grafana provisioning

Open
#16,154 1 comment 0 reactions 1 assignee Claimed by @mitchdenny View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.