IS Azure Webjobs have its own memory allocation?
问题 I am new to Azure web-jobs. When I am working with web-jobs I have come up with an question that whether web-job have its own memory allocation like process? we are creating web-jobs under website(web app) so for website a separate memory will get created.And then we are creating multiple web-jobs under that website in azure. so if static class gets instanciated under azure website instance.then web-jobs which uses that static class concurrently,will leads to data loss? like this eg: website