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-feature-flag-python.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,16 @@ Add a feature flag called *Beta* to the App Configuration store and leave **Labe
70
70
print("Beta is ", feature_manager.is_enabled("Beta"))
71
71
```
72
72
73
+
When starting the application, a broswer window will open to authenticate the user. The user must have at least the `App Configuration Data Reader` role to access the App Configuration store.
74
+
73
75
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:
0 commit comments