Skip to content

Commit 992983c

Browse files
committed
Updates
1 parent ba8c744 commit 992983c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,22 @@ You may also need your tenant ID. To find it, use the Azure CLI [az ad user show
5353
az account show --query "tenantId"
5454
```
5555

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:
5757

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":::
5961

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.
6163

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.
6870

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:
7072

7173
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).
7274

0 commit comments

Comments
 (0)