Skip to content

Commit aece0f7

Browse files
jmart1428Court72
andauthored
Apply suggestions from code review
Co-authored-by: Courtney Wales <[email protected]>
1 parent aa4900b commit aece0f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/app-service/configure-zone-redundancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resource appServicePlan 'Microsoft.Web/serverfarms@2024-11-01' = {
6767
# [Azure portal](#tab/portal)
6868

6969
1. In the [Azure portal](https://portal.azure.com), go to your App Service plan.
70-
1. Select **Settings > Scale out (App Service plan)** in the left navigation pane.
70+
1. Select **Settings** > **Scale out (App Service plan)** in the left navigation pane.
7171
1. Select **Zone Redundancy** to enable zone redundancy. Deselect it to disable it.
7272

7373
The zone redundancy status of an App Service plan changes almost instantaneously. No downtime or performance problems occur during the process.
@@ -127,7 +127,7 @@ resource appServicePlan 'Microsoft.Web/serverfarms@2024-11-01' = {
127127
128128
To check whether an existing App Service plan supports zone redundancy, do the following steps:
129129
130-
1. Determine the maximum number of availability zones that the App Service plan supports by using the Azure portal, Azure CLI, or Bicep and Resource Manager.
130+
1. Determine the maximum number of availability zones that the App Service plan supports by using the Azure portal, the Azure CLI, or Bicep and Resource Manager.
131131
132132
# [Azure portal](#tab/portal)
133133

articles/app-service/environment/configure-zone-redundancy-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ If you enable your App Service Environment to be zone redundant, you must also s
127127
# [Azure portal](#tab/portal)
128128
129129
1. In the [Azure portal](https://portal.azure.com), go to your App Service plan.
130-
1. Select **Settings > Scale out (App Service plan)** in the left navigation pane.
130+
1. Select **Settings** > **Scale out (App Service plan)** in the left navigation pane.
131131
1. Select **Zone redundancy** to enable zone redundancy. Deselect it to disable it.
132132
133133
:::image type="content" source="./media/configure-zone-redundancy/app-service-plan-zone-redundancy-portal-isolated.png" alt-text="Screenshot of zone redundancy property for an App Service plan in the Azure portal.":::
134134
135135
>[!IMPORTANT]
136-
>If you have *Rules Based* scaling enabled, you can't use the Azure portal to enable zone redundancy for your App Service plan. You must use the Azure CLI or Bicep and Resource Manager instead.
136+
>If you have *Rules Based* scaling enabled, you can't use the Azure portal to enable zone redundancy for your App Service plan. You must use the Azure CLI or Bicep and Azure Resource Manager instead.
137137
138138
# [Azure CLI](#tab/azurecli)
139139

0 commit comments

Comments
 (0)