Skip to content

Commit 93a9bc4

Browse files
Merge pull request #287651 from dbradish-microsoft/patch-10
service-connector-commands.md | change deprecated cmd
2 parents 1c6bffb + 1c38cc8 commit 93a9bc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

0 commit comments

Comments
 (0)