Skip to content

Commit 0042672

Browse files
authored
Acrolinx
1 parent f621462 commit 0042672

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-signalr/concept-connection-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You can also use Azure CLI to get the connection string:
126126
az signalr key list -g <resource_group> -n <resource_name>
127127
```
128128

129-
## Connect with an Microsoft Entra application
129+
## Connect with a Microsoft Entra application
130130

131131
You can use an [Microsoft Entra application](../active-directory/develop/app-objects-and-service-principals.md) to connect to your SignalR service. As long as the application has the right permission to access SignalR service, no access key is needed.
132132

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows how to configure your SignalR resource and codes to authorize
1818

1919
## Register an application
2020

21-
The first step is to register an Microsoft Entra application.
21+
The first step is to register a Microsoft Entra application.
2222

2323
1. On the [Azure portal](https://portal.azure.com/), search for and select **Microsoft Entra ID**
2424
2. Under **Manage** section, select **App registrations**.
@@ -107,7 +107,7 @@ The best practice is to configure identity and credentials in your environment v
107107
| `AZURE_CLIENT_ID` | The client(application) ID of an App Registration in the tenant. |
108108
| `AZURE_CLIENT_SECRET` | A client secret that was generated for the App Registration. |
109109
| `AZURE_CLIENT_CERTIFICATE_PATH` | A path to a certificate and private key pair in PEM or PFX format, which can authenticate the App Registration. |
110-
| `AZURE_USERNAME` | The username, also known as upn, of an Microsoft Entra user account. |
110+
| `AZURE_USERNAME` | The username, also known as upn, of a Microsoft Entra user account. |
111111
| `AZURE_PASSWORD` | The password of the Microsoft Entra user account. Password isn't supported for accounts with MFA enabled. |
112112

113113
You can use either [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential) or [EnvironmentCredential](/dotnet/api/azure.identity.environmentcredential) to configure your SignalR endpoints.

0 commit comments

Comments
 (0)