question

ChaitanyaNaykodiMSFT-9638 avatar image
0 Votes"
ChaitanyaNaykodiMSFT-9638 asked NiharikaKoneru-8312 answered

Can I delete an individual Function from my Linux Function App?

I have a Python Function App with functions in it. I am trying to delete 1 of the functions in this app, but I do not seem to be able to do this from the Portal as I can for other Function Apps. Is there a command to do this or is there a way to enable the Portal feature?
97929-image.png


azure-functions
image.png (23.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

NiharikaKoneru-8312 avatar image
0 Votes"
NiharikaKoneru-8312 answered

An individual function cannot be deleted from this Function App. That option is only available for certain configurations of Windows Functions, not applicable to Python. The file system being read-only here is by design. As a workaround this Function App would need to be redeployed to delete a function from it.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.