Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for usage of existing named Service Bus Namespace #94

Open
HenrikSommer opened this issue Jun 4, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@HenrikSommer
Copy link

Creation of Service Bus Namespace is a timeconsuming task in Azure, thus using an existing named Service Bus Namespace is preferable to achieve high speed integration testing. On the other hand it is preferable to avoid manual setup of Service Bus Namespaces in Azure.

The solution could consist of the following:

  • When a named Service Bus Namespace exists within resource group it will be used as is
  • When a named Service Bus Namespace does not exist within resource group it will be created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants