Azure Web Jobs - Triggered from queue - triggered or continuous?
问题 I have a web job I've created and I want to deploy to azure. However I'm confused about the configuration when you create it. It's a web job that's triggered from an azure storage queue. It works fine locally. However when I go to create the web job in azure, I'm confused by the choices...my choices are Triggered or Continuous. If I choose Continuous, I get a choice single or Multi. If I choose Triggered, I'm given a choice of Scheduled or Manual. I don't want a Scheduled, and I'm not sure