Differences
This shows you the differences between the selected revisions of the page.
2014-09-10 | 2014-09-10 | ||
c# section completed (martin) | deploying c# applications (martin) | ||
Line 24: | Line 24: | ||
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#website|manage/update the job files using FTPS]]. | ||
+ | |||
+ | //You can also deploy the job using Visual Studio, see [[guide_microsoft_azure_webjob_sftp#consoleapp|C# Console Application]] section below.// | ||
===== [[environment]] WebJob Environment ===== | ===== [[environment]] WebJob Environment ===== |