You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Managed HSM articles to use new reusable-content/managed-hsm path
- Update include paths from key-vault/managed-hsm to managed-hsm
- This separates MHSM includes for potential future docset spin-off
- Update ms.date to 03/30/2026 for all modified articles
Files modified:
- quick-create-cli.md
- quick-create-powershell.md
- quick-create-template.md
- quickstart-dotnet.md
- quickstart-javascript.md
- quickstart-python.md
Copy file name to clipboardExpand all lines: articles/key-vault/managed-hsm/quick-create-cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.devlang: azurecli
15
15
16
16
# Quickstart: Provision and activate a Managed HSM using Azure CLI
17
17
18
-
In this quickstart, you create and activate an Azure Key Vault Managed HSM (Hardware Security Module) by using Azure CLI. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/key-vault/managed-hsm/intro.md)]
18
+
In this quickstart, you create and activate an Azure Key Vault Managed HSM (Hardware Security Module) by using Azure CLI. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/managed-hsm/intro.md)]
The output of this command shows properties of the Managed HSM that you created. The two most important properties are:
77
77
@@ -84,7 +84,7 @@ Your Azure account is now authorized to perform any operations on this Managed H
84
84
85
85
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).
Use the `az keyvault security-domain download` command to download the security domain and activate your Managed HSM. The following example uses three RSA key pairs (only public keys are needed for this command) and sets the quorum to two.
90
90
@@ -105,7 +105,7 @@ When no longer needed, you can use the [az group delete](/cli/azure/group) comma
# Quickstart: Provision and activate a Managed HSM by using PowerShell
14
14
15
-
In this quickstart, you create and activate an Azure Key Vault Managed HSM (Hardware Security Module) by using PowerShell. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/key-vault/managed-hsm/intro.md)]
15
+
In this quickstart, you create and activate an Azure Key Vault Managed HSM (Hardware Security Module) by using PowerShell. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/managed-hsm/intro.md)]
The output of this cmdlet shows properties of the newly created Managed HSM. Take note of these two properties:
69
69
@@ -76,7 +76,7 @@ At this point, your Azure account is the only one authorized to perform any oper
76
76
77
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).
In this quickstart, you created and activated a Managed HSM. To learn more about Managed HSM and how to integrate it with your applications, continue on to these articles:
# Quickstart: Create a Managed HSM using an ARM template
17
17
18
-
This quickstart shows how to use an Azure Resource Manager template (ARM template) to create an Azure Key Vault managed HSM. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/key-vault/managed-hsm/intro.md)]
18
+
This quickstart shows how to use an Azure Resource Manager template (ARM template) to create an Azure Key Vault managed HSM. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/managed-hsm/intro.md)]
The Azure portal is used to deploy the template. In addition to the Azure portal, you can also use Azure PowerShell, Azure CLI, and REST API. To learn about other deployment methods, see [Deploy templates](/azure/azure-resource-manager/templates/deploy-powershell).
76
76
@@ -88,7 +88,7 @@ You see the name of your newly created managed HSM.
Get started with the Azure Key Vault Managed HSM client library for .NET. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/key-vault/managed-hsm/intro.md)]
17
+
Get started with the Azure Key Vault Managed HSM client library for .NET. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/managed-hsm/intro.md)]
18
18
19
19
In this quickstart, you learn how to access and perform cryptographic operations on keys in a Managed HSM using the .NET client library.
Get started with the Azure Key Vault Managed HSM client library for JavaScript. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/key-vault/managed-hsm/intro.md)]
17
+
Get started with the Azure Key Vault Managed HSM client library for JavaScript. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/managed-hsm/intro.md)]
18
18
19
19
In this quickstart, you learn how to access and perform cryptographic operations on keys in a Managed HSM using the JavaScript client library.
Get started with the Azure Key Vault Managed HSM client library for Python. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/key-vault/managed-hsm/intro.md)]
17
+
Get started with the Azure Key Vault Managed HSM client library for Python. [!INCLUDE [Managed HSM description](~/reusable-content/ce-skilling/azure/includes/managed-hsm/intro.md)]
18
18
19
19
In this quickstart, you learn how to access and perform cryptographic operations on keys in a Managed HSM using the Python client library.
0 commit comments