Skip to content

Commit 5b8a08f

Browse files
committed
Handling connection string - addition
1 parent 158beff commit 5b8a08f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Azure Communication Services - Managing your access keys
3+
description: Learn more about the best practices for managing your access keys
4+
author: anitharaju
5+
manager: rejooyan
6+
services: azure-communication-services
7+
8+
ms.author: anitharaju
9+
ms.topic: conceptual
10+
ms.service: azure-communication-services
11+
#Customer intent: As a Developer, I want to learn how to manage connection strings more securely
12+
---
13+
14+
In order to use Azure communication services resource, you need to be authenticated to the resource. One of the ways to authenticate is by using access key (tba). Access key is a static value and if compromised, it can give access to the user of the access key.
15+
The following documents would be of interest to you to manage your access key more securely (../storage/storage-account-keys-manage.md)
16+

articles/communication-services/quickstarts/create-communication-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Communication Services SDKs use connection strings to authorize requests made to
7979

8080
* An application running on the desktop or on a device can store the connection string in an **app.config** or **web.config** file. Add the connection string to the **AppSettings** section in these files.
8181
* An application running in an Azure App Service can store the connection string in the [App Service application settings](../../app-service/configure-common.md). Add the connection string to the **Connection Strings** section of the Application Settings tab within the portal.
82-
* You can store your connection string in [Azure Key Vault](../../data-factory/store-credentials-in-key-vault.md).
82+
* You can store your connection string in [Azure Key Vault](../../data-factory/store-credentials-in-key-vault.md). You can further securely [manage your connection string](../../storage/common/storage-account-keys-manage.md)
8383
* If you're running your application locally, you may want to store your connection string in an environment variable.
8484

8585
### Store your connection string in an environment variable

0 commit comments

Comments
 (0)