Skip to content

Commit 7df43cd

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

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ ms.author: lajanuar
1212
ms.custom: ignite-fall-2021
1313
---
1414

15-
# Create and use managed identities with Form Recognizer
15+
# Create and use managed identities
1616

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.
1918

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.
2120

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).
2322

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.
2724

2825
> [!TIP]
2926
> 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:
5047

5148
* 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).
5249

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.
5451

5552
* If your storage account is behind a firewall, **you must enable the following configuration**: </br></br>
5653

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ ms.author: lajanuar
1919
2020
## What are managed identities?
2121

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.
2323

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).
2525

2626
* There's no added cost to use managed identities in Azure.
2727

0 commit comments

Comments
 (0)