Reputation: 93
I have a web application project deployed to Azure. I have added existing project(console application) as Azure Web Job to web app project and configured the web job to run daily.
But now when I publish the web app, i am getting following error An error occurred while creating the WebJob schedule: Response status code does not indicate success: 403 (Forbidden).
Note: The Azure Web App gets published successfully if i configure the web job to run on demand instead of recurring(daily)
Can anyone point what could be the resolution of this error and publish web job successfully?
Thanks in advance
Upvotes: 3
Views: 2799
Reputation: 5391
For anyone looking for the answer, I have found a couple of reasons people have observed this error:
Upvotes: 1