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-functions/functions-reference-python.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -872,7 +872,7 @@ The [`Context`](/python/api/azure-functions/azure.functions.context) class has t
872
872
|`function_directory`| The directory in which the function is running. |
873
873
|`function_name`| The name of the function. |
874
874
|`invocation_id`| The ID of the current function invocation. |
875
-
|`thread_local_storage`|Thread local storage. Contains a local `invocation_id` for [logging from created threads](#logging-from-created-threads). |
875
+
|`thread_local_storage`|The thread local storage of the function. Contains a local `invocation_id` for [logging from created threads](#logging-from-created-threads). |
876
876
|`trace_context`| The context for distributed tracing. For more information, see [`Trace Context`](https://www.w3.org/TR/trace-context/). |
877
877
|`retry_context`| The context for retries to the function. For more information, see [`retry-policies`](./functions-bindings-errors.md#retry-policies). |
0 commit comments