azureazure-devopsazure-functionsazure-function-app

How to create Azure function App in Python without using Visual Code Studio


I want to create an Azure Function App using python language. But I don't want to use any tools like Visual Code Editor. I want to use the inline code editor of azure because my code is not that big.

I created a function app with below details:

publish: code
stack: python
version: 3.7
Region: Central US
OS: Linux
Plan Type: Consumption

But after the function app is created it did not allow me to use inline editor. I get the below error

Editing functions in the Azure portal is not supported for Linux Consumption Function Apps.

Solution

  • Right now Python is supported only on the Linux Consumption plan and as of now you cannot edit function using Azure portal for Linux consumption Apps.

    I would recommend you to go through this issue to understand more