Skip to content

Commit 39dd0c6

Browse files
committed
Update quickstart-feature-flag-python.md
1 parent a558633 commit 39dd0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
7070
print("Beta is ", feature_manager.is_enabled("Beta"))
7171
```
7272

73-
1. Set an environment variable named **APP_CONFIGURATION_ENDPOINT**, and set it to the connection string to your App Configuration store. At the command line, run the following command and restart the command prompt to allow the change to take effect:
73+
1. Set an environment variable named **APP_CONFIGURATION_ENDPOINT**, and set it to the endpoint to your App Configuration store. At the command line, run the following command and restart the command prompt to allow the change to take effect:
7474

7575
### [Windows command prompt](#tab/windowscommandprompt)
7676

0 commit comments

Comments
 (0)