Skip to content

Commit 4f56765

Browse files
Merge pull request #133 from chen-karen/main
Update date and add notes for multi-region replication
2 parents e71087c + 118a99d commit 4f56765

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

articles/key-vault/managed-hsm/multi-region-replication.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: msmbaldwin
66
ms.service: azure-key-vault
77
ms.subservice: managed-hsm
88
ms.topic: tutorial
9-
ms.date: 06/19/2025
9+
ms.date: 03/10/2026
1010

1111
ms.author: nkondamudi
1212
ms.custom: references_regions
@@ -108,6 +108,17 @@ az keyvault region add --hsm-name "ContosoMHSM" --region "australiaeast"
108108
> [!NOTE]
109109
> "ContosoMHSM" in this example is the primary HSM pool name; "australiaeast" is the extended region into which you are extending it.
110110
111+
> [!IMPORTANT]
112+
> After initiating the extension to a new region, do not perform any operations on the primary HSM until the extension region pool is fully provisioned. This is especially critical for networking changes such as configuring private endpoints or updating firewall rules. Performing these operations before the extension pool is ready can result in configuration inconsistencies between regions.
113+
>
114+
> To verify that the extension region pool is fully provisioned, run:
115+
>
116+
> ```azurecli-interactive
117+
> az keyvault region list --hsm-name ContosoMHSM
118+
> ```
119+
>
120+
> Confirm that the extended region appears in the output and that its provisioning state shows as **Succeeded** before proceeding with any other HSM operations.
121+
111122
### Remove an extended region from the primary HSM
112123
113124
Once you remove an extended HSM, the HSM partitions in the other region will be purged. All secondaries must be deleted before a primary managed HSM can be soft-deleted or purged. Only secondaries can be deleted using this command. The primary can only be deleted using the [soft-delete](soft-delete-overview.md#soft-delete-behavior) and [purge](soft-delete-overview.md#purge-protection) commands

0 commit comments

Comments
 (0)