Override or Deletion of function from Azure Function

Rahul Jagtap 1 Reputation point
2021-12-21T20:33:11.943+00:00

Hi,

I created one function app in Azure and I published one function from Visual Studio 2019 (version 16.11.7) using zip deployment. Under 'Functions' pane of function app,

I am using publish setting profile to deploy my azure function. Also making sure that 'Remove additional files at destination' option is not selected, still its deleting all existing azure function and just showing recently deployed only one function.

Please suggest.

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2021-12-22T08:04:22.49+00:00

    @Rahul Jagtap Can you please confirm if you have multiple profile settings and may have unselected Remove additional files at destination from different profile to which you are making the deployment?
    I have tried to publish the function from Visual Studio 2019 (version 16.11.7) but couldn't observe the same behavior at my end. Can you share the profile setting screenshot?

    0 comments No comments

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.