Skip to content

Commit 02952eb

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent b32881a commit 02952eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/availability-zones/migrate-app-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ az appservice plan create --resource-group MyResourceGroup --name MyPlan --zone-
9595
9696
To create an App Service with availability zones using the Azure portal, enable the zone redundancy option during the "Create Web App" or "Create App Service Plan" experiences.
9797

98-
:::image type="content" source="../app-service/media/how-to-zone-redundancy/zone-redundancy-portal.png" alt-text="Image of zone redundancy enablement using the portal.":::
98+
:::image type="content" source="../app-service/media/how-to-zone-redundancy/zone-redundancy-portal.png" alt-text="Screenshot of zone redundancy enablement using the portal.":::
9999

100100
The capacity/number of workers/instance count can be changed once the App Service Plan is created by navigating to the **Scale out (App Service plan)** settings.
101101

102-
:::image type="content" source="../app-service/media/how-to-zone-redundancy/capacity-portal.png" alt-text="Image of a capacity update using the portal.":::
102+
:::image type="content" source="../app-service/media/how-to-zone-redundancy/capacity-portal.png" alt-text="Screenshot of a capacity update using the portal.":::
103103

104104
The only changes needed in an Azure Resource Manager template to specify an App Service with availability zones are the ***zoneRedundant*** property (required) and optionally the App Service plan instance count (***capacity***) on the [Microsoft.Web/serverfarms](/azure/templates/microsoft.web/serverfarms?tabs=json) resource. The ***zoneRedundant*** property should be set to ***true*** and ***capacity*** should be set based on the same conditions described previously.
105105

0 commit comments

Comments
 (0)