Skip to content

Commit 428432e

Browse files
Update articles/communication-services/quickstarts/create-communication-resource.md
Co-authored-by: Victor Chapel <[email protected]>
1 parent 8ebb7e4 commit 428432e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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). You can further securely [manage your connection string](../../storage/common/storage-account-keys-manage.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)