|
2 | 2 | title: Python developer reference for Azure Functions
|
3 | 3 | description: Understand how to develop functions with Python
|
4 | 4 | ms.topic: article
|
5 |
| -ms.date: 05/25/2022 |
| 5 | +ms.date: 05/25/2023 |
6 | 6 | ms.devlang: python
|
7 | 7 | ms.custom: devx-track-python, devdivchpfy22
|
8 | 8 | zone_pivot_groups: python-mode-functions
|
@@ -405,17 +405,14 @@ At this time, only specific triggers and bindings are supported by the Python v2
|
405 | 405 |
|
406 | 406 | | Type | Trigger | Input binding | Output binding |
|
407 | 407 | | --- | :---: | :---: | :---: |
|
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 | |
419 | 416 | ::: zone-end
|
420 | 417 |
|
421 | 418 | ## Outputs
|
|
0 commit comments