You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-python-provider.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 10/21/2022
11
11
ms.author: malev
12
12
#Customer intent: As a Python developer, I want to manage all my app settings in one place.
13
13
---
14
-
# Quickstart: Create a Python app with Azure App Configuration Python provider
14
+
# Quickstart: Create a Python app with the Azure App Configuration Python provider
15
15
16
16
In this quickstart, you will use the Python provider for Azure App Configuration to centralize storage and management of application settings using the [Azure App Configuration Python provider client library](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration-provider).
17
17
@@ -20,7 +20,7 @@ The Python App Configuration provider is a library running on top of the Azure S
20
20
## Prerequisites
21
21
22
22
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
23
-
- Python 3.6 or later - For information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
23
+
- Python 3.6 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
24
24
25
25
## Create an App Configuration store
26
26
@@ -95,7 +95,7 @@ The Python App Configuration provider is a library running on top of the Azure S
95
95
96
96
## Configure your App Configuration connection string
97
97
98
-
1. Set an environment variable named **AZURE_APP_CONFIG_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 access key to your App Configuration store. At the command line, run the following command:
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-python.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Quickstart for using Azure App Configuration with Python apps using the Python SDK | Microsoft Docs
3
-
description: In this quickstart, create a Python app with Azure App Configuration Python SDK to centralize storage and management of application settings separate from your code.
2
+
title: Quickstart for using Azure App Configuration with Python apps using the Azure SDK for Python | Microsoft Docs
3
+
description: In this quickstart, create a Python app with the Azure SDK for Python to centralize storage and management of application settings separate from your code.
4
4
services: azure-app-configuration
5
5
author: maud-lv
6
6
ms.service: azure-app-configuration
@@ -11,16 +11,16 @@ ms.date: 10/21/2022
11
11
ms.author: malev
12
12
#Customer intent: As a Python developer, I want to manage all my app settings in one place.
13
13
---
14
-
# Quickstart: Create a Python app with the Azure App Configuration Python SDK
14
+
# Quickstart: Create a Python app with the Azure SDK for Python
15
15
16
-
In this quickstart, you will use the Azure App Configuration Python SDK to centralize storage and management of application settings using the [Azure App Configuration client library for Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration).
16
+
In this quickstart, you will use the Azure SDK for Python to centralize storage and management of application settings using the [Azure App Configuration client library for Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration).
17
17
18
-
To use Azure App Configuration with the Python provider instead of the SDK, go to [Python provider](./quickstart-python-provider.md). The Python provider enables loading sets of configurations from an Azure App Configuration store in a managed way.
18
+
To use Azure App Configuration with the Python provider instead of the SDK, go to [Python provider](./quickstart-python-provider.md). The Python provider enables loading configuration settings from an Azure App Configuration store in a managed way.
19
19
20
20
## Prerequisites
21
21
22
22
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
23
-
- Python or 3.6 or later - For information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
23
+
- Python 3.6 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
24
24
25
25
## Create an App Configuration store
26
26
@@ -75,7 +75,7 @@ To use Azure App Configuration with the Python provider instead of the SDK, go t
75
75
76
76
## Configure your App Configuration connection string
77
77
78
-
1. Set an environment variable named **AZURE_APP_CONFIG_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 access key to your App Configuration store. At the command line, run the following command:
0 commit comments