Hello Romero Martinez, Alberto,
Welcome to Microsoft Q&A!
We are very sorry for the delay in giving you a response to your topic in this forum. If you still have the same inquiry, it sounds like you're encountering an issue with publishing WebJobs on a Linux web app in Azure App Service. Here are a few points to consider:
- WebJobs Availability: WebJobs for Linux App Services are currently in preview. This means that the feature might not be fully available or visible in the Azure portal for all users.
- App Service Plan: Ensure that your App Service plan supports WebJobs. While all App Service plans support WebJobs, certain features might be limited or not fully functional in the Basic tier
- Configuration Settings: You might need to add specific configuration settings to enable WebJobs. For example, adding the
WEBSITES_ENABLE_APP_SERVICE_STORAGE
app setting and setting its value totrue
can be necessary - Deployment Method: If the option to publish a WebJob is not available in the portal, you can deploy WebJobs using other methods such as the Azure CLI, Azure PowerShell, or by uploading the WebJob files directly through FTP or the Kudu console
In case you need the information used as a reference: Run background tasks with WebJobs in Azure App Service.
I hope the information provided was useful! Additionally, please kindly note that if we do not receive a response to this thread within 4 business days, we will consider it closed. In case you have the same question, and the information provided was not useful, feel free to create another thread and we will be more than happy to help you.
Regards,
Gao
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".