Skip to content

Commit e61f2a9

Browse files
authored
Merge pull request #173860 from atikmapari/Broken-link-v-amallick
Broken link fixed
2 parents 06c9c33 + 99a12d4 commit e61f2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/backup/restore-azure-database-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Assign the Backup vault MSI the permission to access the storage account contain
6868

6969
:::image type="content" source="./media/restore-azure-database-postgresql/assign-vault-msi-permission-to-access-storage-account-containers-azure-portal-inline.png" alt-text="Screenshot showing the process to assign Backup vault MSI the permission to access the storage account containers using the Azure portal." lightbox="./media/restore-azure-database-postgresql/assign-vault-msi-permission-to-access-storage-account-containers-azure-portal-expanded.png":::
7070

71-
Alternatively, give granular permissions to the specific container you're restoring to by using the Azure CLI [az role assignment](/cli/azure/role/assignment&preserve-view=true) create command.
71+
Alternatively, give granular permissions to the specific container you're restoring to by using the Azure CLI [az role assignment](/cli/azure/role/assignment) create command.
7272

7373
```azurecli
7474
az role assignment create --assignee $VaultMSI_AppId --role "Storage Blob Data Contributor" --scope $id

0 commit comments

Comments
 (0)