Skip to content

Commit 3c2f375

Browse files
authored
Update New-AzureRmOperationalInsightsWorkspace.md
If you are a CSP Get-AzureRmOperationalInsightsWorkspace does not work unless you put standalone as the sku.
1 parent 899f229 commit 3c2f375

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ResourceManager/OperationalInsights/Commands.OperationalInsights/help/New-AzureRmOperationalInsightsWorkspace.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ The first command uses the Get-AzureRmOperationalInsightsLinkTargets cmdlet to g
4242
The second command passes the first account link target in $OILinkTargets to the **New-AzureRmOperationalInsightsWorkspace** cmdlet by using the pipeline operator.
4343
The command creates a standard SKU workspace named MyWorkspace that is linked to the first Operational Insights account in $OILinkTargets.
4444

45+
> [!NOTE]
46+
> A new [https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-usage-and-estimated-costs#new-pricing-model][pricing model] has been released. If you are a CSP that means that you have to use standalone for the sku. Behind the scene the sku will be changed to pergb2018.
47+
4548
## PARAMETERS
4649

4750
### -CustomerId
@@ -156,6 +159,7 @@ Specifies the service tier of the workspace.
156159
Valid values are:
157160
- free
158161
- standard
162+
- standalone
159163
- premium
160164
161165
```yaml

0 commit comments

Comments
 (0)