Skip to content

updating Azure Functions description #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions content/pages/05-deployment/38-serverless.markdown
Original file line number Diff line number Diff line change
@@ -49,11 +49,8 @@ and not all of them have Python support.
[Python 2.7](/blog/aws-lambda-python-2-7.html) and
[Python 3.6/3.7](/blog/aws-lambda-python-3-6.html).

* Azure Functions has second-class citizen support for Python. It's
supposed to be possible but
[kind of hacky at the moment](https://github.com/Azure/azure-webjobs-sdk-script/issues/335).
Polyglot support should be quickly coming to Azure to better
compete with AWS Lambda.
* Azure Functions has stepped up its support for Python. It has support
for [Python 3.6 and 3.7](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python#python-version).

* IBM Bluemix OpenWhisk is based on the
[Apache OpenWhisk](https://github.com/openwhisk/openwhisk)