Azure WebJobs and Deployment Slots -
what happen when deploy continuously running azure webjob queuetrigger (queue connection defined in app.config) deployment slot (for illustration "staging")?
will start run , hear messages in queue or start in production slot?
my fear if start processing messages queue tough not in production slot yet. if case, should queue connectionstring moved app.config azure website config staging , production slots can run on different queues?
yes, start running in staging slot.
if don't want this, pointing staging queue indeed way go.
update (11/24/2014): can chose create setting & connection strings 'sticky slot' using powershell. see post details.
azure azure-web-sites azure-webjobs
No comments:
Post a Comment