Multiple Azure Webjob instances on one queue
问题 I'm looking for a way to have multiple instances of my azure webjob running together and clearing my queue. One of the functions of our application is to decrease the user's credit on every page view on their site (called by an ajax). We currently have close to 600 of these websites and every page view of their site is generating a call that results in a credit being deducted from their account (SQL Azure). This happens real time in the and we are calling the sql server on ever one of these