Python worker for Azure Functions.
Перейти к файлу
Hanzhang Zeng (Roger) e507a984a4
Generate worker.py for different host version (#605)
* Generate worker.py from different host config

* Use worker path

* Update proto packages with identity and shared

* Add workerPath to parameters

Co-authored-by: Maheer Iqbal <42051041+maiqbal11@users.noreply.github.com>
2020-01-10 14:38:52 -08:00
.ci Handle eventhub cardinality (#527) 2019-09-04 13:33:09 -07:00
azure_functions_worker Generate worker.py for different host version (#605) 2020-01-10 14:38:52 -08:00
docs Add functions logo to readme 2019-09-04 12:05:22 -06:00
pack Generate worker.py for different host version (#605) 2020-01-10 14:38:52 -08:00
python Enable Python 3.8 in V3 worker (#603) 2020-01-09 13:11:00 -08:00
tests Add python 3.8 nuget generation (#587) 2020-01-06 10:10:06 -08:00
.flake8 Add python 3.8 nuget generation (#587) 2020-01-06 10:10:06 -08:00
.gitignore Add python 3.8 nuget generation (#587) 2020-01-06 10:10:06 -08:00
ISSUE_TEMPLATE.md Updating some basics (#323) 2019-02-12 23:47:46 -08:00
LICENSE Initial commit 2018-01-16 11:23:59 -08:00
MANIFEST.in CI fixes 2018-08-27 19:01:30 -04:00
README.md v1.0.0 (#540) 2019-09-04 14:33:33 -07:00
azure-pipelines-e2e.yml Pass bytes from invocation request metadata (#552) 2019-10-11 14:43:27 -07:00
azure-pipelines-nightly.yml Update CI tests for more control 2019-02-28 20:16:49 -06:00
azure-pipelines.yml Generate worker.py for different host version (#605) 2020-01-10 14:38:52 -08:00
requirements.txt Simplify installation process 2018-03-05 09:25:04 -08:00
setup.cfg Remove azure namespace (#506) 2019-08-01 15:33:09 -07:00
setup.py Generate worker.py for different host version (#605) 2020-01-10 14:38:52 -08:00

README.md

Functions Header Image
Branch Status
master Build Status
dev Build Status

Overview

Python support for Azure Functions is based on Python3.6, serverless hosting on Linux and the Functions 2.0 runtime.

Here is the current status of Python in Azure Functions:

What's available?

  • Build, test, debug and publish using Azure Functions Core Tools (CLI) or Visual Studio Code
  • Triggers / Bindings : HTTP, Blob, Queue, Timer, Cosmos DB, Event Grid, Event Hubs and Service Bus
  • Create a Python Function on Linux using a custom docker image
  • Triggers / Bindings : Custom binding support

What's coming?

  • Python 3.7 support

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 repository 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.