You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/insights/container-insights-hybrid-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ To first identify the full resource ID of your Log Analytics workspace required
223
223
az login
224
224
az account set --subscription "Subscription Name"
225
225
# execute deployment command to add container insights solution to the specified Log Analytics workspace
226
-
az group deployment create --resource-group <resource group of log analytics workspace> --template-file ./containerSolution.json --parameters @./containerSolutionParams.json
226
+
az deployment group create --resource-group <resource group of log analytics workspace> --name <deployment name> --template-file ./containerSolution.json --parameters @./containerSolutionParams.json
227
227
```
228
228
229
229
The configuration change can take a few minutes to complete. When it's completed, a message is displayed that's similar to the following and includes the result:
0 commit comments