You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/template-workspace-configuration.md
+54-47Lines changed: 54 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,52 +73,52 @@ For capacity reservation, you define a selected capacity reservation for ingesti
73
73
}
74
74
},
75
75
"pricingTier": {
76
-
"type": "string",
77
-
"allowedValues": [
78
-
"pergb2018",
79
-
"Free",
80
-
"Standalone",
81
-
"PerNode",
82
-
"Standard",
83
-
"Premium"
84
-
],
85
-
"defaultValue": "pergb2018",
86
-
"metadata": {
76
+
"type": "string",
77
+
"allowedValues": [
78
+
"pergb2018",
79
+
"Free",
80
+
"Standalone",
81
+
"PerNode",
82
+
"Standard",
83
+
"Premium"
84
+
],
85
+
"defaultValue": "pergb2018",
86
+
"metadata": {
87
87
"description": "Pricing tier: PerGB2018 or legacy tiers (Free, Standalone, PerNode, Standard or Premium) which are not available to all customers."
88
-
}
89
-
},
90
-
"location": {
91
-
"type": "String",
92
-
"allowedValues": [
93
-
"australiacentral",
94
-
"australiaeast",
95
-
"australiasoutheast",
96
-
"brazilsouth",
97
-
"canadacentral",
98
-
"centralindia",
99
-
"centralus",
100
-
"eastasia",
101
-
"eastus",
102
-
"eastus2",
103
-
"francecentral",
104
-
"japaneast",
105
-
"koreacentral",
106
-
"northcentralus",
107
-
"northeurope",
108
-
"southafricanorth",
109
-
"southcentralus",
110
-
"southeastasia",
111
-
"uksouth",
112
-
"ukwest",
113
-
"westcentralus",
114
-
"westeurope",
115
-
"westus",
116
-
"westus2"
117
-
],
118
-
"metadata": {
119
-
"description": "Specifies the location in which to create the workspace."
120
-
}
121
88
}
89
+
},
90
+
"location": {
91
+
"type": "String",
92
+
"allowedValues": [
93
+
"australiacentral",
94
+
"australiaeast",
95
+
"australiasoutheast",
96
+
"brazilsouth",
97
+
"canadacentral",
98
+
"centralindia",
99
+
"centralus",
100
+
"eastasia",
101
+
"eastus",
102
+
"eastus2",
103
+
"francecentral",
104
+
"japaneast",
105
+
"koreacentral",
106
+
"northcentralus",
107
+
"northeurope",
108
+
"southafricanorth",
109
+
"southcentralus",
110
+
"southeastasia",
111
+
"uksouth",
112
+
"ukwest",
113
+
"westcentralus",
114
+
"westeurope",
115
+
"westus",
116
+
"westus2"
117
+
],
118
+
"metadata": {
119
+
"description": "Specifies the location in which to create the workspace."
120
+
}
121
+
}
122
122
},
123
123
"resources": [
124
124
{
@@ -127,9 +127,8 @@ For capacity reservation, you define a selected capacity reservation for ingesti
127
127
"apiVersion": "2017-03-15-preview",
128
128
"location": "[parameters('location')]",
129
129
"properties": {
130
-
"sku": {
131
-
"name": "CapacityReservation",
132
-
"capacityReservationLevel": 100
130
+
"sku": {
131
+
"name": "[parameters('pricingTier')]"
133
132
},
134
133
"retentionInDays": 120,
135
134
"features": {
@@ -143,6 +142,14 @@ For capacity reservation, you define a selected capacity reservation for ingesti
143
142
}
144
143
```
145
144
145
+
> [Information]
146
+
> for capacity reservation settings, use these properties under "sku":
147
+
148
+
> "name": "CapacityReservation",
149
+
150
+
> "capacityReservationLevel": 100
151
+
152
+
146
153
2. Edit the template to meet your requirements. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/workspaces) reference to learn what properties and values are supported.
147
154
3. Save this file as **deploylaworkspacetemplate.json** to a local folder.
148
155
4. You are ready to deploy this template. You use either PowerShell or the command line to create the workspace, specifying the workspace name and location as part of the command. The workspace name must be globally unique across all Azure subscriptions.
0 commit comments