Skip to content

Commit c6a558a

Browse files
authored
minor updates
1 parent 6f902aa commit c6a558a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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

2525
1. Access your app's settings in the [Azure portal](https://portal.azure.com) under the **Settings** group in the left navigation pane.
2626

@@ -30,17 +30,9 @@ This example shows you how to configure a system-assigned managed identity on a
3030

3131
![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)
3232

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+
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).
3434

35-
To learn more about configuring managed identities, see one of these articles:
36-
37-
- [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)
38-
- [Configure managed identities for Azure resources on an Azure VM using PowerShell](../active-directory/managed-identities-azure-resources/qs-configure-powershell-windows-vm.md)
39-
- [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)
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)
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)
42-
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).
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)
4436

4537
## Add role assignments in the Azure portal
4638

0 commit comments

Comments
 (0)