Skip to content

Commit d99b262

Browse files
Merge pull request #277249 from ripenedcat/docs-editor/resource-manager-alerts-metric-1717567757
Update resource-manager-alerts-metric.md
2 parents 4e12296 + 693deeb commit d99b262

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

articles/azure-monitor/alerts/resource-manager-alerts-metric.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4911,22 +4911,23 @@ resource metricAlert 'Microsoft.Insights/metricAlerts@2018-03-01' = {
49114911
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
49124912
"contentVersion": "1.0.0.0",
49134913
"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+
}
49304931
}
49314932
},
49324933
"variables": {

0 commit comments

Comments
 (0)