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
Copy file name to clipboardExpand all lines: articles/key-vault/managed-hsm/quick-create-template.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,20 +53,22 @@ You may also need your tenant ID. To find it, use the Azure CLI [az ad user show
53
53
az account show --query "tenantId"
54
54
```
55
55
56
-
Select the following image to sign in to Azure and open a template. The template creates a Managed HSM.
56
+
You can now deploy the ARM template:
57
57
58
-
:::image type="content" source="../../media/template-deployments/deploy-to-azure.svg" alt-text="Screenshot of the Deploy to Azure button to deploy resources with a template." link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.keyvault%2Fmanaged-hsm-create%2Fazuredeploy.json":::
58
+
1. Select the following image to sign in to Azure and open a template. The template creates a Managed HSM.
59
+
60
+
:::image type="content" source="../../media/template-deployments/deploy-to-azure.svg" alt-text="Screenshot of the Deploy to Azure button to deploy resources with a template." link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.keyvault%2Fmanaged-hsm-create%2Fazuredeploy.json":::
59
61
60
-
Select or enter the following values. Unless specified, use the default value to create the Managed HSM.
62
+
1.Select or enter the following values. Unless specified, use the default value to create the Managed HSM.
61
63
62
-
-**Subscription**: Select an Azure subscription.
63
-
-**Resource group**: Select **Create new**, enter "myResourceGroup" as the name, and then select **OK**.
64
-
-**Location**: Select a location. For example, **West US 3**.
65
-
-**managedHSMName**: Enter a name for your Managed HSM.
66
-
-**Tenant ID**: The template function automatically retrieves your tenant ID; don't change the default value. If there is no value, enter the Tenant ID that you retrieved above.
67
-
-**initialAdminObjectIds**: Enter the Object ID that you retrieved above.
64
+
-**Subscription**: Select an Azure subscription.
65
+
-**Resource group**: Select **Create new**, enter "myResourceGroup" as the name, and then select **OK**.
66
+
-**Location**: Select a location. For example, **West US 3**.
67
+
-**managedHSMName**: Enter a name for your Managed HSM.
68
+
-**Tenant ID**: The template function automatically retrieves your tenant ID; don't change the default value. If there is no value, enter the Tenant ID that you retrieved above.
69
+
-**initialAdminObjectIds**: Enter the Object ID that you retrieved above.
68
70
69
-
3. Select **Purchase**. After the Managed HSM has been deployed successfully, you get a notification:
71
+
1. Select **Purchase**. After the Managed HSM has been deployed successfully, you get a notification:
70
72
71
73
The Azure portal is used to deploy the template. In addition to the Azure portal, you can also use the Azure PowerShell, Azure CLI, and REST API. To learn other deployment methods, see [Deploy templates](../../azure-resource-manager/templates/deploy-powershell.md).
0 commit comments