Skip to content

Commit 7d9e774

Browse files
authored
Merge pull request #2608 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-security-docs (branch main)
2 parents ec60ae0 + 4f56765 commit 7d9e774

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)