Skip to content

Commit eeb2139

Browse files
committed
Fix zone pivot
1 parent 2a21bd5 commit eeb2139

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ App Service Environment v3 has a specific pricing model for zone redundancy. For
130130

131131
### Configure availability zone support
132132

133-
::: zone pivot="free-shared-standard"
133+
::: zone pivot="free-shared-basic"
134134

135135
- **Create a new App Service plan with zone redundancy.** To deploy a new zone-redundant Azure App Service plan, you must use either the [Premium v2 or Premium v3 plan types](/azure/app-service/overview-hosting-plans). To view more information, make sure that you select the appropriate tier at the top of this page.
136136

@@ -160,6 +160,8 @@ 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:
164+
163165
- **Traffic routing between zones:** During normal operations, traffic is routed between all of your available App Service plan instances across all availability zones.
164166

165167
- **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.

0 commit comments

Comments
 (0)