Skip to content

Commit 967d360

Browse files
committed
Fix v2 example.
1 parent 6a5cb71 commit 967d360

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,9 @@ The following configuration shows how the `{id}` parameter is passed to the bind
925925
# [v2](#tab/python-v2)
926926

927927
```python
928-
@app.table_input(arg_name="product", table_name="products", row_key="{id}", partition_key="products" connection="AzureWebJobsStorage")
928+
@app.table_input(arg_name="product", table_name="products",
929+
row_key="{id}", partition_key="products",
930+
connection="AzureWebJobsStorage")
929931
```
930932

931933
# [v1](#tab/python-v1)

0 commit comments

Comments
 (0)