Create Environment based Queue inside storage account for webjob

Poornima Tribhuwan 1 Reputation point
2022-09-12T08:56:15.95+00:00

I have one storage account for web job to manage queues but I am working with multiple environments (dev, dev-feature, stage). So how can I create web job queues based on environment inside inside storage account.

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
105 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,758 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 21,506 Reputation points
    2022-09-13T10:03:00.547+00:00

    Thanks for reaching here! If i am understanding right you want to create web job queue for different environments. You may try to have separate storage accounts for separate environments as using different accounts, would allow you to keep the same queue names, but differentiate using your storage account connection strings.

    Suggest you to refer this tutorial link for getting started:

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.