Differences
This shows you the differences between the selected revisions of the page.
2017-10-03 | 2017-10-16 | ||
code wrapping for new design (martin) | link update (martin) | ||
Line 314: | Line 314: | ||
You can develop the WebJob (console) application as any other, even using //Visual Studio Express for Windows Desktop//. If you are using //Visual Studio Express for Web//, you can use //Azure WebJob// project template. It's basically the same template as a //Console Application// in the Desktop edition.((Web edition does not have //Console Application// template.)) | You can develop the WebJob (console) application as any other, even using //Visual Studio Express for Windows Desktop//. If you are using //Visual Studio Express for Web//, you can use //Azure WebJob// project template. It's basically the same template as a //Console Application// in the Desktop edition.((Web edition does not have //Console Application// template.)) | ||
- | With //Visual Studio Express for Web// (2013 edition with Update 3 and newer)((For older versions you need Azure SDK.)) you can ease [[#deploying|the deployment]] using command //Publish as Azure WebJob//, which is available in the project context menu in //Solution Explorer//. It opens //[[https://docs.microsoft.com/en-us/azure/app-service-web/websites-dotnet-deploy-webjobs#configure|Add Azure WebJob]]// dialog that allows you to name your job and setup how it is run (including scheduling). Make sure you add all additional files needed for the job (i.e. ''winscp.exe'', ''run.bat'' and private key, as shown above) to the project with //Build Action// set to //Content// to have them deployed (see also [[library_install#vs|Using WinSCP .NET assembly from Visual Studio]]). When you submit the dialog, a publish process starts on the background in //Web Publish Activity// pane. Next time you publish, after making changes to the project, only modified files are uploaded. See also [[https://docs.microsoft.com/en-us/azure/app-service-web/websites-dotnet-deploy-webjobs|How to Deploy Azure WebJobs to Azure Websites]]. | + | With //Visual Studio Express for Web// (2013 edition with Update 3 and newer)((For older versions you need Azure SDK.)) you can ease [[#deploying|the deployment]] using command //Publish as Azure WebJob//, which is available in the project context menu in //Solution Explorer//. It opens //[[https://docs.microsoft.com/en-us/azure/app-service/websites-dotnet-deploy-webjobs#configure|Add Azure WebJob]]// dialog that allows you to name your job and setup how it is run (including scheduling). Make sure you add all additional files needed for the job (i.e. ''winscp.exe'', ''run.bat'' and private key, as shown above) to the project with //Build Action// set to //Content// to have them deployed (see also [[library_install#vs|Using WinSCP .NET assembly from Visual Studio]]). When you submit the dialog, a publish process starts on the background in //Web Publish Activity// pane. Next time you publish, after making changes to the project, only modified files are uploaded. See also [[https://docs.microsoft.com/en-us/azure/app-service/websites-dotnet-deploy-webjobs|How to Deploy Azure WebJobs to Azure Websites]]. |
===== Further Reading ===== | ===== Further Reading ===== | ||
Line 320: | Line 320: | ||
* Guide to [[guide_microsoft_azure#website|connecting securely to a Microsoft Azure Web Site with FTPS]]; | * Guide to [[guide_microsoft_azure#website|connecting securely to a Microsoft Azure Web Site with FTPS]]; | ||
* [[http://www.hanselman.com/blog/IntroducingWindowsAzureWebJobs.aspx|Introducing Windows Azure WebJobs]]; | * [[http://www.hanselman.com/blog/IntroducingWindowsAzureWebJobs.aspx|Introducing Windows Azure WebJobs]]; | ||
- | * [[https://docs.microsoft.com/en-us/azure/app-service-web/websites-dotnet-deploy-webjobs|How to Deploy Azure WebJobs to Azure Websites]]; | + | * [[https://docs.microsoft.com/en-us/azure/app-service/websites-dotnet-deploy-webjobs|How to Deploy Azure WebJobs to Azure Websites]]; |
* [[https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-create-web-jobs|Use WebJobs to run background tasks in Microsoft Azure Websites]]. | * [[https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-create-web-jobs|Use WebJobs to run background tasks in Microsoft Azure Websites]]. | ||