Skip to content

Commit a333a71

Browse files
Merge pull request #292158 from craigshoemaker/signalr/security-include
[SignalR] Add authorization link to includes
2 parents 208f1d9 + 55c4011 commit a333a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ms.author: lianwei
99
ms.custom: include file
1010
---
1111

12-
Raw connection strings appear in this article for demonstration purposes only. 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).
12+
Raw connection strings appear in this article for demonstration purposes only. 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).

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).
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).
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)