Skip to content

Commit 7a40c69

Browse files
committed
Minor updates for templates
1 parent a9be6cd commit 7a40c69

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,15 @@ To prepare for availability zone failure, consider *over-provisioning* the capac
160160

161161
### Normal operations
162162

163-
The following information describes what happens when you have a zone-redundant App Service plan and all availability zones are operational:
163+
This section describes what to expect when Azure App Service plans are configured for zone redundancy and all availability zones are operational.
164164

165165
- **Traffic routing between zones:** During normal operations, traffic is routed between all of your available App Service plan instances across all availability zones.
166166

167167
- **Data replication between zones:** During normal operations, any state stored in your application's file system is stored in zone-redundant storage, and is synchronously replicated between availability zones.
168168

169169
### Zone-down experience
170170

171-
The following information describes what happens when you have a zone-redundant App Service plan and there's an availability zone outage:
171+
This section describes what to expect when an Azure App Service plan is configured for zone redundancy and there's an availability zone outage:
172172

173173
- **Detection and response:** The App Service platform is responsible for detecting a failure in an availability zone and responding. You don't need to do anything to initiate a zone failover.
174174

articles/reliability/reliability-bastion.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ There's no additional cost to use zone redundancy for Azure Bastion.
9090

9191
### Normal operations
9292

93-
This section describes what to expect when Bastion resources are configured for zone redundancy and all availability zones are operational.
93+
This section describes what to expect when Azure Bastion resources are configured for availability zone support and all availability zones are operational.
9494

9595
**Traffic routing between zones:** When you initiate an SSH or RDP session, it can be routed to an Azure Bastion instance in any of the availability zones you selected.
9696

@@ -103,11 +103,13 @@ In most scenarios, the small amount of cross-zone latency isn't significant. How
103103

104104
### Zone-down experience
105105

106+
This section describes what to expect when an Azure Bastion resource is configured for availability zone support and there's an availability zone outage.
107+
106108
- **Detection and response:** When you use zone redundancy, Azure Bastion detects and responds to failures in an availability zone. You don't need to do anything to initiate an availability zone failover.
107109

108110
- **Active requests:** When an availability zone is unavailable, any RDP or SSH connections in progress that use an Azure Bastion instance in the faulty availability zone are terminated and need to be retried.
109111

110-
If the virtual machine you're connecting to isn't in the affected availability zone, the virtual machine continues to be accessible. See [Reliability in virtual machines: Zone down experience](./reliability-virtual-machines.md#zone-down-experience) for more information on the VM zone down experience.
112+
If the virtual machine you're connecting to isn't in the affected availability zone, the virtual machine continues to be accessible. See [Reliability in virtual machines: Zone down experience](./reliability-virtual-machines.md#zone-down-experience) for more information on the VM zone down experience.
111113

112114
- **Traffic rerouting:** When you use zone redundancy, new connections use Azure Bastion instances in the surviving availability zones. Overall, Azure Bastion remains operational.
113115

articles/reliability/reliability-data-factory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ This section describes what to expect when Azure Data Factory resources are conf
119119

120120
### Zone-down experience
121121

122+
This section describes what to expect when Azure Data Factory resources are configured for zone redundancy and there's an availability zone outage.
123+
122124
- **Detection and response.** The Azure Data Factory platform is responsible for detecting a failure in an availability zone and responding. You don't need to do anything to initiate a zone failover in your pipelines or other components.
123125

124126
- **Active requests.** Any pipelines and triggers in progress continue to execute, and you won't notice a zone failure. However, activities in progress during a zone failure might fail and be restarted. It's important to design activities to be idempotent, which helps them to recover from zone failures as well as other faults. For more information, see [Transient faults](#transient-faults).

articles/reliability/reliability-logic-apps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ To prepare for availability zone failure, consider *over-provisioning* the capac
179179

180180
This section describes what to expect when Azure Logic Apps resources are configured for zone redundancy and all availability zones are operational.
181181

182-
183182
::: zone pivot="consumption"
184183

185184
**Traffic routing between zones:** During normal operations, workflow invocations can use compute resources in any of the availability zones within the region.
@@ -194,6 +193,8 @@ This section describes what to expect when Azure Logic Apps resources are config
194193

195194
### Zone-down experience
196195

196+
This section describes what to expect when Azure Logic Apps resources are configured for zone redundancy and there's an availability zone outage.
197+
197198
- **Detection and response:** The Azure Logic Apps platform is responsible for detecting a failure in an availability zone. You don't need to do anything to initiate a zone failover.
198199

199200
- **Active requests:** If an availability zone becomes unavailable, any in-progress workflow executions that run on a VM in the faulty availability zone are terminated. The Azure Logic Apps platform automatically resumes the workflow on another VM in a different availability zone. Due to this behavior, active workflows might experience some [transient faults](#transient-faults) or higher latency as new VMs are added to the remaining availability zones.

0 commit comments

Comments
 (0)