projectkudu / kudu

Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do upload a webjob via kudu api still work ?

tranminhhoainhan opened this issue · comments

I use postman to upload a webjob zip file using kudu url https://mysite.scm.azurewebsites.net/api/continuouswebjobs/my_webjob
but it always throw 403 error something like
`

Error 403 - This web app is stopped.

The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.

If you are the web app administrator, please find the common 403 error scenarios and`

I am pretty sure that I have provided Authorization header properly.
Anything to modify to make it work
Thanks,
NT

I guess the reason is I am using not enough permission account.