Skip to content

Commit 6ac573b

Browse files
committed
Use additional includes from reusable-content
- how-to-secure-access.md: Use cli-prerequisites.md include - quick-create-cli.md: Use activate-hsm-intro.md and security-domain-storage.md - quick-create-powershell.md: Use activate-hsm-intro.md and security-domain-storage.md Consolidates cosmetically different text into standardized includes.
1 parent 18a3a9d commit 6ac573b

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

articles/key-vault/managed-hsm/how-to-secure-access.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ This tutorial provides a practical implementation example of access control for
2525

2626
You also need:
2727

28-
* The Azure CLI version 2.25.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
29-
* A managed HSM in your subscription. See [Quickstart: Provision and activate a managed HSM using Azure CLI](quick-create-cli.md) to provision and activate a managed HSM.
28+
[!INCLUDE [CLI prerequisites](~/reusable-content/ce-skilling/azure/includes/managed-hsm/cli-prerequisites.md)]
3029

3130
[!INCLUDE [cloud-shell-try-it.md](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
3231

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Your Azure account is now authorized to perform any operations on this Managed H
7676

7777
### Activate your Managed HSM
7878

79-
All data plane commands are disabled until you activate the HSM. For example, you can't create keys or assign roles. Only the designated administrators that you assign during the create command can activate the HSM. To activate the HSM, you must download the [Security Domain](security-domain.md).
79+
[!INCLUDE [Activate HSM intro](~/reusable-content/ce-skilling/azure/includes/managed-hsm/activate-hsm-intro.md)]
8080

8181
[!INCLUDE [Security domain prerequisites](~/reusable-content/ce-skilling/azure/includes/managed-hsm/security-domain-prerequisites.md)]
8282

@@ -86,9 +86,7 @@ Use the `az keyvault security-domain download` command to download the security
8686
az keyvault security-domain download --hsm-name <hsm-name> --sd-wrapping-keys ./certs/cert_0.cer ./certs/cert_1.cer ./certs/cert_2.cer --sd-quorum 2 --security-domain-file <hsm-name>-SD.json
8787
```
8888

89-
Store the security domain file and the RSA key pairs securely. You need them for disaster recovery or for creating another Managed HSM that shares same security domain so the two can share keys.
90-
91-
After successfully downloading the security domain, your HSM will be in active state and ready for you to use.
89+
[!INCLUDE [Security domain storage](~/reusable-content/ce-skilling/azure/includes/managed-hsm/security-domain-storage.md)]
9290

9391
## Clean up resources
9492

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ At this point, your Azure account is the only one authorized to perform any oper
7474

7575
### Activate your Managed HSM
7676

77-
All data plane commands are disabled until you activate the HSM. You can't create keys or assign roles. Only the designated administrators that you assign during the create command can activate the HSM. To activate the HSM, you must download the [Security Domain](security-domain.md).
77+
[!INCLUDE [Activate HSM intro](~/reusable-content/ce-skilling/azure/includes/managed-hsm/activate-hsm-intro.md)]
7878

7979
[!INCLUDE [Security domain prerequisites](~/reusable-content/ce-skilling/azure/includes/managed-hsm/security-domain-prerequisites.md)]
8080

@@ -87,9 +87,7 @@ Use the Azure PowerShell [Export-AzKeyVaultSecurityDomain](/powershell/module/az
8787
Export-AzKeyVaultSecurityDomain -Name "<hsm-name>" -Certificates "cert_0.cer", "cert_1.cer", "cert_2.cer" -OutputPath "<hsm-name>-SD.json" -Quorum 2
8888
```
8989

90-
Store the security domain file and the RSA key pairs securely. You need them for disaster recovery or for creating another Managed HSM that shares the same security domain so the two can share keys.
91-
92-
After you successfully download the security domain, your HSM is in an active state and ready for you to use.
90+
[!INCLUDE [Security domain storage](~/reusable-content/ce-skilling/azure/includes/managed-hsm/security-domain-storage.md)]
9391

9492
## Clean up resources
9593

0 commit comments

Comments
 (0)