Skip to content

Commit b2b8e95

Browse files
authored
Merge pull request #45199 from saip92/patch-1
fix command for creating with azure monitor
2 parents 6e40f06 + 2fd4a52 commit b2b8e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/tutorial-create-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ az openshift create --resource-group $CLUSTER_NAME --name $CLUSTER_NAME -l $LOCA
156156
If you **want** Azure Monitoring with your cluster use the following command which adds the `--workspace-id` flag:
157157

158158
```bash
159-
az openshift create --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME -l $LOCATION --aad-client-app-id $APPID --aad-client-app-secret $SECRET --aad-tenant-id $TENANT --customer-admin-group-id $GROUPID --workspace-id $WORKSPACE_ID
159+
az openshift create --resource-group $CLUSTER_NAME --name $CLUSTER_NAME -l $LOCATION --aad-client-app-id $APPID --aad-client-app-secret $SECRET --aad-tenant-id $TENANT --customer-admin-group-id $GROUPID --workspace-id $WORKSPACE_ID
160160
```
161161

162162
> [!NOTE]

0 commit comments

Comments
 (0)