Skip to content

Instantly share code, notes, and snippets.

@RKSelvi
RKSelvi / keyvault.json
Created July 2, 2020 05:49
Deployment Scripts ARM - Blog
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"key-vault-name": {
"type": "string",
"metadata": {
"description": "Specifies the name of the key vault."
}
},