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.