Skip to content

Commit 78ab53c

Browse files
committed
Fix issues
1 parent 79f1473 commit 78ab53c

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

articles/logic-apps/authenticate-with-managed-identity.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ This guide provides steps for the Azure portal and Azure Resource Manager templa
3636

3737
| Tool | Documentation |
3838
|------|---------------|
39-
| Azure PowerShell | - [System-assigned](/powershell/azure/authenticate-noninteractive?view=azps-15.4.0#system-assigned-managed-identity) <br>- [User-assigned](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-powershell) |
40-
| Azure CLI | - [System-assigned](/cli/azure/identity?view=azure-cli-latest) <br>- [User-assigned](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azcli) |
41-
| Azure REST API | - [System-assigned](/rest/api/managedidentity/system-assigned-identities?view=rest-managedidentity-2024-11-30) <br>- [User-assigned](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-rest) |
39+
| Azure PowerShell | - [System-assigned](/powershell/azure/authenticate-noninteractive#system-assigned-managed-identity) <br>- [User-assigned](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-powershell) |
40+
| Azure CLI | - [System-assigned](/cli/azure/identity) <br>- [User-assigned](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azcli) |
41+
| Azure REST API | - [System-assigned](/rest/api/managedidentity/system-assigned-identities) <br>- [User-assigned](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-rest) |
4242

4343
For more information, see:
4444

@@ -262,6 +262,8 @@ You need to create the identity as a separate Azure resource before you can enab
262262

263263
After Azure validates the information, Azure creates your managed identity. Now you can add the user-assigned identity to your logic app resource.
264264

265+
<a id="add-user-identity-portal"></a>
266+
265267
## Add user-assigned identity to logic app (portal)
266268

267269
After you create the user-assigned identity, add the identity to your Consumption or Standard logic app resource.
@@ -765,7 +767,7 @@ The following steps show how to use the managed identity by using the Azure port
765767

766768
1. From the **Authentication type** list, select **Managed identity**.
767769

768-
:::image type="content" source="media/authenticate-with-managed-identity/built-in-managed-identity.png" alt-text="Screenshot shows Standard workflow, example built-in action, opened Authentication type list, and selected option for Managed identity." lightbox="media/authenticate-with-managed-identity/built-in-managed-identity-standard.png":::
770+
:::image type="content" source="media/authenticate-with-managed-identity/built-in-managed-identity.png" alt-text="Screenshot shows Standard workflow, example built-in action, opened Authentication type list, and selected option for Managed identity." lightbox="media/authenticate-with-managed-identity/built-in-managed-identity.png":::
769771

770772
The **Authentication** section now shows the following options:
771773

@@ -784,7 +786,7 @@ The following steps show how to use the managed identity by using the Azure port
784786
>
785787
> By default, **System-assigned managed identity** is the selected option, even when you don't enable any managed identities. By default, Standard logic apps automatically enable the system identity. Although these logic apps can have multiple identities enabled, they can use only one identity at a time.
786788
>
787-
> For example, a workflow that accesses different Azure Service Bus messaging entities should use only one managed identity. See [Connect to Azure Service Bus from workflows](../connectors/connectors-create-api-servicebus.md#prerequisites).
789+
> For example, a workflow that accesses different Azure Service Bus messaging entities should use only one managed identity. For more information, see [Connect to Azure Service Bus from workflows](../connectors/connectors-create-api-servicebus.md#prerequisites).
788790
789791
For more information, see [Example: Authenticate built-in trigger or action with a managed identity](#authenticate-built-in-managed-identity).
790792

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ By default, your Standard logic app authenticates access to your Azure Storage a
456456

457457
For more information, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal) and [Understand role assignments](../role-based-access-control/role-assignments.md).
458458

459-
1. [Follow these steps to add the user-assigned managed identity to your Standard logic app resource](authenticate-with-managed-identity.md?tabs=standard#add-user-assigned-identity-to-logic-app-in-the-azure-portal).
459+
1. [Follow these steps to add the user-assigned managed identity to your Standard logic app resource](authenticate-with-managed-identity.md?tabs=standard#add-user-identity-portal).
460460

461461
1. If your Standard logic app uses the hosting option named **Workflow Service Plan**, enable runtime scale monitoring:
462462

articles/logic-apps/set-up-cd-deployment-center-standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ The following example shows where to find the **SCM Basic Auth Publishing Creden
6565

6666
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
6767

68-
1. Follow the [general steps to create the user-assigned managed identity](authenticate-with-managed-identity.md?tabs=standard#create-user-assigned-identity-in-the-azure-portal).
68+
1. Follow the [general steps to create the user-assigned managed identity](authenticate-with-managed-identity.md?tabs=standard#user-assigned-azure-portal).
6969

7070
1. Follow the [general steps to add the user-assigned managed identity to your logic app](authenticate-with-managed-identity.md?tabs=standard#add-user-assigned-identity-to-logic-app-in-the-azure-portal).
7171

72-
1. Follow the [general steps to give the identity access to the resources](authenticate-with-managed-identity.md?tabs=standard#give-identity-access-to-resources) in the [Prerequisites section](#prerequisites).
72+
1. Follow the [general steps to give the identity access to the resources](authenticate-with-managed-identity.md?tabs=standard#access-other-resources) in the [Prerequisites section](#prerequisites).
7373

7474
1. When you're done, continue on to create scripts for Deployment Center.
7575

0 commit comments

Comments
 (0)