Hi Jamie,
Open the Azure portal and navigate to your AKS cluster.
1.Click on the "Monitoring" tab in the left-hand menu.
2.Click on the "Azure Monitor for containers" link.
3.Click on the "Data Collection" tab.
4.Click on the "Edit" button.
5.Toggle the "Enable Prometheus Metrics" switch to the "Off" position.
6.Click on the "Save" button.
7.This will disable Prometheus Metrics for your AKS cluster. It may take a few minutes for the changes to take effect.
If you want to completely remove Prometheus Metrics from your AKS cluster.
you can follow these additional steps:
1.Open a terminal window and connect to your AKS cluster using the kubectl command-line tool.
2.Run the following command to delete the Prometheus Metrics addon:
3.kubectl delete daemon-set azure monitor-containers-Prometheus -n kube-system
4.This will delete the Prometheus Metrics addon from your AKS cluster.
5.Run the following command to delete the Prometheus Metrics service:
6.kubectl delete service Prometheus -n kube-system
7.This will delete the Prometheus Metrics service from your AKS cluster.
8.Removing Prometheus Metrics from your AKS cluster will also remove any data that was collected by the addon.
please refer the documentation for the same.
https://learn.microsoft.com/en-us/azure/azure-monitor/containers/prometheus-metrics-disable