Skip to content

Commit 941ba44

Browse files
Merge pull request #279866 from JialinXin/patch-5
Update signalr-howto-authorize-managed-identity.md
2 parents 5e4acf8 + c6a558a commit 941ba44

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

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

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,19 @@ This article shows how to configure your Azure SignalR Service resource and code
2020

2121
The first step is to configure managed identities.
2222

23-
This example shows you how to configure a system-assigned managed identity on a virtual machine (VM) by using the Azure portal:
23+
This example shows you how to configure a system-assigned managed identity on an App Service 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**.
3130

32-
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).
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)
3332

34-
To learn more about configuring managed identities, see one of these articles:
33+
To learn more how to configure managed identities in other ways 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).
3534

36-
- [Configure managed identities for Azure resources on a VM using the Azure portal](../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md)
37-
- [Configure managed identities for Azure resources on an Azure VM using PowerShell](../active-directory/managed-identities-azure-resources/qs-configure-powershell-windows-vm.md)
38-
- [Configure managed identities for Azure resources on an Azure VM using the Azure CLI](../active-directory/managed-identities-azure-resources/qs-configure-cli-windows-vm.md)
39-
- [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-
- [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-
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).
35+
To learn more about configuring managed identities on an Azure VM, see [Configure managed identities on Azure virtual machines (VMs)](../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md)
4336

4437
## Add role assignments in the Azure portal
4538

0 commit comments

Comments
 (0)