In previous post I wrote about webjobs, now let’s deploy one from Azure portal.
- Login in Azure Portal. Click on App Services icon.
- Click on +Add button.
- Select Web App in new blade and Click on Create.
- Fill the details and click on create.This will create Web App.
- Now in App Service Blade click on WebJobs and Click on +Add button.
- Fill the details and upload a ZIP file containing your Script pr Program and Click OK.
- Select the WebJob in Blade and Click on Run. This will start webJob.
- Click on “Logs” to check its status, Output, Exceptions etc.
No comments:
Post a Comment