Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/solution-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ az cloud set --name <AzureCloud | AzureChinaCloud | AzureUSGovernment>
az login
az account set --subscription "<Subscription Id or name of your Log Analytics Workspace>"
# execute deployment command to add container insights solution to the specified log analytics workspace
az group deployment create --resource-group <resource group of log analytics workspace> --template-file ./azuremonitor-containerSolution.json --parameters @./azuremonitor-containerSolutionParams.json
az deployment group create --resource-group <resource group of log analytics workspace> --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:
Expand All @@ -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.
After monitoring is enabled, it can take around 15 minutes before you are able to see operational data for the cluster.