HI ,
In-portal editing is only supported for JavaScript, PowerShell, and C# Script functions. Python in-portal editing is supported only when running in the Consumption plan. When possible, you should develop your functions locally.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created a new function app in Azure. Previously, I used to be able to add and edit new functions by clicking the + button under Overview -> Functions. This button no longer exists. Has this functionality been removed? The tutorials for deploying functions via VSCode or the CLI are completely broken for various reasons so I do not currently have an alternative.
HI ,
In-portal editing is only supported for JavaScript, PowerShell, and C# Script functions. Python in-portal editing is supported only when running in the Consumption plan. When possible, you should develop your functions locally.
Hi,
When you created your function, did you select .NET in-process model or Node.js or Python or PowerShell Core? Additionally, you need to select Windows for the OS.
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP