Hi,
The documentation on how to setup Service Bus with Always On Availability Groups is rather sparse.
The documentation I have found explains the setup with very few lines:
"Using the cmdlets, pass the necessary connection string to New-SBFarm, Add-SBHost, and New-SBMessageContainer."
Source: https://msdn.microsoft.com/en-us/library/jj712784.aspx#BMK_SBConfig17
My assumptions of what needs to be performed are:
- Create an installation
- Then stop the service bus nodes
- Create an availability group of the databases
- Change Service Bus connection string to use the availability group listener according to the steps here: https://msdn.microsoft.com/en-us/library/jj712784.aspx#BMK_SBConfig6
Is there any more complete documentation about this and/or are my assumptions correct?
Regards,
//Thomas