Skip to content

Commit 22ec826

Browse files
authored
Merge pull request #134381 from PramodValavala-MSFT/patch-129
(AzureCXP) update command for deprecation
2 parents a0b5076 + 7c870f1 commit 22ec826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-howto-event-grid-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To deploy the sample app, set `SITE_NAME` to a unique name for your web app, and
7676
```azurecli-interactive
7777
SITE_NAME=<your-site-name>
7878
79-
az group deployment create \
79+
az deployment group create \
8080
--resource-group $RESOURCE_GROUP_NAME \
8181
--template-uri "https://raw.githubusercontent.com/Azure-Samples/azure-event-grid-viewer/master/azuredeploy.json" \
8282
--parameters siteName=$SITE_NAME hostingPlanName=$SITE_NAME-plan

0 commit comments

Comments
 (0)