Skip to content

Commit 0d22011

Browse files
fix links
1 parent 4a400d7 commit 0d22011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-web-pubsub/includes/web-pubsub-connection-string-security-comment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 12/10/2024
66
ms.author: lianwei
77
---
88

9-
Raw connection strings appear in this article for demonstration purposes only. In production environments, always be careful to protect your access keys. Use Azure Key Vault to manage and rotate your keys securely and [secure your connection with `WebPubSubServiceClient`](./howto-create-serviceclient-with-net-and-azure-identity)
9+
Raw connection strings appear in this article for demonstration purposes only. In production environments, always be careful to protect your access keys. Use Azure Key Vault to manage and rotate your keys securely and [secure your connection with `WebPubSubServiceClient`](../articles/azure-web-pubsub/howto-create-serviceclient-with-net-and-azure-identity).

articles/azure-web-pubsub/includes/web-pubsub-connection-string-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ms.author: lianwei
99
> [!IMPORTANT]
1010
> Raw connection strings appear in this article for demonstration purposes only.
1111
>
12-
> 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 be careful to protect your access keys. Use Azure Key Vault to manage and rotate your keys securely and [secure your connection with `WebPubSubServiceClient`](./howto-create-serviceclient-with-net-and-azure-identity)
12+
> 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 be careful to protect your access keys. Use Azure Key Vault to manage and rotate your keys securely and [secure your connection with `WebPubSubServiceClient`](../articles/azure-web-pubsub/howto-create-serviceclient-with-net-and-azure-identity).
1313
>
1414
> 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)