Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure WebJobs Size Limit [closed]

What are the possible options to overcome the size limit problem of webjob in Azure. During uploading the webjob(.zip file) the size is limited to 100 MB now. And my zipped file accounts to 105 MB. So i'm not able to upload my webjob into the site.

Thanks in advance.

like image 439
Selva Avatar asked Nov 28 '25 09:11

Selva


2 Answers

In general I would recommend deploying your WebJobs as part of your Website, just put each WebJob under wwwroot\App_Data\jobs\{triggered/continuous}\{jobname}.

That way you don't have a manual step for deploying a WebJob and they can be deployed in any Azure Websites supported deployment option (FTP, WebDeploy, git, dropbox, DebugConsole, mercurial, VS Team Services, ...).

Note: One exception is deploying a scheduled WebJob, currently you can't deploy a schedule in this way.

like image 50
Amit Apple Avatar answered Nov 29 '25 21:11

Amit Apple


You can FTP into the website and upload the files that way

like image 21
Victor Hurdugaci Avatar answered Nov 29 '25 21:11

Victor Hurdugaci



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!