Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
-1 votes
1 answer
76 views

I have a Linux based NodeJS Web App resource on Azure. I want to deploy a Python 3.12 based continuous Web Job under this Web App. I have added a run.sh which contains installing the requirements.txt ...
CaptainCsaba's user avatar
0 votes
1 answer
58 views

I have app service which hold > 10 web jobs. So far using Invoke-RestMethod -Uri $kuduApiUrl -Headers $zipHeaders -Method PUT -InFile $zipPackageFile Apparently it is deprecated. So now we tried: ...
srishti purohit's user avatar
1 vote
1 answer
302 views

Issue: After a (continuous, "Always On" feature is enabled for App Service) webjob is deployed (to webapp on Linux plan) it works for a random number of days (sometimes 2-3 days, sometimes ...
Roman Gobrei's user avatar
-1 votes
1 answer
97 views

I have logs getting generated at C:\home\data\jobs\triggeredin Azure for a Web App service WebJob. How can i export these logs to an Azure storage account?
Pratiyush Kumar's user avatar
0 votes
2 answers
116 views

I have a spring boot jar running as a webjob in Azure App Services webApp. I can see the info logs generated by the jar in the log option of the webjob but this gets updated after every run. I want to ...
Pratiyush Kumar's user avatar
0 votes
1 answer
103 views

Context I am using Python 3.12 / Linux setup on Azure I have deployed Django on Azure Web Services I also have Django Celery deployed as Azure WebJobs on the same service Problem The celery runs ...
Himanshu Shankar's user avatar
0 votes
1 answer
174 views

When Hangfire deployed in Azure webjob , multiple webjobs instances picks same jobs I am using hangfire 1.6.21 version I have deployed Hangfire in Azure webjob Using Azure SQL server as Database for ...
Sagar's user avatar
1 vote
1 answer
151 views

I have a deployment setup where I trying to manage WebJob creation using Github Actions YML. I'm using a file named deploy-webjob.yml and here is a snippet from it: - name: Prepare WebJob Package - ...
confusedandamused's user avatar
0 votes
1 answer
193 views

I have created a a simple cron in Azure using the webjobs functionality. This has worked very well for a few months, but on 1st of March, it stopped working with apparently no reason. All webjobs logs ...
Czakalli's user avatar
0 votes
1 answer
69 views

I have a webjob running in Azure app service. I want to hit the Kudu Rest API to check the webjob status using this endpoint: https://.azurewebsites.net/api/webjobs. I am trying to hit this api using ...
Pratiyush Kumar's user avatar
0 votes
1 answer
162 views

I have a custom SMTP server that I need to deploy to Azure and call from outside of Azure. This is a .Net worker service. I've tried to deploy it as a webJob running in an App Service but I can't ...
Don Chambers's user avatar
0 votes
2 answers
231 views

I have a .NET Core 3.1 project in Visual Studio that previously only used Serilog for logging. I am trying to add logging to an Azure Application Insights instance.Please note that although this is ...
Alex Gordon's user avatar
0 votes
1 answer
79 views

I have requirement where I wanted to save images from SharePoint online library to one of my remote servers located in Organisation network. This remote server is not SFTP server. This program should ...
Kumbhar Kanchan's user avatar
0 votes
2 answers
100 views

Is there a simple solution to create the webapp Azure who host AsureWebJobs via a csproj file for use Azure DevOps WebPublish to deploy ? Before migration to SDK Project. VisualStutio handled this ...
Francis's user avatar
0 votes
3 answers
1k views

Currently, my Linux App Service fails to create Webjob, but it worked fine 2 days ago. Also, I cannot find the detail error log of such error. All the error detail is the screenshot I shown above. ...
maul's user avatar

15 30 50 per page
1
2 3 4 5
153