Skip to content

Commit 0c701d3

Browse files
authored
Fix links in triggers/bindings table
1 parent 18ac072 commit 0c701d3

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Python developer reference for Azure Functions
33
description: Understand how to develop functions with Python
44
ms.topic: article
5-
ms.date: 05/25/2022
5+
ms.date: 05/25/2023
66
ms.devlang: python
77
ms.custom: devx-track-python, devdivchpfy22
88
zone_pivot_groups: python-mode-functions
@@ -405,17 +405,14 @@ At this time, only specific triggers and bindings are supported by the Python v2
405405

406406
| Type | Trigger | Input binding | Output binding |
407407
| --- | :---: | :---: | :---: |
408-
| [HTTP](functions-bindings-triggers-python.md#http-trigger) | x | | |
409-
| [Timer](functions-bindings-triggers-python.md#timer-trigger) | x | | |
410-
| [Azure Queue Storage](functions-bindings-triggers-python.md#azure-queue-storage-trigger) | x | | x |
411-
| [Azure Service Bus topic](functions-bindings-triggers-python.md#azure-service-bus-topic-trigger) | x | | x |
412-
| [Azure Service Bus queue](functions-bindings-triggers-python.md#azure-service-bus-queue-trigger) | x | | x |
413-
| [Azure Cosmos DB](functions-bindings-triggers-python.md#azure-eventhub-trigger) | x | x | x |
414-
| [Azure Blob Storage](functions-bindings-triggers-python.md#azure-blob-storage-trigger) | x | x | x |
415-
| [Azure Hub](functions-bindings-triggers-python.md#azure-eventhub-trigger) | x | | x |
416-
417-
For more examples, see [Python V2 model Azure Functions triggers and bindings (preview)](functions-bindings-triggers-python.md).
418-
408+
| [HTTP](functions-bindings-http-webhook.md?pivots=programming-language-python) | x | | |
409+
| [Timer](functions-bindings-timer.md?pivots=programming-language-python) | x | | |
410+
| [Azure Queue Storage](functions-bindings-storage-queue.md?pivots=programming-language-python) | x | | x |
411+
| [Azure Service Bus topic](functions-bindings-service-bus.md?pivots=programming-language-python) | x | | x |
412+
| [Azure Service Bus queue](functions-bindings-service-bus.md?pivots=programming-language-python) | x | | x |
413+
| [Azure Cosmos DB](functions-bindings-cosmosdb-v2.md?pivots=programming-language-python) | x | x | x |
414+
| [Azure Blob Storage](functions-bindings-storage-blob.md?pivots=programming-language-python) | x | x | x |
415+
| [Azure Event Hubs](functions-bindings-event-hubs.md?pivots=programming-language-python) | x | | x |
419416
::: zone-end
420417

421418
## Outputs

0 commit comments

Comments
 (0)