Skip to content

Commit 35ecbbf

Browse files
Merge pull request #291221 from ManoharLakkoju-MSFT/patch-49987
(AzureCXP) fixes MicrosoftDocs/azure-docs#341356
2 parents b30db80 + c763e28 commit 35ecbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/socket-io-serverless-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Find full code samples that are used in this tutorial:
3232
To create a Web PubSub for Socket.IO, you can use the following [Azure CLI](/cli/azure/install-azure-cli) command:
3333

3434
```azcli
35-
az webpubsub create -g <resource-group> -n <resource-name>---kind socketio --service-mode serverless --sku Premium_P1
35+
az webpubsub create -g <resource-group> -n <resource-name>--kind socketio --service-mode serverless --sku Premium_P1
3636
```
3737

3838
## Create an Azure Function project locally

0 commit comments

Comments
 (0)