Skip to content

Commit adfff8d

Browse files
Merge pull request #217734 from bwren/patch-42
Update azure-monitor-workspace-overview.md
2 parents e2794bb + 1e80a2c commit adfff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/essentials/azure-monitor-workspace-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In addition to the methods below, you may be given the option to create a new Az
5858
Use the following command to create an Azure Monitor workspace using Azure CLI.
5959

6060
```azurecli
61-
az resource create --resource-group divyaj-test --namespace microsoft.monitor --resource-type accounts --name testmac0929 --location westus2 --properties {}
61+
az resource create --resource-group <resource-group-name> --namespace microsoft.monitor --resource-type accounts --name <azure-monitor-workspace-name> --location <location> --properties {}
6262
```
6363

6464
### [Resource Manager](#tab/resource-manager)

0 commit comments

Comments
 (0)