Skip to content

Commit d45f532

Browse files
committed
commands
1 parent edaeb71 commit d45f532

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

includes/passwordless/migration-guide/create-user-assigned-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ After the resource is created, select **Go to resource** to view the details of
1818

1919
# [Azure CLI](#tab/azure-cli-create)
2020

21-
Use the `az identity create` command to create a user-assigned managed identity:
21+
Use the [az identity create](/cli/azure/identity) command to create a user-assigned managed identity:
2222

2323
```azurecli
2424
az identity create --name MigrationIdentity --resource-group <your-resource-group>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use Service Connector to create a connection between an Azure compute ho
1010
1111
# [Azure App Service](#tab/app-service-connector)
1212
13-
If you're using an Azure App Service, use the `az webapp connection` command:
13+
If you're using an Azure App Service, use the [az webapp connection](/cli/azure/webapp/connection/create) command:
1414
1515
```azurecli
1616
az webapp connection create storage-blob \
@@ -23,7 +23,7 @@ You can use Service Connector to create a connection between an Azure compute ho
2323
2424
# [Azure Spring](#tab/spring-connector)
2525
26-
If you're using Azure Spring Apps, use `the az spring-cloud connection` command:
26+
If you're using Azure Spring Apps, use the [az spring-cloud connection](/cli/azure/spring-cloud/connection/create) command:
2727
2828
```azurecli
2929
az spring-cloud connection create storage-blob \
@@ -38,7 +38,7 @@ You can use Service Connector to create a connection between an Azure compute ho
3838
3939
# [Azure Container Apps](#tab/container-apps-connector)
4040
41-
If you're using Azure Container Apps, use the `az containerapp connection` command:
41+
If you're using Azure Container Apps, use the [az containerapp connection](/cli/azure/containerapp/connection) command:
4242
4343
```azurecli
4444
az containerapp connection create storage-blob \

0 commit comments

Comments
 (0)