You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-signalr/signalr-howto-authorize-managed-identity.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,13 @@ The first step is to configure managed identities.
22
22
23
23
This example shows you how to configure a system-assigned managed identity on a virtual machine (VM) by using the Azure portal:
24
24
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**.
28
28
29
-

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
+

31
32
32
33
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).
33
34
@@ -39,7 +40,7 @@ To learn more about configuring managed identities, see one of these articles:
39
40
-[Configure managed identities for Azure resources on an Azure VM using templates](../active-directory/managed-identities-azure-resources/qs-configure-template-windows-vm.md)
40
41
-[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)
41
42
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).
0 commit comments