Skip to content

Commit 3f9c915

Browse files
committed
small polishing
1 parent 8ae3de7 commit 3f9c915

File tree

1 file changed

+7
-7
lines changed
  • articles/active-directory/managed-identities-azure-resources

1 file changed

+7
-7
lines changed

articles/active-directory/managed-identities-azure-resources/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ ms.collection: M365-identity-device-management
2323

2424
A common challenge for developers is the management of secrets and credentials used to secure communication between different components making up a solution. Managed identities eliminate the need for developers to manage credentials.
2525

26-
Managed identities provide an identity for applications to use when connecting to resources that support Azure Active Directory (Azure AD) authentication. Applications may use the managed identity to obtain Azure AD tokens. For example, an application may use a managed identity to access resources like [Azure Key Vault](../../key-vault/general/overview.md). Developers can store credentials in a secure manner or access storage accounts in Key Vault.
26+
Managed identities provide an identity for applications to use when connecting to resources that support Azure Active Directory (Azure AD) authentication. Applications may use the managed identity to obtain Azure AD tokens. With [Azure Key Vault](../../key-vault/general/overview.md), developers can use managed identities to access resources. Key Vault stores credentials in a secure manner and gives access to storage accounts.
2727

28-
Take a look at how you can use managed identities:</br>
28+
The following video shows how you can use managed identities:</br>
2929

3030
> [!VIDEO https://docs.microsoft.com/Shows/On-NET/Using-Azure-Managed-identities/player?format=ny]
3131
@@ -44,8 +44,8 @@ Here are some of the benefits of using managed identities:
4444

4545
There are two types of managed identities:
4646

47-
- **System-assigned**. Some Azure services allow you to enable a managed identity directly on a service instance. When you enable a system-assigned managed identity, an identity is created in Azure AD. The identity is tied to the lifecycle of that service instance. So when the resource is deleted, Azure automatically deletes the identity for you. By design, only that Azure resource can use this identity to request tokens from Azure AD.
48-
- **User-assigned**. You may also create a managed identity as a standalone Azure resource. You can [create a user-assigned managed identity](how-to-manage-ua-identity-portal.md) and assign it to one or more instances of an Azure service. For user-assigned managed identities, the identity is managed separately from the resources that uses it. </br></br>
47+
- **System-assigned**. Some Azure services allow you to enable a managed identity directly on a service instance. When you enable a system-assigned managed identity, an identity is created in Azure AD. The identity is tied to the lifecycle of that service instance. When the resource is deleted, Azure automatically deletes the identity for you. By design, only that Azure resource can use this identity to request tokens from Azure AD.
48+
- **User-assigned**. You may also create a managed identity as a standalone Azure resource. You can [create a user-assigned managed identity](how-to-manage-ua-identity-portal.md) and assign it to one or more instances of an Azure service. For user-assigned managed identities, the identity is managed separately from the resources that use it. </br></br>
4949

5050

5151
The following table shows the differences between the two types of managed identities:
@@ -64,11 +64,11 @@ The following table shows the differences between the two types of managed ident
6464

6565
## How can I use managed identities for Azure resources?
6666

67-
[![Some examples of how a developer may use managed identities to get access to resources from their code without managing authentication information.](media/overview/when-use-managed-identities.png)](media/overview/when-use-managed-identities.png#lightbox)
67+
[![This flowchart shows examples of how a developer may use managed identities to get access to resources from their code without managing authentication information.](media/overview/when-use-managed-identities.png)](media/overview/when-use-managed-identities.png#lightbox)
6868

6969
## What Azure services support the feature?<a name="which-azure-services-support-managed-identity"></a>
7070

71-
Managed identities for Azure resources can be used to authenticate to services that support Azure AD authentication. For a list of Azure services that support the managed identities for Azure resources feature, see [Services that support managed identities for Azure resources](./services-support-managed-identities.md).
71+
Managed identities for Azure resources can be used to authenticate to services that support Azure AD authentication. For a list of supported Azure services, see [services that support managed identities for Azure resources](./services-support-managed-identities.md).
7272

7373
## Which operations can I perform using managed identities?
7474

@@ -87,7 +87,7 @@ If you choose a user assigned managed identity instead:
8787
- CRUD operations are available for review in [Azure Activity logs](../../azure-monitor/essentials/activity-log.md).
8888
- View sign in activity in Azure AD [sign in logs](../reports-monitoring/concept-sign-ins.md).
8989

90-
Operations on managed identities can be performed by using an Azure Resource Manager template, the Azure portal, the Azure CLI, PowerShell, and REST APIs.
90+
Operations on managed identities can be performed by using an Azure Resource Manager template, the Azure portal, Azure CLI, PowerShell, and REST APIs.
9191

9292
## Next steps
9393

0 commit comments

Comments
 (0)