How to update an Azure WebJobs by files?

Toriyama 291 Reputation points
2021-09-22T11:36:06.01+00:00

I have an Azure WebJobs and I need to update with the new version.
As it's something new for me and the company doesn't have much documentation of it, I needed to know better about it.

As I understand it I have a Console application which is an Azure WebJobs.
I also saw that there are some ways to update, but that we have been uploading the Azure WebJobs Console application files to update WebJobs in Azure.

About uploading the files, which ones should I upload?
Would they all be present in VisualStudioConsole\bin\Debug\ ?
Or do I need to upload just the .exe?

Thank you for your help

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,976 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2021-09-22T20:53:45.923+00:00

    Hi @Toriyama ,

    The Develop and deploy WebJobs using Visual Studio is the doc you're looking for. You can easily use Visual Studio to deploy your console application to your Azure App Service as a WebJob. Or you can you can simply zip your exe along with the necessary binaries to run your exe and add it to the WebJob blade of your app service.

    1 person found this answer helpful.

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.