File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
includes/passwordless/migration-guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ You can use Service Connector to create a connection between an Azure compute ho
37
37
38
38
# [Azure Spring Apps](#tab/spring-connector)
39
39
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:
41
41
42
42
```azurecli
43
- az spring-cloud connection create eventhub \
43
+ az spring connection create eventhub \
44
44
--resource-group <resource-group-name> \
45
45
--service <service-instance-name> \
46
46
--app <app-name> \
@@ -63,4 +63,4 @@ You can use Service Connector to create a connection between an Azure compute ho
63
63
--user-identity "client-id=<your-identity-client-id>" "subs-id=<your-subscription-id>"
64
64
```
65
65
66
- ---
66
+ ---
You can’t perform that action at this time.
0 commit comments