Skip to content

Commit 2a51546

Browse files
committed
update managed identities articles
1 parent 7df43cd commit 2a51546

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: ignite-fall-2021
1414

1515
# Create and use managed identities
1616

17-
Managed identities for Azure resources is a feature of Azure Active Directory. Manged identities is a service principals that creates an Azure Active Directory (Azure AD) identity and specific permissions for Azure managed resources.
17+
Managed identities for Azure resources are service principals that create an Azure Active Directory (Azure AD) identity and specific permissions for Azure managed resources:
1818

1919
* You can use managed identities **instead of a shared access signature (SAS) token** to grant access to any resource that supports Azure AD authentication.
2020

@@ -86,7 +86,7 @@ In the following steps, we'll enable a system-assigned managed identity and gran
8686

8787
## Grant access to your storage account
8888

89-
You need to grant Form Recognizer access to your storage account before it can create, read, or delete blobs. Now that you enabled Form Recognizer with a system-assigned managed identity, you can use Azure role-based access control (Azure RBAC), to give a managed identity (Form Recognizer) access to another resource (Azure storage)—just like any security principal. The **Storage Blob Data Reader** role gives Form Recognizer (represented by the system-assigned managed identity) read and list access to the blob container and data.
89+
You need to grant Form Recognizer access to your storage account before it can create, read, or delete blobs. Now that you've enabled Form Recognizer with a system-assigned managed identity, you can use Azure role-based access control (Azure RBAC), to give Form Recognizer access to Azure storage. The **Storage Blob Data Reader** role gives Form Recognizer (represented by the system-assigned managed identity) read and list access to the blob container and data.
9090

9191
1. Under **Permissions** select **Azure role assignments**:
9292

articles/cognitive-services/Translator/document-translation/managed-identity.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ ms.author: lajanuar
1515

1616
> [!IMPORTANT]
1717
>
18-
> Managed identities for Azure resources is currently unavailable for Document Translation service in the global region. If you intend to use managed identities for Document Translation operations, [create your Translator resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) in a non-global Azure region.
18+
> Managed identities for Azure resources are currently unavailable for Document Translation service in the global region. If you intend to use managed identities for Document Translation operations, [create your Translator resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) in a non-global Azure region.
1919
20-
## What are managed identities?
21-
22-
* Managed identities for Azure resources is a service principal that creates an Azure Active Directory (Azure AD) identity and specific permissions for Azure managed resources.
20+
Managed identities for Azure resources are service principals that create an Azure Active Directory (Azure AD) identity and specific permissions for Azure managed resources:
2321

2422
* You can use managed identities **instead of a shared access signature (SAS) token** to grant access to any resource that supports Azure AD authentication, including your own applications. To grant access, assign a role to a managed identity using [Azure role-based access control (Azure RBAC)](../../../role-based-access-control/overview.md).
2523

0 commit comments

Comments
 (0)