Skip to content

Commit 656cc9f

Browse files
committed
update managed identity
1 parent 8c2e986 commit 656cc9f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,31 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: how-to
10-
ms.date: 02/09/2023
10+
ms.date: 03/17/2023
1111
ms.author: lajanuar
1212
monikerRange: '>=form-recog-2.1.0'
1313
recommendations: false
1414
---
1515

1616
# Managed identities for Form Recognizer
1717

18-
:::image type="content" source="media/managed-identities/rbac-flow.png" alt-text="Screenshot of managed identity flow (RBAC).":::
19-
2018
[!INCLUDE [applies to v3.0 and v2.1](includes/applies-to-v3-0-and-v2-1.md)]
2119

2220
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

22+
:::image type="content" source="media/managed-identities/rbac-flow.png" alt-text="Screenshot of managed identity flow (RBAC).":::
23+
2424
* You can use managed identities to grant access to any resource that supports Azure AD authentication, including your own applications. Unlike security keys and authentication tokens, managed identities eliminate the need for developers to manage credentials.
2525

2626
* To grant access to an Azure resource, assign an Azure role to a managed identity using [Azure role-based access control (Azure RBAC)](../../role-based-access-control/overview.md).
2727

2828
* There's no added cost to use managed identities in Azure.
2929

30-
> [!TIP]
31-
> Managed identities eliminate the need for you to manage credentials, including Shared Access Signature (SAS) tokens. Managed identities are a safer way to grant access to data without having credentials in your code.
30+
> [!IMPORTANT]
31+
>
32+
> * Managed identities eliminate the need for you to manage credentials, including Shared Access Signature (SAS) tokens.
33+
>
34+
> * Managed identities are a safer way to grant access to data without having credentials in your code.
3235
3336

3437
## Private storage account access

0 commit comments

Comments
 (0)