@Kazuto Tateyama Thanks for reaching out. The active replication is the client side approach against datacenter outages when using the standard messaging.
This means that you will have two standard namespace and your client code will be sending/consuming the messages from both the namespace. A client receives messages from both queues. The receiver processes the first copy of a message, and the second copy is suppressed. For more details on the code end you can refer to this sample.
This is not the feature of the service bus but the client side approach that can help you with the availability when there is data center/backend issue.
Azure guarantee for Service Bus Queues and Topics is same i.e. at least 99.9% of the time, properly configured applications will be able to send or receive messages as documented here.
The SLA is calculated at the subscription level and for more details please refer to The SLA details section here.