2,289 questions
-1
votes
1
answer
76
views
Deploying an Azure Python Webjob on Linux
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 ...
0
votes
1
answer
58
views
WebJob deployment failing "The term 'Publish-AzWebJob' is not recognized as the name of a cmdlet, function, script file, or operable program"
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:
...
1
vote
1
answer
302
views
Azure WebJob is failing after some period of time on Linux plan
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 ...
-1
votes
1
answer
97
views
How to export logs at C:\home\data\jobs\continuous in Azure to a storage account
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?
0
votes
2
answers
116
views
How to store Azure App service Webjobs console logs in Azure storage account?
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 ...
0
votes
1
answer
103
views
Azure WebJobs won't get triggered from Azure Storage Queue
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 ...
0
votes
1
answer
174
views
When Hangfire deployed in Azure webjob , multiple webjobs instances picks same hangfire job
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 ...
1
vote
1
answer
151
views
Passing parameters to Azure Webjob via Github Action YAML
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 - ...
0
votes
1
answer
193
views
Webjobs stopped working and unable to add and configure Azure Webjobs
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 ...
0
votes
1
answer
69
views
Access Kudu Rest API from Node project
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 ...
0
votes
1
answer
162
views
How to open a socket in Azure?
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 ...
0
votes
2
answers
231
views
logging not showing up in my app insights instance
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 ...
0
votes
1
answer
79
views
Store files from SharePoint Online list to Network Remote server using webjob
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 ...
0
votes
2
answers
100
views
How to Deploy Azure Webjobs with Project SDK
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 ...
0
votes
3
answers
1k
views
Azure Linux App Service fail to create Webjob
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.
...