The webjob option does not appear in my webapp

Romero Martinez, Alberto 0 Puntos de reputación
2024-02-27T09:13:41.65+00:00

I have a Linux webapp, with the basic tier and we are trying to publish a webjob but the option does not appear in the appservice navigation menu. In the official documentation I have not seen anything related to my problem, can you please clarify this for us?

Azure
Azure
Plataforma e infraestructura de informática en la nube para crear, implementar y administrar aplicaciones y servicios a través de una red mundial de centros de datos administrados por Microsoft.
517 preguntas
0 comentarios No hay comentarios
{count} votos

1 respuesta

Ordenar por: Muy útil
  1. Gao Chen 4,890 Puntos de reputación Proveedor de Microsoft
    2025-01-21T00:59:03.79+00:00

    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:

    1. 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.
    2. 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
    3. 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 to true can be necessary
    4. 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".

    0 comentarios No hay comentarios

Su respuesta

Las respuestas se pueden marcar como respuestas aceptadas por el autor de la pregunta, lo que ayuda a los usuarios a conocer la respuesta que resolvió el problema del autor.