prometheus-collector/AddonBicepTemplate
bragi92 2eb2a81cbf
fix: update windows recording rules to remove duplicate entries for non running containers (#470)
2023-04-25 11:13:34 -07:00
..
AzureMonitorAlertsProfile.bicep Remove Arm templates and remove duplicate alert from bicep 2023-02-06 21:50:32 -08:00
AzureMonitorAlertsProfileParameters.json Add alerts in the Arm and Bicep templates 2023-02-05 21:17:24 -08:00
FullAzureMonitorMetricsProfile.bicep fix: update windows recording rules to remove duplicate entries for non running containers (#470) 2023-04-25 11:13:34 -07:00
FullAzureMonitorMetricsProfileParameters.json Windows Recording Rules (ARM, Bicep, Policy) (#366) 2023-03-17 15:40:54 -07:00
README.md Add alerts in the Arm and Bicep templates 2023-02-05 21:17:24 -08:00
nested_azuremonitormetrics_dcra_clusterResourceId.bicep Adding Bicep template to monitoring addon 2023-01-17 20:03:22 -08:00
nested_azuremonitormetrics_profile_clusterResourceId.bicep Adding Bicep template to monitoring addon 2023-01-17 20:03:22 -08:00

README.md

You can deploy the templates using a command like :

az deployment group create -g <resource_group> -n <deployment_name> --template-file ./FullAzureMonitorMetricsProfile.bicep --parameters ./FullAzureMonitorMetricsProfileParameters.json

In order to deploy community alerts and ci recommended alerts through template, deploy using command like:

az deployment group create -g <resource_group> -n <deployment_name> --template-file .\AzureMonitorAlertsProfileParameters.json --parameters .\AzureMonitorAlertsProfileParameters.json

NOTE

  • Please download all files under AddonBicepTemplate folder before running the Bicep template.
  • Please edit the FullAzureMonitorMetricsProfileParameters.json file appropriately before running the Bicep template
  • Users with 'User Access Administrator' role in the subscription of the AKS cluster can be able to enable 'Monitoring Data Reader' role directly by deploying the template.
  • Please add in any existing azureMonitorWorkspaceIntegrations values to the grafana resource before running the template otherwise the older values will get deleted and replaced with what is there in the template at the time of deployment
  • Please edit the grafanaSku parameter if you are using a non standard SKU.
  • Please run this template in the Grafana Resources RG.