Skip to content

Commit 74d687a

Browse files
authored
Update signalr-howto-authorize-application.md
1 parent 0b9c523 commit 74d687a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/azure-signalr/signalr-howto-authorize-application.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Authorize request to SignalR resources with Azure AD from Azure applicati
33
description: This article provides information about authorizing request to SignalR resources with Azure AD from Azure applications
44
author: vicancy
55
ms.author: lianwei
6-
ms.date: 07/18/2022
6+
ms.date: 02/03/2023
77
ms.service: signalr
88
ms.topic: how-to
99
ms.devlang: csharp
@@ -159,9 +159,6 @@ services.AddSignalR().AddAzureSignalR(option =>
159159

160160
### Azure Functions SignalR bindings
161161

162-
> [!WARNING]
163-
> SignalR trigger binding does not support identity-based connection yet and connection strings are still necessary.
164-
165162
Azure Functions SignalR bindings use [application settings](../azure-functions/functions-how-to-use-azure-function-app-settings.md) on portal or [`local.settings.json`](../azure-functions/functions-develop-local.md#local-settings-file) at local to configure Azure application identities to access your SignalR resources.
166163

167164
Firstly, you need to specify the service URI of the SignalR Service, whose key is `serviceUri` starting with a **connection name prefix** (defaults to `AzureSignalRConnectionString`) and a separator (`__` on Azure portal and `:` in the local.settings.json file). The connection name can be customized with the binding property [`ConnectionStringSetting`](../azure-functions/functions-bindings-signalr-service.md). Continue reading to find the sample.
@@ -223,4 +220,4 @@ On Azure portal, add settings as follows:
223220

224221
See the following related articles:
225222
- [Overview of Azure AD for SignalR](signalr-concept-authorize-azure-active-directory.md)
226-
- [Authorize request to SignalR resources with Azure AD from managed identities](signalr-howto-authorize-managed-identity.md)
223+
- [Authorize request to SignalR resources with Azure AD from managed identities](signalr-howto-authorize-managed-identity.md)

0 commit comments

Comments
 (0)