Skip to content

Commit 6d361a8

Browse files
service-connector-commands-storage-queue.md | fixed deprecated command name
1 parent 5223b02 commit 6d361a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/passwordless/migration-guide/service-connector-commands-storage-queue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ You can use Service Connector to create a connection between an Azure compute ho
2626
2727
# [Azure Spring Apps](#tab/spring-connector)
2828
29-
If you're using Azure Spring Apps, use the [az spring-cloud connection](/cli/azure/spring-cloud/connection/create) command:
29+
If you're using Azure Spring Apps, use the [az spring connection](/cli/azure/spring/connection/create) command:
3030
3131
```azurecli
32-
az spring-cloud connection create storage-queue \
32+
az spring connection create storage-queue \
3333
--resource-group <resource-group-name> \
3434
--service <service-instance-name> \
3535
--app <app-name> \
@@ -52,4 +52,4 @@ You can use Service Connector to create a connection between an Azure compute ho
5252
--user-identity "client-id=<your-identity-client-id>" "subs-id=<your-subscription-id>"
5353
```
5454
55-
---
55+
---

0 commit comments

Comments
 (0)