-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVSTSDemoParameters.json
More file actions
42 lines (42 loc) · 925 Bytes
/
VSTSDemoParameters.json
File metadata and controls
42 lines (42 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"virtualNetworkName": {
"value": "VNET"
},
"virtualNetworkAddressPrefix": {
"value": "10.0.0.0/21"
},
"subnetName": {
"value": "backendsubnet"
},
"subnetAddressPrefix": {
"value": "10.0.1.0/24"
},
"loadBalancerName": {
"value": "IntLB"
},
"availabilitySetName": {
"value": "availabilityset"
},
"diagStorageAccountName": {
"value": "diagstgaccount"
},
"adminUsername": {
"value": "localadmin"
},
"adminPassword": {
"value": "P@ssword1234$"
},
"virtualMachineNamePrefix": {
"value": "VSTSDEMOVM0"
},
"virtualMachineSize": {
"value": "Standard_A1"
},
"windowsOSVersion": {
"value": "2016-Datacenter"
}
}
}