-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathazuredeploy.json
483 lines (477 loc) · 16.4 KB
/
azuredeploy.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmName": {
"type": "string"
},
"vmSize": {
"type": "string",
"defaultValue": "Standard_DS2_v2"
},
"_artifactsLocation": {
"type": "string",
"metadata": {
"description": "Location of resources that the script is dependent on such as linked templates and DSC modules"
},
"defaultValue": "https://mystorage.file.core.windows.net/"
},
"_artifactsLocationSasToken": {
"type": "string",
"metadata": {
"description": "The sasToken required to access _artifactsLocation. When the template is deployed using the accompanying scripts, a sasToken will be automatically generated."
},
"defaultValue": "?sv=2017-07-29&ss=bfqt&srt=sco&sp=rwdlacup&se=2018-04-13T11:38:03Z&st=2018-04-13T03:38:03Z&spr=https&sig=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
},
"fileShareUserName": {
"type": "string",
"metadata": {
"description": "User name for file share"
}
},
"fileSharePassword": {
"type": "securestring",
"metadata": {
"description": "Password for file share"
}
},
"adminUserName": {
"type": "string",
"metadata": {
"description": "User name of local admin for SQL Server Setup"
}
},
"adminPassword": {
"type": "securestring",
"metadata": {
"description": "Password of local admin for SQL Server Setup"
}
},
"sqlAgentUserName": {
"type": "string",
"metadata": {
"description": "User name for SQL Server Agent"
}
},
"sqlAgentPassword": {
"type": "securestring",
"metadata": {
"description": "Password for SQL Server Agent"
}
},
"sqlSAAccountPassword": {
"type": "securestring",
"metadata": {
"description": "Password for SQL Server SA Account"
}
},
"sqlServiceUserName": {
"type": "string",
"metadata": {
"description": "User name for SQL Server Service"
}
},
"sqlServicePassword": {
"type": "securestring",
"metadata": {
"description": "Password for SQL service"
}
},
"domainUserName": {
"type": "string",
"metadata": {
"description": "User name for AD Domain"
}
},
"domainPassword": {
"type": "securestring",
"metadata": {
"description": "Password for AD user"
}
},
"installDir": {
"type": "string",
"metadata": {
"description": "Install directory on the file share"
}
},
"packagePath": {
"type": "string",
"metadata": {
"description": "UNC path for file share"
}
},
"location": {
"type": "string",
"metadata": {
"description": "Region in which to deploy the new resources"
}
},
"features": {
"type": "string",
"metadata": {
"description": "The installation features for SQL Server"
},
"defaultValue": "SQLENGINE,FULLTEXT"
},
"productKey": {
"type": "string",
"metadata": {
"description": "The SQL Server Product Key. Warning: default value is for SQL 2016 Developer Edition which is not licensed for production use."
},
"defaultValue": "22222-00000-00000-00000-00000"
},
"updateSource": {
"type": "string",
"metadata": {
"description": "The type of update source"
},
"defaultValue": "MU"
},
"updateEnabled": {
"type": "string",
"metadata": {
"description": "Enable/Disable SQL Server update"
},
"defaultValue": "False"
},
"installSharedDir": {
"type": "string",
"metadata": {
"description": "The common installation directory for SQL Server"
},
"defaultValue": "C:\\Program Files\\Microsoft SQL Server"
},
"installSharedWOWDir": {
"type": "string",
"metadata": {
"description": "The 32-bit installation directory for SQL Server"
},
"defaultValue": "C:\\Program Files (x86)\\Microsoft SQL Server"
},
"sqlInstanceName": {
"type": "string",
"metadata": {
"description": "The instance name for SQL Server"
},
"defaultValue": "default"
},
"sqlInstanceDir": {
"type": "string",
"metadata": {
"description": "The instance directory for SQL Server"
}
},
"securityMode": {
"type": "string",
"metadata": {
"description": "The security mode for SQL Server"
},
"defaultValue": "Windows"
},
"sqlSysAdminAccounts": {
"type": "string",
"metadata": {
"description": "The users/groups that will be sysadmins for SQL Server"
},
"defaultValue": "BUILTIN\\Administrators"
},
"sqlUserDBDir": {
"type": "string",
"metadata": {
"description": "The directory for User databases for SQL Server"
},
"defaultValue": "C:\\Program Files\\Microsoft SQL Server\\MSSQLSERVER\\DATA"
},
"sqlUserDBLogDir": {
"type": "string",
"metadata": {
"description": "The directory for User database logs for SQL Server"
},
"defaultValue": "C:\\Program Files\\Microsoft SQL Server\\MSSQLSERVER\\LOG"
},
"sqlTempDBDir": {
"type": "string",
"metadata": {
"description": "The directory for the TempDB for SQL Server"
},
"defaultValue": "C:\\Program Files\\Microsoft SQL Server\\MSSQLSERVER\\TempDB"
},
"sqlTempDBLogDir": {
"type": "string",
"metadata": {
"description": "The directory for the TempDB log for SQL Server"
},
"defaultValue": "C:\\Program Files\\Microsoft SQL Server\\MSSQLSERVER\\TempDB"
},
"sqlBackupDir": {
"type": "string",
"metadata": {
"description": "The directory for backup for SQL Server"
},
"defaultValue": "C:\\Program Files\\Microsoft SQL Server\\MSSQLSERVER\\Backup"
},
"sqlCollation": {
"type": "string",
"metadata": {
"description": "The collation for SQL Server"
},
"defaultValue": "SQL_Latin1_General_CP1_CI_AS"
},
"existingDomainName": {
"type": "string",
"metadata": {
"description": "The existing AD domain of the SQL Server"
}
},
"existingOUPath": {
"type": "string",
"metadata": {
"description": "The existing OU for the SQL Server"
}
},
"existingVirtualNetworkName": {
"type": "string",
"metadata": {
"description": "Name of the existing VNET"
}
},
"existingVirtualNetworkResourceGroup": {
"type": "string",
"metadata": {
"description": "Name of the existing VNET resource group"
}
},
"subnetName": {
"type": "string",
"metadata": {
"description": "Name of the subnet in the virtual network you want to use"
}
},
"bootdiagnosticsstorageAccountUri": {
"type": "string",
"metadata": {
"description": "Storage Account URI (e.g. https://storageaccount.blob.core.windows.net)"
}
},
"windowsOSVersion": {
"type": "string",
"defaultValue": "2016-Datacenter",
"metadata": {
"description": "The Windows version for the VM. This will pick a fully patched image of this given Windows version."
}
},
"numDataDisks": {
"type": "int",
"metadata": {
"description": "The number of disks to add to the VM. These disks will have ReadOnly caching enabled"
}
},
"numLogDisks": {
"type": "int",
"metadata": {
"description": "The number of disks to add to the VM. These disks will have no caching enabled"
}
},
"osDiskSizeGB": {
"type":"int",
"metadata": {
"description": "The size of the OS Disk for the VM"
}
},
"dataDiskSizeGB": {
"type":"int",
"metadata": {
"description": "The size of the disk(s) to add to the VM"
}
},
"dataDiskLetters": {
"type": "array",
"metadata": {
"description": "The disk letters for the data drives in the storage pool"
}
},
"dataDiskSizes": {
"type": "array",
"metadata": {
"description": "The disk sizes for the data drives in the storage pool"
}
},
"logDiskLetters": {
"type": "array",
"metadata": {
"description": "The disk letters for the log drives in the storage pool"
}
},
"logDiskSizes": {
"type": "array",
"metadata": {
"description": "The disk sizes for the log drives in the storage pool"
}
},
"workloadType": {
"type": "string",
"defaultValue": "GENERAL",
"metadata": {
"description": "The workload type for SQL Server (e.g. GENERAL or OLTP)."
}
},
"licenseType" : {
"type" : "string",
"allowedValues": [
"Windows_Server",
""
],
"metadata": {
"description" : "The Windows license type"
},
"defaultValue": "Windows_Server"
},
"maxDegreeOfParallelism": {
"type": "int",
"metadata": {
"description": "The maximum degree of parallelism"
}
},
"OSReservedMemoryInGB" : {
"type": "int",
"metadata": {
"description": "The amount of memory reserved for the OS separate from SQL Server"
}
},
"zones": {
"type": "array",
"metadata": {
"description": "The availability zone for the VM"
}
}
},
"variables": {
"apiVersion": "2015-01-01",
"apiVersionNetworks": "2015-06-15",
"apiVersionVMExtensions": "2018-10-01",
"sqlDSCModuleUrl": "[concat(parameters('_artifactsLocation'), '/dsc/','SQLInstall.ps1.zip', parameters('_artifactsLocationSasToken'))]",
"sqlDSCConfigurationFunction": "SQLInstall.ps1\\SQLInstall",
"domainName": "[parameters('existingDomainName')]",
"OUPath": "[parameters('existingOUPath')]",
"deployWindowsVMTemplateUrl": "[concat(parameters('_artifactsLocation'), '/nested/' , 'DeployWindowsVM.json', parameters('_artifactsLocationSasToken'))]",
"deployWindowsVM": "deployWindowsVM"
},
"resources": [
{
"name": "[variables('deployWindowsVM')]",
"type": "Microsoft.Resources/deployments",
"apiVersion": "[variables('apiVersion')]",
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "[variables('deployWindowsVMTemplateUrl')]",
"contentVersion": "1.0.0.0"
},
"parameters": {
"location": { "value": "[parameters('location')]" },
"osDiskSizeGB" : {"value":"[parameters('osDiskSizeGB')]"},
"dataDiskSizeGB" : {"value":"[parameters('dataDiskSizeGB')]"},
"windowsOSVersion" : { "value" : "[parameters('windowsOSVersion')]"},
"adminUserName": { "value": "[parameters('adminUserName')]" },
"adminPassword": { "value": "[parameters('adminPassword')]" },
"existingVirtualNetworkName": { "value": "[parameters('existingVirtualNetworkName')]" },
"existingVirtualNetworkResourceGroup": { "value": "[parameters('existingVirtualNetworkResourceGroup')]" },
"subnetName": { "value": "[parameters('subnetName')]" },
"vmName": { "value": "[parameters('vmName')]" },
"vmSize": { "value": "[parameters('vmSize')]" },
"numDataDisks" :{ "value": "[parameters('numDataDisks')]" },
"numLogDisks" : { "value": "[parameters('numLogDisks')]" },
"bootdiagnosticsstorageAccountUri": { "value": "[parameters('bootdiagnosticsstorageAccountUri')]" },
"licenseType" : {"value" : "[parameters('licenseType')]"},
"zones" : {"value": "[parameters('zones')]"}
}
}
},
{
"type": "Microsoft.Compute/virtualMachines/extensions",
"name": "[concat(parameters('vmName'),'/SQLInstall')]",
"apiVersion": "[variables('apiVersionVMExtensions')]",
"location": "[parameters('location')]",
"dependsOn": [
"[variables('deployWindowsVM')]"
],
"properties": {
"publisher": "Microsoft.Powershell",
"type": "DSC",
"typeHandlerVersion": "2.77",
"autoUpgradeMinorVersion": true,
"settings": {
"wmfVersion": "latest",
"modulesUrl": "[variables('sqlDSCModuleUrl')]",
"configurationFunction": "[variables('sqlDSCConfigurationFunction')]",
"properties": {
"PackagePath": "[parameters('packagePath')]",
"AdminCreds": {
"UserName": "[parameters('adminUserName')]",
"Password": "PrivateSettingsRef:adminPassword"
},
"DomainCreds": {
"UserName": "[parameters('domainUserName')]",
"Password": "PrivateSettingsRef:domainPassword"
},
"FileShareCreds": {
"UserName": "[parameters('fileShareUserName')]",
"Password": "PrivateSettingsRef:fileSharePassword"
},
"SQLAgentCreds": {
"UserName": "[parameters('sqlAgentUserName')]",
"Password": "PrivateSettingsRef:sqlAgentPassword"
},
"SQLServiceCreds": {
"UserName": "[parameters('sqlServiceUserName')]",
"Password": "PrivateSettingsRef:sqlServicePassword"
},
"SQLSAAccountCreds": {
"UserName": "sa",
"Password": "PrivateSettingsRef:sqlSAAccountPassword"
},
"InstallDir": "[parameters('installDir')]",
"Features": "[parameters('features')]",
"UpdateSource": "[parameters('updateSource')]",
"UpdateEnabled": "[parameters('updateEnabled')]",
"InstallSharedDir": "[parameters('installSharedDir')]",
"InstallSharedWOWDir": "[parameters('installSharedWOWDir')]",
"SQLInstanceName": "[parameters('sqlInstanceName')]",
"SQLInstanceDir": "[parameters('sqlInstanceDir')]",
"ProductKey" : "[parameters('productKey')]",
"SecurityMode": "[parameters('securityMode')]",
"SQLSysAdminAccounts": "[parameters('sqlSysAdminAccounts')]",
"SQLUserDBDir": "[parameters('sqlUserDBDir')]",
"SQLUserDBLogDir": "[parameters('sqlUserDBLogDir')]",
"SQLTempDBDir": "[parameters('sqlTempDBDir')]",
"SQLTempDBLogDir": "[parameters('sqlTempDBLogDir')]",
"SQLBackupDir": "[parameters('sqlBackupDir')]",
"SQLCollation": "[parameters('sqlCollation')]",
"DomainName": "[variables('domainName')]",
"OUPath": "[variables('ouPath')]",
"NumberOfDataDisks" : "[parameters('numDataDisks')]",
"NumberOfLogDisks" : "[parameters('numLogDisks')]",
"DataDiskLetters":"[parameters('dataDiskLetters')]",
"DataDiskSizes":"[parameters('dataDiskSizes')]",
"LogDiskLetters": "[parameters('logDiskLetters')]",
"LogDiskSizes":"[parameters('logDiskSizes')]",
"WorkloadType":"[parameters('WorkloadType')]",
"maxDegreeOfParallelism": "[parameters('maxDegreeOfParallelism')]",
"OSReservedMemoryInGB": "[parameters('OSReservedMemoryInGB')]"
}
},
"protectedSettings": {
"items": {
"adminPassword": "[parameters('adminPassword')]",
"domainPassword": "[parameters('domainPassword')]",
"fileSharePassword": "[parameters('fileSharePassword')]",
"sqlAgentPassword": "[parameters('sqlAgentPassword')]",
"sqlServicePassword": "[parameters('sqlServicePassword')]",
"sqlSAAccountPassword": "[parameters('sqlSAAccountPassword')]"
}
}
}
}
]
}