Skip to content

Commit 3ad489c

Browse files
authored
Merge pull request #51959 from MicrosoftDocs/BharathNimmala-MSFT-patch-12
(AzureCXP) Updating deprecated command
2 parents 521c400 + 9bda93f commit 3ad489c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/insights/container-insights-hybrid-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ To first identify the full resource ID of your Log Analytics workspace required
223223
az login
224224
az account set --subscription "Subscription Name"
225225
# 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
227227
```
228228
229229
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

Comments
 (0)