Azure WebJobs - Multiple Web Apps - Single Storage account conflict -


use case: have 1 app service plan, multiple azure web apps, hosting same web applications. each web application has 1 web job. webjob dashboards, use same storage account web apps. can there potential conflict between webjobs? webjob dashboards show wrong information, or deployment of webjob affected

thanks

can there potential conflict between webjobs?

it depends on webjobs functions logic, concurrent access can result in resource contention, might cause conflicts. example, if 2 jobs access , operate same resource @ same time, these jobs may affect each other, , conflicts happen.

please refer conflicts section consider conflicts issue when design webjobs.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -