Skip to content

Commit 8f4adb8

Browse files
committed
command links
1 parent 9d1f19a commit 8f4adb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/migrate-azure-credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Next, you need to grant permissions to the managed identity you created to acces
143143

144144
### [Azure CLI](#tab/assign-role-azure-cli)
145145

146-
To assign a role at the resource level using the Azure CLI, you first must retrieve the resource ID using the az storage account show command. You can filter the output properties using the `--query` parameter.
146+
To assign a role at the resource level using the Azure CLI, you first must retrieve the resource ID using the [az storage account](/cli/azure/storage/account) show command. You can filter the output properties using the `--query` parameter.
147147

148148
```azurecli
149149
az storage account show \
@@ -152,7 +152,7 @@ az storage account show \
152152
--query id
153153
```
154154

155-
Copy the output ID from the preceding command. You can then assign roles using the az role command of the Azure CLI.
155+
Copy the output ID from the preceding command. You can then assign roles using the [az role assignment](/cli/azure/role/assignment) command of the Azure CLI.
156156

157157
```azurecli
158158
az role assignment create \

0 commit comments

Comments
 (0)