You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/managed-identities.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,15 @@ ms.author: lajanuar
12
12
ms.custom: ignite-fall-2021
13
13
---
14
14
15
-
# Create and use managed identities with Form Recognizer
15
+
# Create and use managed identities
16
16
17
-
> [!IMPORTANT]
18
-
> Azure RBAC (Azure role-based access control) assignment is currently in preview and not recommended for production workloads. Certain features may not be supported or have constrained capabilities. Azure RBAC assignments are used to grant permissions for managed identity.
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.
19
18
20
-
## What are managed identities?
19
+
* You can use managed identities**instead of a shared access signature (SAS) token** to grant access to any resource that supports Azure AD authentication.
21
20
22
-
*Managed identities for Azure resources are service principals that create an Azure Active Directory (Azure AD) identity and specific permissions for Azure managed resources.
21
+
*To grant access, assign a role to a managed identity using [Azure role-based access control (Azure RBAC)](../../role-based-access-control/overview.md).
23
22
24
-
* You can use managed identities **instead of a shared access signature (SAS) token** to grant access to any resource that supports Azure AD authentication. To grant access, assign a role to a managed identity using [Azure role-based access control (Azure RBAC)](../../role-based-access-control/overview.md).
25
-
26
-
* There's no added cost to use managed identity in Azure.
23
+
* There's no added cost to use managed identities in Azure.
27
24
28
25
> [!TIP]
29
26
> 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.
@@ -50,7 +47,7 @@ To get started, you'll need:
50
47
51
48
* A [**Form Recognizer**](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) or [**Cognitive Services**](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) resource in the Azure portal. For detailed steps, _see_[Create a Cognitive Services resource using the Azure portal](../../cognitive-services/cognitive-services-apis-create-account.md?tabs=multiservice%2cwindows).
52
49
53
-
* An [**Azure blob storage account**](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM) in the same region as your Form Recognizer resource. You'll create containers to store and organize your blob data within your storage account.
50
+
* An [**Azure blob storage account**](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM) in the same region as your Form Recognizer resource. You'll create containers to store and organize your blob data within your storage account.
54
51
55
52
* If your storage account is behind a firewall, **you must enable the following configuration**: </br></br>
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/document-translation/managed-identity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ ms.author: lajanuar
19
19
20
20
## What are managed identities?
21
21
22
-
* Managed identities for Azure resources are service principals that create an Azure Active Directory (Azure AD) identity and specific permissions for Azure managed resources.
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.
23
23
24
-
* You can use managed identities **instead of a shared access signature (SAS) tokey** 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).
24
+
* 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).
25
25
26
26
* There's no added cost to use managed identities in Azure.
0 commit comments