I'm using Azure webjob
to populate list of data , which I need to use in my MVC Web application
.
But After executing azure webjob
i'm not getting data inside mvc web application in that old object which I used in azure web job
.
Is there any global variable concept here to persist data from web job execution to mvc app?