I'm about to use Azure Service Bus and I'm going to have at least 4 environments that will be used for different parts of the development process, i.e. Build, Test, more Testing, and finally Production.
I would like to export my set of Queues and Topics from my namespace(s) and deploy them to other environments.
Does Azure offer a way of doing this, or do I need to create something myself?