Skip to content

Commit 9a74bc8

Browse files
committed
include feedback
1 parent 95f1183 commit 9a74bc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-app-configuration/quickstart-python-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-app-configuration
77
ms.devlang: python
88
ms.topic: quickstart
99
ms.custom: devx-track-python, mode-other
10-
ms.date: 10/21/2022
10+
ms.date: 10/31/2022
1111
ms.author: malev
1212
#Customer intent: As a Python developer, I want to manage all my app settings in one place.
1313
---
@@ -95,7 +95,7 @@ The Python App Configuration provider is a library running on top of the Azure S
9595

9696
## Configure your App Configuration connection string
9797

98-
1. Set an environment variable named **AZURE_APPCONFIG_CONNECTION_STRING**, and set it to the access key to your App Configuration store. At the command line, run the following command:
98+
1. Set an environment variable named **AZURE_APPCONFIG_CONNECTION_STRING**, and set it to the connection string of your App Configuration store. At the command line, run the following command:
9999

100100
### [Windows command prompt](#tab/windowscommandprompt)
101101

articles/azure-app-configuration/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To use Azure App Configuration with the Python provider instead of the SDK, go t
7575

7676
## Configure your App Configuration connection string
7777

78-
1. Set an environment variable named **AZURE_APPCONFIG_CONNECTION_STRING**, and set it to the access key to your App Configuration store. At the command line, run the following command:
78+
1. Set an environment variable named **AZURE_APPCONFIG_CONNECTION_STRING**, and set it to the connection string of your App Configuration store. At the command line, run the following command:
7979

8080
### [Windows command prompt](#tab/windowscommandprompt)
8181

0 commit comments

Comments
 (0)