Skip to content

Commit 0e11e8b

Browse files
Update overview.md
Changed the word "ideantity" to "identity"
1 parent 5cbf1cc commit 0e11e8b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For using Managed identities, you have should do the following:
6868
1. Create a managed identity in Azure. You can choose between system-assigned managed identity or user-assigned managed identity.
6969
2. In case of user-assigned managed identity, assign the managed identity to the "source" Azure Resource, such as an Azure Logic App or an Azure Web App.
7070
3. Authorize the managed identity to have accees to the "target" service.
71-
4. Use the managed identity to perform access. For this, you can use the Azure SDK with the Azure.Identity library. Some "source" resources offer connectors that know how to use Managed identities for the connections. In that case you simply use the ideantity as a feature of that "source" resource.
71+
4. Use the managed identity to perform access. For this, you can use the Azure SDK with the Azure.Identity library. Some "source" resources offer connectors that know how to use Managed identities for the connections. In that case you simply use the identity as a feature of that "source" resource.
7272

7373

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

0 commit comments

Comments
 (0)