Skip to content

Commit

Permalink
Fix: Update Arm and Bicep templates for recommended metric alerts (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohamdg081992 authored Jan 26, 2024
1 parent 94797a1 commit 7b8c7cb
Show file tree
Hide file tree
Showing 4 changed files with 1,848 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AddonBicepTemplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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:
In order to deploy recommended metric alerts through template, deploy using command like:

```az deployment group create -g <resource_group> -n <deployment_name> --template-file .\AzureMonitorAlertsProfile.bicep --parameters .\AzureMonitorAlertsProfileParameters.json```
```az deployment group create -g <resource_group> -n <deployment_name> --template-file .\recommendedMetricAlerts.bicep --parameters .\recommendedMetricAlertsProfileParameters.json```

**NOTE**

Expand Down
Loading

0 comments on commit 7b8c7cb

Please sign in to comment.