Skip to content

Commit e9bd8bd

Browse files
committed
Update quickstart-feature-flag-python.md
1 parent 28f89ab commit e9bd8bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Also update your routes to check for updated feature flags.
166166
@app.route("/")
167167
def index():
168168
...
169+
context["message"] = azure_app_config.get("message")
169170
context["beta"] = feature_manager.is_enabled("Beta")
170171
...
171172
```

0 commit comments

Comments
 (0)