Differences
This shows you the differences between the selected revisions of the page.
2020-06-23 | 2020-07-13 | ||
overall update (martin) | anchor update (martin) | ||
Line 20: | Line 20: | ||
* Give your WebJob a name; pick your ZIP archive and set up how the job is run. | * Give your WebJob a name; pick your ZIP archive and set up how the job is run. | ||
- | After your WebJob is uploaded, it is extracted to ''/site/wwwroot/App_Data/jobs/type/name'', where ''type'' is ''triggered'' for //Scheduled// and //On demand// jobs and ''continuous'' for //Continuous// jobs. From now on, you can [[guide_microsoft_azure#website|manage/update the job files using FTPS]]. | + | After your WebJob is uploaded, it is extracted to ''/site/wwwroot/App_Data/jobs/type/name'', where ''type'' is ''triggered'' for //Scheduled// and //On demand// jobs and ''continuous'' for //Continuous// jobs. From now on, you can [[guide_microsoft_azure#appservice|manage/update the job files using FTPS]]. |
//You can also deploy the job using Visual Studio, see [[#consoleapp|C# Console Application]] section below.// | //You can also deploy the job using Visual Studio, see [[#consoleapp|C# Console Application]] section below.// |