Skip to content

Commit 9ea651d

Browse files
authored
Clarify intro
1 parent d869689 commit 9ea651d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/logic-apps/create-managed-service-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Authenticate with managed identities
3-
description: Access resources in other Azure Active Directory tenants without signing in with credentials or secrets by using a managed identity
3+
description: Access resources in protected by Azure Active Directory without signing in with credentials or secrets by using a managed identity
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
6+
ms.reviewer: jonfan, logicappspm
77
ms.topic: article
88
ms.date: 02/10/2020
99
---
1010

1111
# Authenticate access to Azure resources by using managed identities in Azure Logic Apps
1212

13-
To access resources in other Azure Active Directory (Azure AD) tenants and authenticate your identity without signing in, your logic app can use a [managed identity](../active-directory/managed-identities-azure-resources/overview.md) (formerly Managed Service Identity or MSI), rather than credentials or secrets. Azure manages this identity for you and helps secure your credentials because you don't have to provide or rotate secrets.
13+
To easily access other resources that are protected by Azure Active Directory (Azure AD) and authenticate your identity without signing in, your logic app can use a [managed identity](../active-directory/managed-identities-azure-resources/overview.md) (formerly Managed Service Identity or MSI), rather than credentials or secrets. Azure manages this identity for you and helps secure your credentials because you don't have to provide or rotate secrets.
1414

1515
Azure Logic Apps supports both [*system-assigned*](../active-directory/managed-identities-azure-resources/overview.md) and [*user-assigned*](../active-directory/managed-identities-azure-resources/overview.md) managed identities. Your logic app can use either the system-assigned identity or a *single* user-assigned identity, which you can share across a group of logic apps, but not both. Currently, only [specific built-in triggers and actions](../logic-apps/logic-apps-securing-a-logic-app.md#add-authentication-outbound) support managed identities, not managed connectors or connections, for example:
1616

@@ -526,4 +526,4 @@ If you created the logic app's managed identity by using an Azure Resource Manag
526526

527527
## Next steps
528528

529-
* [Secure access and data in Azure Logic Apps](../logic-apps/logic-apps-securing-a-logic-app.md)
529+
* [Secure access and data in Azure Logic Apps](../logic-apps/logic-apps-securing-a-logic-app.md)

0 commit comments

Comments
 (0)