Skip to content

Commit 24e6ccf

Browse files
committed
Removing tabs from the Verify instance zone placement
1 parent 5f0f572 commit 24e6ccf

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

articles/azure-functions/functions-zone-redundancy.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -601,17 +601,9 @@ You can update an existing Elastic Premium plan to be zone-redundant using ARM t
601601

602602
After enabling zone redundancy, you can verify that your function app instances are distributed across availability zones.
603603

604-
#### [Azure portal](#tab/azure-portal)
605-
606-
1. In the Azure portal, search for and select your function app.
607-
608-
1. Under **Settings**, select **Instances**.
609-
610-
1. The **Instances** page shows each running instance and the availability zone it's placed in.
611-
612-
#### [Azure CLI](#tab/azure-cli)
604+
In the Azure portal, navigate to your function app in the Azure portal. Under **Settings**, select **Instances**. The **Instances** page shows each running instance and the availability zone it's placed in.
613605

614-
Use the following Azure CLI commands to verify zone distribution:
606+
Using the Azure CLI, use the following commands to query instance zone placement:
615607

616608
```azurecli-interactive
617609
RESOURCE_ID=$(az functionapp show \

0 commit comments

Comments
 (0)