Skip to content

Commit 6c6b4a2

Browse files
Merge pull request #290753 from johndowns/reliability-app-service-fix
Reliability - App Service - Fix issue
2 parents 8c5991a + af8e089 commit 6c6b4a2

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,45 +67,32 @@ For App Service plans that aren't configured as zone redundant, VM instances are
6767

6868
### Regions supported
6969

70-
::: zone pivot="free-shared-basic"
71-
72-
You must use either the [Premium v2 or Premium v3 plan types](/azure/app-service/overview-hosting-plans) to configure zone redundancy.
73-
74-
::: zone-end
75-
76-
::: zone pivot="premium"
70+
::: zone pivot="free-shared-basic,premium"
7771

78-
- Availability zones are only supported on the newer App Service footprint. Even if you're using one of the supported regions, you'll receive an error if availability zones aren't supported for your resource group. To ensure your workloads land on a stamp that supports availability zones, you may need to create a new resource group, App Service plan, and App Service.
72+
Zone-redundant App Service plans can be deployed in [any region that supports availability zones](./availability-zones-service-support.md#azure-regions-with-availability-zone-support).
7973

8074
::: zone-end
8175

82-
::: zone pivot="premium,isolated"
83-
84-
- You must deploy a minimum of three instances of your plan.
85-
76+
::: zone pivot="isolated"
8677

8778
To see which regions support availability zones for App Service Environment v3, see [Regions](../app-service/environment/overview.md#regions).
8879

8980
::: zone-end
9081

9182
### Requirements
9283

93-
::: zone-end
94-
95-
::: zone pivot="premium"
84+
::: zone pivot="free-shared-basic,premium"
9685

9786
- You must use either the [Premium v2 or Premium v3 plan types](/azure/app-service/overview-hosting-plans).
98-
<!-- Is footprint a technical term here?-->
87+
9988
- Availability zones are only supported on the newer App Service footprint. Even if you're using one of the supported regions, you'll receive an error if availability zones aren't supported for your resource group. To ensure your workloads land on a stamp that supports availability zones, you may need to create a new resource group, App Service plan, and App Service.
10089

10190
::: zone-end
10291

103-
- You must deploy a minimum of three instances of your plan.
104-
105-
106-
10792
::: zone pivot="premium,isolated"
10893

94+
- You must deploy a minimum of three instances of your plan.
95+
10996
### Considerations
11097

11198
Applications that are deployed in a zone-redundant App Service plan continue to run and serve traffic even if multiple zones in the region suffer an outage. However it's possible that non-runtime behaviors including App Service plan scaling, application creation, application configuration, and application publishing may still be impacted during an availability zone outage. Zone redundancy for App Service plans only ensures continued uptime for deployed applications.

0 commit comments

Comments
 (0)