Delete an App from my Function App in Azure

Marcelo Kniss 20 Reputation points
2024-09-30T23:17:53.0433333+00:00

Guys, I'm trying to delete an App from my Function App in Azure, but I can't do it, as the delete option is 'off'.

I tried the command: az functionapp function delete --resource-group <resource group> --name <my function app>--function-name <functions name> and when the command executed nothing happened.

Can anyone help me? I created the function through VSCode.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{count} votes

Answer accepted by question author
  1. TP 145.5K Reputation points Volunteer Moderator
    2024-10-01T00:20:54.6733333+00:00

    Hi Marcelo,

    What you are seeing is normal for Function Apps deployed from VS Code. To delete a function, first delete it from your local VS Code project and then deploy your function app. It will overwrite what is in Azure, and any functions that you delete will be removed as a result.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.