File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed
articles/azure-monitor/alerts Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -4911,22 +4911,23 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
4911
4911
"$schema" : " https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#" ,
4912
4912
"contentVersion" : " 1.0.0.0" ,
4913
4913
"metadata" : {
4914
- "parameters" : {
4915
- "appName" : {
4916
- "type" : " string"
4917
- },
4918
- "pingURL" : {
4919
- "type" : " string"
4920
- },
4921
- "pingText" : {
4922
- "type" : " string" ,
4923
- "defaultValue" : " "
4924
- },
4925
- "actionGroupId" : {
4926
- "type" : " string"
4927
- },
4928
- "location" : {
4929
- "type" : " string"
4914
+ "parameters" : {
4915
+ "appName" : {
4916
+ "type" : " string"
4917
+ },
4918
+ "pingURL" : {
4919
+ "type" : " string"
4920
+ },
4921
+ "pingText" : {
4922
+ "type" : " string" ,
4923
+ "defaultValue" : " "
4924
+ },
4925
+ "actionGroupId" : {
4926
+ "type" : " string"
4927
+ },
4928
+ "location" : {
4929
+ "type" : " string"
4930
+ }
4930
4931
}
4931
4932
},
4932
4933
"variables" : {
You can’t perform that action at this time.
0 commit comments