File tree Expand file tree Collapse file tree 1 file changed +24
-27
lines changed
201-vm-push-certificate-windows Expand file tree Collapse file tree 1 file changed +24
-27
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#" ,
3- "contentVersion" : " 1.0.0.0" ,
4- "parameters" : {
5- "newStorageAccountName" : {
6- "value" : " "
7- },
8- "vmName" : {
9- "value" : " "
10- },
11- "vmSize" : {
12- "value" : " Standard_A2"
13- },
14- "adminUsername" : {
15- "value" : " "
16- },
17- "adminPassword" : {
18- "value" : " "
19- },
20- "vaultName" : {
21- "value" : " "
22- },
23- "vaultResourceGroup" : {
24- "value" : " "
25- },
26- "secretUrlWithVersion" : {
27- "value" : " "
2+ "$schema" : " http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#" ,
3+ "contentVersion" : " 1.0.0.0" ,
4+ "parameters" : {
5+ "newStorageAccountName" : {
6+ "value" : " GEN-UNIQUE"
7+ },
8+ "vmName" : {
9+ "value" : " GEN-UNIQUE-10"
10+ },
11+ "adminUsername" : {
12+ "value" : " GEN-UNIQUE"
13+ },
14+ "adminPassword" : {
15+ "value" : " GEN-PASSWORD"
16+ },
17+ "vaultName" : {
18+ "value" : " GEN-KEYVAULT-NAME"
19+ },
20+ "vaultResourceGroup" : {
21+ "value" : " GEN-VHDRESOURCEGROUP-NAME"
22+ },
23+ "secretUrlWithVersion" : {
24+ "value" : " GEN-KEYVAULT-SSL-SECRET-URI"
25+ }
2826 }
29- }
3027}
You can’t perform that action at this time.
0 commit comments