Skip to content

Commit 31bbf8a

Browse files
Update service-connector-commands-event-hubs.md | change deprecated command
1 parent 9c5bce2 commit 31bbf8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ You can use Service Connector to create a connection between an Azure compute ho
3737
3838
# [Azure Spring Apps](#tab/spring-connector)
3939
40-
If you're using Azure Spring Apps, use the [az spring-cloud connection](/cli/azure/spring-cloud/connection/create) command:
40+
If you're using Azure Spring Apps, use the [az spring connection](/cli/azure/spring/connection/create) command:
4141
4242
```azurecli
43-
az spring-cloud connection create eventhub \
43+
az spring connection create eventhub \
4444
--resource-group <resource-group-name> \
4545
--service <service-instance-name> \
4646
--app <app-name> \
@@ -63,4 +63,4 @@ You can use Service Connector to create a connection between an Azure compute ho
6363
--user-identity "client-id=<your-identity-client-id>" "subs-id=<your-subscription-id>"
6464
```
6565
66-
---
66+
---

0 commit comments

Comments
 (0)