|
1 | 1 | # <img src="https://raw.githubusercontent.com/Azure/azure-functions-python-worker/dev/docs/Azure.Functions.svg" width = "30" alt="Functions Header Image - Lightning Logo"> Azure Functions Python Worker
|
2 | 2 |
|
3 |
| -| Branch | Status | CodeCov | Unittests | E2E tests | |
4 |
| -|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------| |
5 |
| -| main | [](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=57&branchName=main) | [](https://codecov.io/gh/Azure/azure-functions-python-worker) |  |  | |
6 |
| -| dev | [](https://azfunc.visualstudio.com/Azure%20Functions/_build/latest?definitionId=57&branchName=dev) | [](https://codecov.io/gh/Azure/azure-functions-python-worker) |  |  | |
| 3 | +| Branch | Build Status | CodeCov | Test Status | |
| 4 | +|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 5 | +| dev | [](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | [](https://codecov.io/gh/Azure/azure-functions-python-worker) | [](https://azfunc.visualstudio.com/public/_build/latest?definitionId=658&branchName=dev) | |
7 | 6 |
|
8 |
| -Python support for Azure Functions is based on Python 3.6, 3.7, 3.8, 3.9, and 3.10 serverless hosting on Linux and the Functions 2.0, 3.0 and 4.0 runtime. |
| 7 | +Python support for Azure Functions is based on Python 3.8, 3.9, 3.10, 3.11, and 3.12 serverless hosting on Linux and the Functions 4.0 runtime. |
9 | 8 |
|
10 | 9 | Here is the current status of Python in Azure Functions:
|
11 | 10 |
|
12 | 11 | What are the supported Python versions?
|
13 | 12 |
|
14 |
| -| Azure Functions Runtime | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | |
15 |
| -|----------------------------------|------------|------------|------------|------------|-------------|-------------| |
16 |
| -| Azure Functions 2.0 (deprecated) | ✔ | ✔ | - | - | - | - | |
17 |
| -| Azure Functions 3.0 (deprecated) | ✔ | ✔ | ✔ | ✔ | - | - | |
18 |
| -| Azure Functions 4.0 | - | - | ✔ | ✔ | ✔ | ✔ | |
| 13 | +| Azure Functions Runtime | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 | |
| 14 | +|----------------------------------|------------|------------|-------------|-------------|-------------| |
| 15 | +| Azure Functions 3.0 (deprecated) | ✔ | ✔ | - | - | - | |
| 16 | +| Azure Functions 4.0 | ✔ | ✔ | ✔ | ✔ | ✔ | |
19 | 17 |
|
20 | 18 | For information about Azure Functions Runtime, please refer to [Azure Functions runtime versions overview](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions) page.
|
21 | 19 |
|
22 | 20 | ### What's available?
|
23 | 21 |
|
24 |
| -- Build, test, debug and publish using Azure Functions Core Tools (CLI) or Visual Studio Code |
25 |
| -- Deploy Python Function project onto consumption, dedicated, or elastic premium plan. |
26 |
| -- Deploy Python Function project in a custom docker image onto dedicated, or elastic premium plan. |
27 |
| -- Triggers / Bindings : HTTP, Blob, Queue, Timer, Cosmos DB, Event Grid, Event Hubs and Service Bus |
| 22 | +- Build, test, debug, and publish using Azure Functions Core Tools (CLI) or Visual Studio Code |
| 23 | +- Deploy Python Function project onto consumption, dedicated, elastic premium, or flex consumption plan. |
| 24 | +- Deploy Python Function project in a custom docker image onto dedicated or elastic premium plan. |
| 25 | +- Triggers / Bindings : Blob, Cosmos DB, Event Grid, Event Hub, HTTP, Kafka, MySQL, Queue, ServiceBus, SQL, Timer, and Warmup |
28 | 26 | - Triggers / Bindings : Custom binding support
|
29 | 27 |
|
30 |
| -What's coming? |
| 28 | +### What's new? |
31 | 29 |
|
32 |
| -- [Durable Functions For Python](https://github.com/Azure/azure-functions-durable-python) |
| 30 | +- [SDK Type Bindings for Blob](https://techcommunity.microsoft.com/t5/azure-compute-blog/azure-functions-sdk-type-bindings-for-azure-blob-storage-with/ba-p/4146744) |
| 31 | +- [HTTP Streaming](https://techcommunity.microsoft.com/t5/azure-compute-blog/azure-functions-support-for-http-streams-in-python-is-now-in/ba-p/4146697) |
33 | 32 |
|
34 | 33 | ### Get Started
|
35 | 34 |
|
@@ -72,4 +71,4 @@ provided by the bot. You will only need to do this once across all repos using o
|
72 | 71 |
|
73 | 72 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
74 | 73 | For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
75 |
| -contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
| 74 | +contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
0 commit comments