Skip to content

Commit a36e441

Browse files
authored
Merge pull request #89102 from mumian/0917-keyvault-arm
add the other deployment methods
2 parents ef50e78 + 70f77c4 commit a36e441

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ The template used in this quickstart is from [Azure Quickstart templates](https:
5656
5757
[!code-json[<Azure Resource Manager template create key vault>](~/quickstart-templates/101-key-vault-create/azuredeploy.json)]
5858
59+
Two Azure resources are defined in the template:
60+
61+
* **Microsoft.KeyVault/vaults**: create an Azure key vault.
62+
* **Microsoft.KeyVault/vaults/secrets**: create an key vault secret.
63+
5964
More Azure Key Vault template samples can be found [here](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Keyvault).
6065
6166
1. Select the following image to sign in to Azure and open a template. The template creates a key vault and a secret.
@@ -81,6 +86,8 @@ More Azure Key Vault template samples can be found [here](https://azure.microsof
8186
8287
![Resource Manager template, Key Vault integration, deploy portal notification](./media/quick-create-template/resource-manager-template-portal-deployment-notification.png)
8388
89+
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/resource-group-template-deploy.md).
90+
8491
## Validate the deployment
8592
8693
You can either use the Azure portal to check the key vault and the secret, or use the following Azure CLI or Azure PowerShell script to list the secret created.

0 commit comments

Comments
 (0)