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 @@ -26,10 +26,10 @@ You can use Service Connector to create a connection between an Azure compute ho
26
26
27
27
# [Azure Spring Apps](#tab/spring-connector)
28
28
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:
30
30
31
31
```azurecli
32
- az spring-cloud connection create storage-queue \
32
+ az spring connection create storage-queue \
33
33
--resource-group <resource-group-name> \
34
34
--service <service-instance-name> \
35
35
--app <app-name> \
@@ -52,4 +52,4 @@ You can use Service Connector to create a connection between an Azure compute ho
52
52
--user-identity "client-id=<your-identity-client-id>" "subs-id=<your-subscription-id>"
53
53
```
54
54
55
- ---
55
+ ---
You can’t perform that action at this time.
0 commit comments