Skip to content

Commit 34a0fce

Browse files
authored
Merge pull request #275343 from vicancy/patch-17
Update howto-use-managed-identity.md
2 parents f360d54 + 044a66e commit 34a0fce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-web-pubsub/howto-use-managed-identity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Managed identities in Azure Web PubSub Service
33
description: Learn how managed identities work in Azure Web PubSub Service, and how to use a managed identity in serverless scenarios.
4-
author: chenyl
4+
author: vicancy
55
ms.service: azure-web-pubsub
66
ms.topic: article
7-
ms.date: 11/08/2021
8-
ms.author: chenyl
7+
ms.date: 05/14/2024
8+
ms.author: lianwei
99
---
1010

1111
# Managed identities for Azure Web PubSub Service
@@ -75,8 +75,8 @@ You can easily set access validation for a function app without code changes by
7575
1. The option to create a new registration is selected by default. You can change the name of the registration. For more information on enabling a Microsoft Entra provider, see [Configure your App Service or Azure Functions app to use a Microsoft Entra ID sign-in](../app-service/configure-authentication-provider-aad.md).
7676

7777
:::image type="content" source="media/howto-use-managed-identity/function-entra.png" alt-text="Screenshot that shows basic information for adding an identity provider.":::
78-
1. Go to Azure SignalR Service and follow the [steps](howto-use-managed-identity.md#add-a-system-assigned-identity) to add a system-assigned identity or user-assigned identity.
79-
1. In Azure SignalR Service, go to **Upstream settings**, and then select **Use Managed Identity** and **Select from existing Applications**. Select the application that you created previously.
78+
1. Go to your Web PubSub Service and follow the [steps](howto-use-managed-identity.md#add-a-system-assigned-identity) to add a system-assigned identity or user-assigned identity.
79+
1. In Web PubSub service **Settings** tab, **Edit** your hub settings, **Edit** your event handler settings, in the **Authentication** section, select **Use Managed Identity** and **Select from existing Applications**. Select the application that you created previously.
8080

8181
After you configure these settings, the function app will reject requests without an access token in the header.
8282

0 commit comments

Comments
 (0)