Skip to content

Commit 178db4f

Browse files
fix typo
1 parent 9daff5f commit 178db4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/includes/signalr-connection-string-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ms.custom: include file
1212
> [!IMPORTANT]
1313
> Raw connection strings appear in this article for demonstration purposes only.
1414
>
15-
> A connection string includes the authorization information required for your application to access Azure Web PubSub service. The access key inside the connection string is similar to a root password for your service. In production environments, always protect your access keys. Use Azure Key Vault to manage and rotate your keys securely and [secure your connection string using Microsoft Entra ID](../concept-connection-string.md#use-microsoft-entra-id) and [authorize access with Microsoft Entra ID](../signalr-concept-authorize-azure-active-directory.md).
15+
> A connection string includes the authorization information required for your application to access Azure SignalR Service. The access key inside the connection string is similar to a root password for your service. In production environments, always protect your access keys. Use Azure Key Vault to manage and rotate your keys securely and [secure your connection string using Microsoft Entra ID](../concept-connection-string.md#use-microsoft-entra-id) and [authorize access with Microsoft Entra ID](../signalr-concept-authorize-azure-active-directory.md).
1616
>
1717
> Avoid distributing access keys to other users, hard-coding them, or saving them anywhere in plain text that is accessible to others. Rotate your keys if you believe they may have been compromised.

0 commit comments

Comments
 (0)