Skip to content

Commit 827682e

Browse files
committed
Correction to webhook trigger.
1 parent ce05d48 commit 827682e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Functions HTTP trigger
33
description: Learn how to call an Azure Function via HTTP.
44
ms.topic: reference
5-
ms.date: 03/03/2023
5+
ms.date: 03/06/2023
66
ms.devlang: csharp, java, javascript, powershell, python
77
ms.custom: "devx-track-csharp, devx-track-python"
88
zone_pivot_groups: programming-languages-set-functions-lang-workers
@@ -595,7 +595,7 @@ The following table explains the trigger configuration properties that you set i
595595

596596
_Applies only to the Python v2 programming model._
597597

598-
For Python v2 functions defined using a decorator, the following properties on the `cosmos_db_trigger`:
598+
For Python v2 functions defined using a decorator, the following properties for a trigger are defined in the `route` decorator, which adds HttpTrigger and HttpOutput binding:
599599

600600
| Property | Description |
601601
|-------------|-----------------------------|

articles/azure-functions/functions-bindings-storage-blob-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Blob storage trigger for Azure Functions
33
description: Learn how to run an Azure Function as Azure Blob storage data changes.
44
ms.topic: reference
5-
ms.date: 03/02/2023
5+
ms.date: 03/06/2023
66
ms.devlang: csharp, java, javascript, powershell, python
77
ms.custom: "devx-track-csharp, devx-track-python"
88
zone_pivot_groups: programming-languages-set-functions-lang-workers

0 commit comments

Comments
 (0)