Skip to content

Commit 8986a97

Browse files
authored
Merge pull request #85043 from KrishnaG-MSFT/patch-11
(AzureCXP) MicrosoftDocs/azure-docs#36843
2 parents 77a037f + 1031b44 commit 8986a97

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/azure-monitor/platform/alerts-metric-create-templates.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Save the json below as simplestaticmetricalert.parameters.json and modify it as
189189

190190
```json
191191
{
192-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
192+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
193193
"contentVersion": "1.0.0.0",
194194
"parameters": {
195195
"alertName": {
@@ -442,7 +442,7 @@ Save the json below as simpledynamicmetricalert.parameters.json and modify it as
442442

443443
```json
444444
{
445-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
445+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
446446
"contentVersion": "1.0.0.0",
447447
"parameters": {
448448
"alertName": {
@@ -641,7 +641,7 @@ Save and modify the json below as advancedstaticmetricalert.parameters.json for
641641

642642
```json
643643
{
644-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
644+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
645645
"contentVersion": "1.0.0.0",
646646
"parameters": {
647647
"alertName": {
@@ -853,7 +853,7 @@ Save and modify the json below as advanceddynamicmetricalert.parameters.json for
853853

854854
```json
855855
{
856-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
856+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
857857
"contentVersion": "1.0.0.0",
858858
"parameters": {
859859
"alertName": {
@@ -1171,7 +1171,7 @@ Save and modify the json below as all-vms-in-resource-group-static.parameters.js
11711171

11721172
```json
11731173
{
1174-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
1174+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
11751175
"contentVersion": "1.0.0.0",
11761176
"parameters": {
11771177
"alertName": {
@@ -1488,7 +1488,7 @@ Save and modify the json below as all-vms-in-resource-group-dynamic.parameters.j
14881488

14891489
```json
14901490
{
1491-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
1491+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
14921492
"contentVersion": "1.0.0.0",
14931493
"parameters": {
14941494
"alertName": {
@@ -1790,7 +1790,7 @@ Save and modify the json below as all-vms-in-subscription-static.parameters.json
17901790

17911791
```json
17921792
{
1793-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
1793+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
17941794
"contentVersion": "1.0.0.0",
17951795
"parameters": {
17961796
"alertName": {
@@ -2104,7 +2104,7 @@ Save and modify the json below as all-vms-in-subscription-dynamic.parameters.jso
21042104

21052105
```json
21062106
{
2107-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
2107+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
21082108
"contentVersion": "1.0.0.0",
21092109
"parameters": {
21102110
"alertName": {
@@ -2403,7 +2403,7 @@ Save and modify the json below as list-of-vms-static.parameters.json for the pur
24032403

24042404
```json
24052405
{
2406-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
2406+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
24072407
"contentVersion": "1.0.0.0",
24082408
"parameters": {
24092409
"alertName": {
@@ -2720,7 +2720,7 @@ Save and modify the json below as list-of-vms-dynamic.parameters.json for the pu
27202720

27212721
```json
27222722
{
2723-
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
2723+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
27242724
"contentVersion": "1.0.0.0",
27252725
"parameters": {
27262726
"alertName": {

0 commit comments

Comments
 (0)