Skip to content

Commit 366a529

Browse files
committed
edit pass: vault-create-template
1 parent 8538c14 commit 366a529

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ There are other Resource Manager templates available for Key Vault objects:
168168
|--|--|--|
169169
|<ul><li>[Quickstart](https://docs.microsoft.com/azure/key-vault/secrets/quick-create-template)<li>[Reference](https://docs.microsoft.com/azure/templates/microsoft.keyvault/vaults/secrets)|N/A|N/A|
170170

171-
More Key Vault templates you can find here: [Key Vault Resource Manager reference](https://docs.microsoft.com/azure/templates/microsoft.keyvault/allversions)
171+
You can find more Key Vault templates here: [Key Vault Resource Manager reference](https://docs.microsoft.com/azure/templates/microsoft.keyvault/allversions).
172172

173173
## Deploy the templates
174174

175-
You can use the Azure portal to deploy above templates by using 'Build your own template in editor' option in guide below:
176-
[Deploy resources from custom template](https://docs.microsoft.com/azure/azure-resource-manager/templates/deploy-portal#deploy-resources-from-custom-template)
175+
You can use the Azure portal to deploy the preceding templates by using the **Build your own template in editor** option as described here:
176+
[Deploy resources from a custom template](https://docs.microsoft.com/azure/azure-resource-manager/templates/deploy-portal#deploy-resources-from-custom-template).
177177

178-
You can also save above templates to files and use following commands: [New-AzResourceGroupDeployment](/powershell/module/az.resources/new-azresourcegroupdeployment) and [az group deployment create](/cli/azure/group/deployment#az-group-deployment-create):
178+
You can also save the preceding templates to files and use these commands: [New-AzResourceGroupDeployment](/powershell/module/az.resources/new-azresourcegroupdeployment) and [az group deployment create](/cli/azure/group/deployment#az-group-deployment-create):
179179

180180
```azurepowershell
181181
New-AzResourceGroupDeployment -ResourceGroupName ExampleGroup -TemplateFile key-vault-template.json
@@ -187,7 +187,7 @@ az group deployment create --resource-group ExampleGroup --template-file key-vau
187187

188188
## Clean up resources
189189

190-
If you plan to continue and work on subsequent quickstarts and tutorials, you can leave these resources in place. When the resources are no longer needed, delete the resource group, which deletes the key vault and related resources. To delete the resource group by using the Azure CLI or Azure PowerShell, use the following steps.
190+
If you plan to continue with subsequent quickstarts and tutorials, you can leave these resources in place. When you don't need the resources any longer, delete the resource group. If you delete the group, the key vault and related resources are also deleted. To delete the resource group by using the Azure CLI or Azure PowerShell, complete these steps:
191191

192192
# [CLI](#tab/CLI)
193193

@@ -210,12 +210,12 @@ Write-Host "Press [ENTER] to continue..."
210210

211211
## Resources
212212

213-
- Read an [Overview of Azure Key Vault](../general/overview.md)
214-
- Learn more about [Azure Resource Manager](../../azure-resource-manager/management/overview.md)
215-
- Review [Azure Key Vault best practices](../general/best-practices.md)
213+
- Read an [Overview of Azure Key Vault](../general/overview.md).
214+
- Learn more about [Azure Resource Manager](../../azure-resource-manager/management/overview.md).
215+
- Review [Azure Key Vault best practices](../general/best-practices.md).
216216

217217
## Next steps
218218

219219
- [Secure access to a key vault](secure-your-key-vault.md)
220220
- [Authenticate to a key vault](authentication.md)
221-
- [Azure Key Vault Developer's guide](developers-guide.md)
221+
- [Azure Key Vault Developer's Guide](developers-guide.md)

0 commit comments

Comments
 (0)