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.

enter image description here

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

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -