File tree Expand file tree Collapse file tree 2 files changed +53
-1
lines changed
Expand file tree Collapse file tree 2 files changed +53
-1
lines changed Original file line number Diff line number Diff line change 3939 "name" : " agentpool1" ,
4040 "count" : 2 ,
4141 "vmSize" : " Standard_DS2_v2" ,
42- "availabilityProfile" : " AvailabilitySet "
42+ "availabilityProfile" : " VirtualMachineScaleSets "
4343 }
4444 ],
4545 "linuxProfile" : {
Original file line number Diff line number Diff line change 1+ {
2+ "apiVersion" : " vlabs" ,
3+ "properties" : {
4+ "featureFlags" : {
5+ "enableTelemetry" : true
6+ },
7+ "orchestratorProfile" : {
8+ "orchestratorType" : " Kubernetes" ,
9+ "orchestratorRelease" : " "
10+ },
11+ "masterProfile" : {
12+ "count" : 1 ,
13+ "dnsPrefix" : " " ,
14+ "vmSize" : " Standard_D2_v3"
15+ },
16+ "agentPoolProfiles" : [
17+ {
18+ "name" : " windowspool1" ,
19+ "count" : 2 ,
20+ "vmSize" : " Standard_D2s_v3" ,
21+ "osDiskSizeGB" : 128 ,
22+ "availabilityProfile" : " AvailabilitySet" ,
23+ "osType" : " Windows"
24+ }
25+ ],
26+ "windowsProfile" : {
27+ "adminUsername" : " azureuser" ,
28+ "adminPassword" : " replacepassword1234$" ,
29+ "csiProxyURL" : " https://kubernetesartifacts.azureedge.net/csi-proxy/v0.1.0/binaries/csi-proxy.tar.gz" ,
30+ "enableCSIProxy" : true ,
31+ "sshEnabled" : true ,
32+ "windowsPublisher" : " microsoft-aks" ,
33+ "windowsOffer" : " aks-windows" ,
34+ "windowsSku" : " 2019-datacenter-core-smalldisk-2007" ,
35+ "imageVersion" : " 17763.1339.200718"
36+ },
37+ "linuxProfile" : {
38+ "adminUsername" : " azureuser" ,
39+ "ssh" : {
40+ "publicKeys" : [
41+ {
42+ "keyData" : " "
43+ }
44+ ]
45+ }
46+ },
47+ "servicePrincipalProfile" : {
48+ "clientID" : " " ,
49+ "secret" : " "
50+ }
51+ }
52+ }
You can’t perform that action at this time.
0 commit comments