Skip to content

Instantly share code, notes, and snippets.

@marrobi
Last active August 15, 2017 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrobi/fa884abd8ba51b1e9593e6634a2d607a to your computer and use it in GitHub Desktop.
Save marrobi/fa884abd8ba51b1e9593e6634a2d607a to your computer and use it in GitHub Desktop.
Prameters File
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"SSHPublicKey": {
"reference": {
"keyVault": {
"id": "/subscriptions/802df257-6032-4b50-884c-XXXXX/resourceGroups/KeyVault/providers/Microsoft.KeyVault/vaults/MarcusKeyVaultWE"
},
"secretName": "MarcusSSHPublicKey"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment