some time ago, used visual studio (2015) create webapp, console app , link console app ondemand webjob webapp. published whole azure , website, webjob , scheduler job worked perfectly.
last week, noticed webjob no longer runs. website under constant development, not sure whether due change in code applied or due in azure.
whatever try (including removing job, schedule , folders in app_data on webapp), when publish webapp vs, webjob recreated, scheduler fails error below.
http action - response host 'mysite.scm.azurewebsites.net': 'unauthorized' response headers: date: fri, 29 jan 2016 07:02:01 gmt server: microsoft-iis/8.0 www-authenticate: basic realm="site" body: 401 - unauthorized: access denied due invalid credentials. server error
any clue might cause problem or additional info can collect trace down actual problem?
thanks, erik
we made tweak webjobs publishing nuget , released update it. update resolves scheduler auth header issue. once update publishing nuget 1.0.11 version issue resolved.
https://www.nuget.org/packages/microsoft.web.webjobs.publish/1.0.11
Comments
Post a Comment