Skip to content

Commit 0386262

Browse files
committed
update managed identity
1 parent 656cc9f commit 0386262

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/applied-ai-services/form-recognizer/managed-identities.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ Managed identities for Azure resources are service principals that create an Azu
3333
>
3434
> * Managed identities are a safer way to grant access to data without having credentials in your code.
3535
36-
3736
## Private storage account access
3837

39-
Private Azure storage account access and authentication are supported by [managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md). If you have an Azure storage account, protected by a Virtual Network (VNet) or firewall, Form Recognizer can't directly access your storage account data. However, once a managed identity is enabled, Form Recognizer can access your storage account using an assigned managed identity credential.
38+
Private Azure storage account access and authentication support [managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md). If you have an Azure storage account, protected by a Virtual Network (VNet) or firewall, Form Recognizer can't directly access your storage account data. However, once a managed identity is enabled, Form Recognizer can access your storage account using an assigned managed identity credential.
4039

4140
> [!NOTE]
4241
>
@@ -109,7 +108,7 @@ You need to grant Form Recognizer access to your storage account before it can c
109108
>
110109
> If you're unable to assign a role in the Azure portal because the Add > Add role assignment option is disabled or you get the permissions error, "you do not have permissions to add role assignment at this scope", check that you're currently signed in as a user with an assigned a role that has Microsoft.Authorization/roleAssignments/write permissions such as Owner or User Access Administrator at the Storage scope for the storage resource.
111110
112-
1. Next, you're going to assign a **Storage Blob Data Reader** role to your Form Recognizer service resource. In the **Add role assignment** pop-up window complete the fields as follows and select **Save**:
111+
1. Next, you're going to assign a **Storage Blob Data Reader** role to your Form Recognizer service resource. In the **Add role assignment** pop-up window, complete the fields as follows and select **Save**:
113112

114113
| Field | Value|
115114
|------|--------|

0 commit comments

Comments
 (0)