Skip to content

Commit 364e4d5

Browse files
authored
Merge pull request #115536 from ashtonkim90/patch-1
Feedback on quick-create-cli.md
2 parents 05fd0a1 + 4c85b85 commit 364e4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You need to provide following inputs to create a Managed HSM resource:
5858
- Azure location.
5959
- A list of initial administrators.
6060

61-
The following example creates an HSM named **ContosoMHSM**, in the resource group **ContosoResourceGroup**, residing in the **East US 2** location, with **the current signed in user** as the only administrator, with **7 days retention period** for soft-delete. Read more about [Managed HSM soft-delete](soft-delete-overview.md)
61+
The following example creates an HSM named **ContosoMHSM**, in the resource group **ContosoResourceGroup**, residing in the **East US 2** location, with **the current signed in user** as the only administrator, with **7 days retention period** for soft-delete. The Managed HSM will continue to be billed until it is purged in a **soft-delete period**. For more information, see [Managed HSM soft-delete and purge protection](recovery.md#what-are-soft-delete-and-purge-protection) and read more about [Managed HSM soft-delete](soft-delete-overview.md).
6262

6363
```azurecli-interactive
6464
oid=$(az ad signed-in-user show --query id -o tsv)

0 commit comments

Comments
 (0)