This post was originally published here

I have worked with Azure Service Bus for years and one of the biggest challenges was always how to manage change on the Queues and Topics within a Service Bus Namespace. You could use a tool like Service Bus Explorer to manually make the changes, but this approach is manual and error prone. You can do exports and imports of configuration but a bit like managing SQL Script changes it’s tough to work out the delta and deploy just what’s needed to your various environments. If only there was a way to do this just like you do for any other Azure component with CI and CD pipelines.

Fortunately there is and you can read more about it in my article posted on Serverless360 blog – https://www.serverless360.com/blog/alm-with-azure-service-bus

The post Service Bus + Terraform appeared first on Microsoft Integration & Cloud Architect.