Skip to content

Commit 6f902aa

Browse files
authored
Update signalr-howto-authorize-managed-identity.md
use app service/func as common practice.
1 parent a0cb8da commit 6f902aa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/azure-signalr/signalr-howto-authorize-managed-identity.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ The first step is to configure managed identities.
2222

2323
This example shows you how to configure a system-assigned managed identity on a virtual machine (VM) by using the Azure portal:
2424

25-
1. In the [Azure portal](https://portal.azure.com/), search for and select a VM.
26-
1. Under **Settings**, select **Identity**.
27-
1. On the **System assigned** tab, switch **Status** to **On**.
25+
1. Access your app's settings in the [Azure portal](https://portal.azure.com) under the **Settings** group in the left navigation pane.
26+
27+
1. Select **Identity**.
2828

29-
![Screenshot of selections for turning on system-assigned managed identities for a virtual machine.](./media/signalr-howto-authorize-managed-identity/identity-virtual-machine.png)
30-
1. Select the **Save** button to confirm the change.
29+
1. Within the **System assigned** tab, switch **Status** to **On**. Click **Save**.
30+
31+
![Screenshot that shows where to switch Status to On and then select Save.](../app-service/media/app-service-managed-service-identity/system-assigned-managed-identity-in-azure-portal.png)
3132

3233
To learn how to create user-assigned managed identities, see [Create a user-assigned managed identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md#create-a-user-assigned-managed-identity).
3334

@@ -39,7 +40,7 @@ To learn more about configuring managed identities, see one of these articles:
3940
- [Configure managed identities for Azure resources on an Azure VM using templates](../active-directory/managed-identities-azure-resources/qs-configure-template-windows-vm.md)
4041
- [Configure a VM with managed identities for Azure resources using an Azure SDK](../active-directory/managed-identities-azure-resources/qs-configure-sdk-windows-vm.md)
4142

42-
To learn how to configure managed identities for Azure App Service and Azure Functions, see [How to use managed identities for App Service and Azure Functions](../app-service/overview-managed-identity.md).
43+
To learn more how to configure managed identities for Azure App Service and Azure Functions, see [How to use managed identities for App Service and Azure Functions](../app-service/overview-managed-identity.md).
4344

4445
## Add role assignments in the Azure portal
4546

0 commit comments

Comments
 (0)