Skip to content

Commit be8075d

Browse files
authored
Update overview section in readme.md (#688)
* Update overview section in readme.md * Remove Python 3.9 in upcoming section
1 parent 850409a commit be8075d

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,28 @@
77

88
# Overview
99

10-
Python support for Azure Functions is based on Python3.6, serverless hosting on Linux and the Functions 2.0 runtime.
10+
Python support for Azure Functions is based on Python 3.6, Python 3.7, and Python 3.8, serverless hosting on Linux and the Functions 2.0 and 3.0 runtime.
1111

1212
Here is the current status of Python in Azure Functions:
1313

14+
What are the supported Python versions?
15+
16+
|Azure Functions Runtime|Python 3.6|Python 3.7|Python 3.8|
17+
|-----------------------|----------|----------|----------|
18+
|Azure Functions 2.0||| |
19+
|Azure Functions 3.0||||
20+
1421
What's available?
1522

1623
- Build, test, debug and publish using Azure Functions Core Tools (CLI) or Visual Studio Code
24+
- Deploy Python Function project onto consumption, dedicated, or elastic premium plan.
25+
- Deploy Python Function project in a custom docker image onto dedicated, or elastic premium plan.
1726
- Triggers / Bindings : HTTP, Blob, Queue, Timer, Cosmos DB, Event Grid, Event Hubs and Service Bus
18-
- Create a Python Function on Linux using a custom docker image
1927
- Triggers / Bindings : Custom binding support
2028

2129
What's coming?
2230

23-
- Python 3.7 support
31+
- [Durable Functions For Python](https://github.com/Azure/azure-functions-durable-python)
2432

2533
# Get Started
2634

@@ -39,7 +47,8 @@ Issues and feature requests are tracked in a variety of places. To report this f
3947
| Python Worker | Programming Model, Triggers & Bindings |[File an Issue](https://github.com/Azure/azure-functions-python-worker/issues)|
4048
| Linux | Base Docker Images |[File an Issue](https://github.com/Azure/azure-functions-docker/issues)|
4149
| Runtime | Script Host & Language Extensibility |[File an Issue](https://github.com/Azure/azure-functions-host/issues)|
42-
| Core Tools | Command line interface for local development |[File an Issue](https://github.com/Azure/azure-functions-core-tools/issues)|
50+
| VSCode | VSCode Extension for Azure Functions |[File an Issue](https://github.com/microsoft/vscode-azurefunctions/issues)
51+
| Core Tools | Command Line Interface for Local Development |[File an Issue](https://github.com/Azure/azure-functions-core-tools/issues)|
4352
| Portal | User Interface or Experience Issue |[File an Issue](https://github.com/azure/azure-functions-ux/issues)|
4453
| Templates | Code Issues with Creation Template |[File an Issue](https://github.com/Azure/azure-functions-templates/issues)|
4554

@@ -54,6 +63,7 @@ Here are some pointers to get started:
5463
- [Language worker architecture](https://github.com/Azure/azure-functions-python-worker/wiki/Worker-Architecture)
5564
- [Setting up the development environment](https://github.com/Azure/azure-functions-python-worker/wiki/Contributor-Guide)
5665
- [Adding support for a new binding](https://github.com/Azure/azure-functions-python-worker/wiki/Adding-support-for-a-new-binding-type)
66+
- [Release instructions](https://github.com/Azure/azure-functions-python-worker/wiki/Release-Instructions)
5767

5868
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
5969
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions

0 commit comments

Comments
 (0)