Skip to content

Commit 23ab29d

Browse files
authored
Merge pull request #9645 from theheatDK/patch-5
Update New-AzOperationalInsightsWorkspace.md
2 parents 6dc914f + adcafe4 commit 23ab29d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsWorkspace.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,18 +152,20 @@ Accept wildcard characters: False
152152
```
153153
154154
### -Sku
155-
Specifies the service tier of the workspace.
156-
Valid values are:
155+
Specifies the service tier of the workspace. For more information regarding which value to use please check https://docs.microsoft.com/en-us/azure/azure-monitor/platform/manage-cost-storage#legacy-pricing-tiers.
156+
Valid values are:
157157
- free
158-
- standard
159-
- standalone
158+
- pergb2018
159+
- pernode
160160
- premium
161+
- standalone
162+
- standard
161163
162164
```yaml
163165
Type: System.String
164166
Parameter Sets: (All)
165167
Aliases:
166-
Accepted values: free, standard, premium, pernode, standalone, pergb2018
168+
Accepted values: free, pergb2018, pernode, premium, standalone, standard
167169

168170
Required: False
169171
Position: 3

0 commit comments

Comments
 (0)