As we prototype our application, we've been managing our service bus directly in azure and I was curious how people are deploying service bus changes to their production environments? We want to build a CI/CD process that will allow us to not only provision our platform for new customers, but deploy changes to those tenants in an automated fashion. Is the Azure SDK the best way to accomplish this?
↧