Skip to content

Commit 5acbb12

Browse files
msmbaldwinCopilot
andcommitted
Restore NOTE/WARNING callouts inadvertently removed in quick-create-cli and disaster-recovery-guide
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fd27eb6 commit 5acbb12

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

‎articles/key-vault/managed-hsm/disaster-recovery-guide.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ oid=$(az ad signed-in-user show --query id -o tsv)
5353
az keyvault create --hsm-name "<destination-hsm-name>" --resource-group "<resource-group>" --location "<location>" --administrators $oid
5454
```
5555

56-
The create command can take a few minutes. Once it returns successfully, you are ready to activate your HSM.
56+
> [!NOTE]
57+
> The create command can take a few minutes. Once it returns successfully, you are ready to activate your HSM.
5758
5859
> [!WARNING]
5960
> Managed HSM instances are considered always-in-use. If you choose to enable purge protection using the `--enable-purge-protection` flag, you are billed for the entirety of the retention period.

‎articles/key-vault/managed-hsm/quick-create-cli.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ oid=$(az ad signed-in-user show --query id -o tsv)
6060
az keyvault create --hsm-name "<hsm-name>" --resource-group "myResourceGroup" --location "EastUS" --administrators $oid --retention-days 7
6161
```
6262

63-
If you use Managed Identities as the initial admins of your Managed HSM, enter the OID/PrincipalID of the Managed Identities after `--administrators` and not the ClientID.
63+
> [!NOTE]
64+
> If you use Managed Identities as the initial admins of your Managed HSM, enter the OID/PrincipalID of the Managed Identities after `--administrators` and not the ClientID.
6465
65-
The create command can take a few minutes. When it returns successfully, you're ready to activate your HSM.
66+
> [!NOTE]
67+
> The create command can take a few minutes. When it returns successfully, you're ready to activate your HSM.
6668
6769
[!INCLUDE [Managed HSM billing warning](~/reusable-content/ce-skilling/azure/includes/managed-hsm/billing-warning.md)]
6870

0 commit comments

Comments
 (0)