How to recover deleted webjobs of Azure web app?

SAGAR SONAR 1 Reputation point
2021-11-01T08:32:29.25+00:00

Hello,
I want to recover my deleted webjobs of an azure app service. Which is in production. So anyone help regarding this.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,286 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP
    2021-11-01T10:49:35.153+00:00

    The Web Jobs code is placed under the Direct of App Service, and the backup of App Service should get a set of directories, so if you have enabled backup, you can restore it.

    https://learn.microsoft.com/en-us/azure/app-service/webjobs-create

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.