Skip to content

Commit 24d22eb

Browse files
Add resource endpoint for Azure SignalR Service
Update authentication-managed-identity-policy.md adding resource for Azure SignalR Service
1 parent 5143cff commit 24d22eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/api-management/authentication-managed-identity-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Both system-assigned identity and any of the multiple user-assigned identities c
6969
```xml
7070
<authentication-managed-identity resource="https://database.windows.net/"/> <!--Azure SQL-->
7171
```
72+
```xml
73+
<authentication-managed-identity resource="https://signalr.azure.com"/> <!--Azure SignalR-->
74+
```
7275

7376
```xml
7477
<authentication-managed-identity resource="AD_application_id"/> <!--Application (client) ID of your own Azure AD Application-->

0 commit comments

Comments
 (0)