Dedicated settings for Azure web jobs -
i have bunch of azure web jobs
on 1 app service
hosted on 1 app service plan
.
each web jobs have own role & function & settings.
settings can defined (or overridden) @ app service
level.
does mean
- i missed concept & granularity of
web jobs
? - i should add kind of prefix in settings ?
if 'settings' referring azure web app settings, indeed shared among webjobs within app service.
if need them different, can host each webjob in different web app. both web apps can in same app service plan, won't cost more.
Comments
Post a Comment