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.
5,073 questions
{count} votes

Accepted answer
  1. TP 97,756 Reputation points
    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 Answers by the question author, which helps users to know the answer solved the author's problem.