Skip to content

Commit 3d2279c

Browse files
committed
Updating README
1 parent 0d9d6e0 commit 3d2279c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository will host the Python language worker implementation for Azure Fu
77
88
# Overview
99

10-
Python support for Functions is based on [Python3.6](https://www.python.org/downloads/release/python-360/), [Functions on Linux](https://blogs.msdn.microsoft.com/appserviceteam/2017/11/15/functions-on-linux-preview/) and the [V2 Runtime](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions).
10+
Python support for Azure Functions is based on Python3.6, serverless hosting on Linux and the Functions 2.0 runtime.
1111

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

@@ -16,17 +16,18 @@ What's available?
1616
- Develop using the Azure Functions Core Tools (CLI)
1717
- Triggers / Bindings : HTTP, Blob, Queue, Timer, Cosmos DB, Event Grid, Event Hubs and Service Bus
1818
- Publish your functions to a [serverless linux app in Azure](https://aka.ms/functions-consumptionlinux-preview)
19+
- Build, test, debug and publish using Visual Studio Code
1920

2021
What's coming?
2122

22-
- Build, test, debug and publish using Visual Studio Code
2323
- Triggers / Bindings : IoT Hub
2424

2525
# Get Started
2626

2727
- [Create your first Python function](https://github.com/Azure/azure-functions-python-worker/wiki/Create-your-first-Python-function)
2828
- [Developer guide](https://github.com/Azure/azure-functions-python-worker/wiki/Developer-Guide)
2929
- [Binding API reference](https://pythondeveloperguide.azurewebsites.net/api.html#azure-functions-reference)
30+
- [Develop using VS Code](https://github.com/Azure/azure-functions-python-worker/wiki/Develop-using-VS-Code)
3031

3132
# Give Feedback
3233

0 commit comments

Comments
 (0)