Skip to content

Commit 5d35584

Browse files
committed
fixed formatting items
1 parent f6ce4a7 commit 5d35584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/platform/template-workspace-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For capacity reservation, you define a selected capacity reservation for ingesti
7171
"description": "Specifies the name of the workspace."
7272
}
7373
},
74-
"pricingTier": {
74+
"sku": {
7575
"type": "string",
7676
"allowedValues": [
7777
"pergb2018",
@@ -127,7 +127,7 @@ For capacity reservation, you define a selected capacity reservation for ingesti
127127
"location": "[parameters('location')]",
128128
"properties": {
129129
"sku": {
130-
"name": "[parameters('pricingTier')]"
130+
"name": "[parameters('sku')]"
131131
},
132132
"retentionInDays": 120,
133133
"features": {
@@ -141,8 +141,8 @@ For capacity reservation, you define a selected capacity reservation for ingesti
141141
}
142142
```
143143

144-
>[Information]
145-
>for capacity reservation settings, use these properties under "sku":
144+
>[!Information]
145+
>For capacity reservation settings, use these properties under "sku":
146146
>"name": "CapacityReservation",
147147
>"capacityReservationLevel": 100
148148

0 commit comments

Comments
 (0)