diff --git a/docs/solution-onboarding.md b/docs/solution-onboarding.md index 04573876..bddbdfc8 100644 --- a/docs/solution-onboarding.md +++ b/docs/solution-onboarding.md @@ -43,7 +43,7 @@ az cloud set --name az login az account set --subscription "" # execute deployment command to add container insights solution to the specified log analytics workspace -az group deployment create --resource-group --template-file ./azuremonitor-containerSolution.json --parameters @./azuremonitor-containerSolutionParams.json +az deployment group create --resource-group --template-file ./azuremonitor-containerSolution.json --parameters @./azuremonitor-containerSolutionParams.json ``` The configuration change can take a few minutes to complete. When it finishes, you see a message similar to the following that includes the result: @@ -52,4 +52,4 @@ The configuration change can take a few minutes to complete. When it finishes, y provisioningState : Succeeded ``` -After monitoring is enabled, it can take around 15 minutes before you are able to see operational data for the cluster. \ No newline at end of file +After monitoring is enabled, it can take around 15 minutes before you are able to see operational data for the cluster.