Skip to content

Commit 1ec1761

Browse files
authored
update
1 parent 3b45d9e commit 1ec1761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.devlang: csharp
1010
ms.custom: subject-rbac-steps
1111
---
1212

13-
# Authorize requests to Azure SignalR Service resources with Azure applications
13+
# Authorize requests to Azure SignalR Service resources with Microsoft Entra applications
1414

1515
Azure SignalR Service supports Microsoft Entra ID for authorizing requests from [Microsoft Entra applications](../entra/identity-platform/app-objects-and-service-principals.md).
1616

@@ -150,7 +150,7 @@ First, you need to specify the service URI of Azure SignalR Service. The key of
150150

151151
Then, you choose whether to configure your Microsoft Entra application identity in [predefined environment variables](#configure-an-identity-in-predefined-environment-variables) or in [SignalR-specified variables](#configure-an-identity-in-signalr-specified-variables).
152152

153-
#### Configure an identity in predefined environment variables
153+
### Configure an identity in predefined environment variables
154154

155155
See [Environment variables](/dotnet/api/overview/azure/identity-readme#environment-variables) for the list of predefined environment variables. When you have multiple services, we recommend that you use the same application identity, so that you don't need to configure the identity for each service. Other services might also use these environment variables, based on the settings of those services.
156156

@@ -176,7 +176,7 @@ AZURE_TENANT_ID = ...
176176
AZURE_CLIENT_SECRET = ...
177177
```
178178

179-
#### Configure an identity in SignalR-specified variables
179+
### Configure an identity in SignalR-specified variables
180180

181181
SignalR-specified variables share the same key prefix with the `serviceUri` key. Here's the list of variables that you might use:
182182

0 commit comments

Comments
 (0)