Skip to content

Commit e4eeef6

Browse files
authored
Merge pull request #114659 from davidxw/davidxw-patch-1
Update service-bus-outages-disasters.md
2 parents d0018f2 + ab04303 commit e4eeef6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/service-bus-messaging/service-bus-outages-disasters.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ When you use availability zones, **both metadata and data (messages)** are repli
3030
> [!NOTE]
3131
> The availability zones support for the premium tier is only available in [Azure regions](../availability-zones/az-region.md) where availability zones are present.
3232
33-
You can enable availability zones on new namespaces only, using the Azure portal. Service Bus doesn't support migration of existing namespaces. You can't disable zone redundancy after enabling it on your namespace.
34-
35-
![1][]
36-
33+
When you create a premium tier namespace, the support for availability zones (if available in the selected region) is automatically enabled for the namespace. There's no additional cost for using this feature and you can't disable or enable this feature.
3734

3835
## Protection against outages and disasters - standard tier
3936
To achieve resilience against datacenter outages when using the standard messaging pricing tier, Service Bus supports two approaches: **active** and **passive** replication. For each approach, if a given queue or topic must remain accessible in the presence of a datacenter outage, you can create it in both namespaces. Both entities can have the same name. For example, a primary queue can be reached under **contosoPrimary.servicebus.windows.net/myQueue**, while its secondary counterpart can be reached under **contosoSecondary.servicebus.windows.net/myQueue**.

0 commit comments

Comments
 (0)