@@ -189,7 +189,7 @@ Save the json below as simplestaticmetricalert.parameters.json and modify it as
189
189
190
190
``` json
191
191
{
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#" ,
193
193
"contentVersion" : " 1.0.0.0" ,
194
194
"parameters" : {
195
195
"alertName" : {
@@ -442,7 +442,7 @@ Save the json below as simpledynamicmetricalert.parameters.json and modify it as
442
442
443
443
``` json
444
444
{
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#" ,
446
446
"contentVersion" : " 1.0.0.0" ,
447
447
"parameters" : {
448
448
"alertName" : {
@@ -641,7 +641,7 @@ Save and modify the json below as advancedstaticmetricalert.parameters.json for
641
641
642
642
``` json
643
643
{
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#" ,
645
645
"contentVersion" : " 1.0.0.0" ,
646
646
"parameters" : {
647
647
"alertName" : {
@@ -853,7 +853,7 @@ Save and modify the json below as advanceddynamicmetricalert.parameters.json for
853
853
854
854
``` json
855
855
{
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#" ,
857
857
"contentVersion" : " 1.0.0.0" ,
858
858
"parameters" : {
859
859
"alertName" : {
@@ -1171,7 +1171,7 @@ Save and modify the json below as all-vms-in-resource-group-static.parameters.js
1171
1171
1172
1172
``` json
1173
1173
{
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#" ,
1175
1175
"contentVersion" : " 1.0.0.0" ,
1176
1176
"parameters" : {
1177
1177
"alertName" : {
@@ -1488,7 +1488,7 @@ Save and modify the json below as all-vms-in-resource-group-dynamic.parameters.j
1488
1488
1489
1489
``` json
1490
1490
{
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#" ,
1492
1492
"contentVersion" : " 1.0.0.0" ,
1493
1493
"parameters" : {
1494
1494
"alertName" : {
@@ -1790,7 +1790,7 @@ Save and modify the json below as all-vms-in-subscription-static.parameters.json
1790
1790
1791
1791
``` json
1792
1792
{
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#" ,
1794
1794
"contentVersion" : " 1.0.0.0" ,
1795
1795
"parameters" : {
1796
1796
"alertName" : {
@@ -2104,7 +2104,7 @@ Save and modify the json below as all-vms-in-subscription-dynamic.parameters.jso
2104
2104
2105
2105
``` json
2106
2106
{
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#" ,
2108
2108
"contentVersion" : " 1.0.0.0" ,
2109
2109
"parameters" : {
2110
2110
"alertName" : {
@@ -2403,7 +2403,7 @@ Save and modify the json below as list-of-vms-static.parameters.json for the pur
2403
2403
2404
2404
``` json
2405
2405
{
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#" ,
2407
2407
"contentVersion" : " 1.0.0.0" ,
2408
2408
"parameters" : {
2409
2409
"alertName" : {
@@ -2720,7 +2720,7 @@ Save and modify the json below as list-of-vms-dynamic.parameters.json for the pu
2720
2720
2721
2721
``` json
2722
2722
{
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#" ,
2724
2724
"contentVersion" : " 1.0.0.0" ,
2725
2725
"parameters" : {
2726
2726
"alertName" : {
0 commit comments