1

I'm interested in using Azure Functions written in Python with Cosmos DB.

I saw a demo that was posted very recently (February 6th) that showed how to enable "Experimental Language Support" for AFs. Referencing the demo here (https://www.youtube.com/watch?v=pKGVRKtCp7Y) shows enabling this support option (as of 8 weeks ago) allowed Azure Functions to be written in Python.

I've followed the steps in the demo and I dont see Python as an option currently in my portal for HTTP Triggers. I'm wondering if support for Python has been dropped entirely or if there's a step I'm missing?

Please advise.

enter image description here.

1 Answer 1

3

From the GitHub issue:In-portal editing will be disabled for Python Functions.

Python Function Apps on Functions v2, deployed to a Linux App Service Plan allow in-portal file editing. This feature will be disabled starting March 2019.

However you still could create the Python Function with VS code extension or Azure Functions Core Tools.

Sign up to request clarification or add additional context in comments.

1 Comment

This was helpful, thank you. I'll try out those options.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.