Monday 12 February 2018

How to Publish WebJob in Microsoft Azure.

In this article, We will discuss about How to Publish WebJob in Microsoft Azure.

First of all, login into your Azure with Proper Credentials.

Goto App Services -> Select the Particular App Service and Click "Get Publish Profile" and it Will automatically download.

Now, Create a Console Project and Make Sure Build Succeded.

Right Click On that Project and Click "Publish as Azure WebJob...".

After that a New PopUp Will Come and there Click "Import" and after that a new popup will arise and there we need to upload that Publish Profile which we were downloaded earlier.

Now, We need to Select "FTP" from that dropdown and Which is shown in below figure,


Click Next and a new popup will come and there we need to click on "Validate Connection" and which is shown in below figure,


Click Next and a new popup will come and there we need to select the configuration and which is shown in below figure,


Click Next and a new popup will come and which is shown in below figure,


Click Finish and after that the Publish Will Start and which is shown in below figure,


It Will take few minutes of time to Publish WebJob and once Published You can Check the WebJob under your WebJobs Section of App Service.

0 comments:

Post a Comment