Skip to content

Commit 5a86860

Browse files
committed
cleanup
1 parent c8859c9 commit 5a86860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-triggers-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ In Python for Functions version 2, you define the function directly in code usin
190190

191191
### [v1](#tab/python-v1)
192192

193-
In Python for Functions version 1, this example `function.json` file defines an HTTP trigger function that returns an HTTP response and writes to a storage queue. The binding name is defined by the key "name".
193+
In Python for Functions version 1, this example `function.json` file defines an HTTP trigger function that returns an HTTP response and writes to a storage queue.
194194

195195
:::code language="json" source="~/functions-docs-powershell/functions-add-output-binding-storage-queue-cli/HttpExample/function.json" range="3-26":::
196196

0 commit comments

Comments
 (0)