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
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).
172
172
173
173
## Deploy the templates
174
174
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).
177
177
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):
@@ -187,7 +187,7 @@ az group deployment create --resource-group ExampleGroup --template-file key-vau
187
187
188
188
## Clean up resources
189
189
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:
191
191
192
192
# [CLI](#tab/CLI)
193
193
@@ -210,12 +210,12 @@ Write-Host "Press [ENTER] to continue..."
210
210
211
211
## Resources
212
212
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).
216
216
217
217
## Next steps
218
218
219
219
- [Secure access to a key vault](secure-your-key-vault.md)
220
220
- [Authenticate to a key vault](authentication.md)
0 commit comments