Skip to content

Commit 92cfef9

Browse files
authored
Merge pull request #187917 from seligj95/imagefixes
updating images as per guidelines
2 parents 2f303fc + f1c8a29 commit 92cfef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/how-to-zone-redundancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ az appservice plan create --resource-group MyResourceGroup --name MyPlan --zone-
7171
7272
To create a zone redundant App Service using the Azure portal, enable the zone redundancy option during the "Create Web App" or "Create App Service Plan" experiences.
7373

74-
![zone redundant enablement using the portal](./media/how-to-zone-redundancy/zone-redundancy-portal.png)
74+
:::image type="content" source="./media/how-to-zone-redundancy/zone-redundancy-portal.png" alt-text="Image of zone redundancy enablement using the portal.":::
7575

7676
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.
7777

78-
![capacity update using the portal](./media/how-to-zone-redundancy/capacity-portal.png)
78+
:::image type="content" source="./media/how-to-zone-redundancy/capacity-portal.png" alt-text="Image of a capacity update using the portal.":::
7979

8080
The only changes needed in an Azure Resource Manager template to specify a zone redundant App Service 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.
8181

0 commit comments

Comments
 (0)