Skip to content

Commit 432eec1

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 4b458ce + 5d8a3ba commit 432eec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/data-factory/data-factory-service-identity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ There are two types of supported managed identities:
2727

2828
- **System-assigned:** You can enable a managed identity directly on a service instance. When you allow a system-assigned managed identity during the creation of the service, an identity is created in Microsoft Entra tied to that service instance's lifecycle. By design, only that Azure resource can use this identity to request tokens from Microsoft Entra ID. So when the resource is deleted, Azure automatically deletes the identity for you.
2929
- **User-assigned:** You may also create a managed identity as a standalone Azure resource. You can [create a user-assigned managed identity](../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal.md) and assign it to one or more instances of a data factory. In user-assigned managed identities, the identity is managed separately from the resources that use it.
30+
>[!NOTE]
31+
> [Trusted bypass](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/data-factory-is-now-a-trusted-service-in-azure-storage-and-azure/ba-p/964993) cannot utilize user-assigned managed identities. It can only employ system-assigned managed identities for connecting to Azure Storage and Azure Key Vault.
3032
3133
Managed identity provides the below benefits:
3234

0 commit comments

Comments
 (0)