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