Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
subash544772 authored Sep 4, 2020
1 parent d042fd1 commit 368a059
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions azuredeploy.parameters
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"adminUsername": {
"value": "admin.user"
},
"adminPassword": {
"reference": {
"keyVault": {
"id": "/subscriptions/******************/resourceGroups/keyvaultrg/providers/Microsoft.KeyVault/vaults/subashtest"
},
"secretName": "AdminPassword"
}
},
"dnsLabelPrefix": {
"value": "macrovmwin"
}
}
}

0 comments on commit 368a059

Please sign in to comment.