Skip to content

Commit e257ad1

Browse files
Merge pull request #123959 from jaliyaudagedara/patch-4
Add resource endpoint for Azure SignalR Service
2 parents 89ddc02 + 24d22eb commit e257ad1

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)