/azure-functions-python-worker

Python worker for Azure Functions.

Primary LanguagePythonMIT LicenseMIT

Build Status Build status

This repository will host the Python language worker implementation for Azure Functions. We'll also be using it to track work items related to Python support. Please feel free to leave comments about any of the features and design patterns.

🚧 The project is currently work in progress. Please do not use in production as we expect developments over time. 🚧

Overview

Python support for Functions is based on Python3.6, Functions on Linux and the V2 Runtime.

Here is the current status of Python in Azure Functions:

What's available?

  • Develop using Functions Core Tools (CLI)
  • Publish your Python functions using a Linux App Service Plan
  • Triggers / Bindings : HTTP/Webhook, Blob, Queue, Timer and Cosmos DB
  • Publish a custom image to Azure

What's coming?

  • Publish your Python functions using the consumption (serverless) plan
  • Build, test, debug and publish using Visual Studio Code
  • Triggers / Bindings : Event Grid, Event Hubs, IoT Hub
  • Create and edit functions in the Azure Portal

Get Started

Give Feedback

Issues and feature requests are tracked in a variety of places. To report this feedback, please file an issue to the relevant respository below:

Item Description Link
Python Worker Programming Model, Triggers & Bindings File an Issue
Linux Base Docker Images File an Issue
Runtime Script Host & Language Extensibility File an Issue
Core Tools Command line interface for local development File an Issue
Portal User Interface or Experience Issue File an Issue
Templates Code Issues with Creation Template File an Issue

Contribute

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

Here are some pointers to get started:

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.