File tree Expand file tree Collapse file tree 6 files changed +20
-12
lines changed
101-simple-windows-vm-diag Expand file tree Collapse file tree 6 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 181181 "publisher" : " [variables('imagePublisher')]" ,
182182 "offer" : " [variables('imageOffer')]" ,
183183 "sku" : " [parameters('windowsOSVersion')]" ,
184- "version" : " 1.0.0 "
184+ "version" : " latest "
185185 },
186186 "osDisk" : {
187187 "name" : " osdisk" ,
208208 },
209209 "resources" : [
210210 {
211- "name" : " Microsoft.Insights.VMDiagnosticsSettings " ,
212- "type" : " extensions" ,
211+ "name" : " Microsoft.Azure.Diagnostics.IaasDiagnostics " ,
212+ "type" : " Microsoft.Compute/VirtualMachines/ extensions" ,
213213 "location" : " [resourceGroup().location]" ,
214214 "apiVersion" : " 2015-06-15" ,
215215 "dependsOn" : [
Original file line number Diff line number Diff line change 5353 "type" : " string" ,
5454 "metadata" : {
5555 "description" : " The type of the Storage Account created"
56- }
56+ },
57+ "defaultValue" : " Standard_LRS"
5758 },
5859 "adminUsername" : {
5960 "type" : " string" ,
7172 "type" : " string" ,
7273 "metadata" : {
7374 "description" : " The size of the AD VMs Created"
74- }
75+ },
76+ "defaultValue" : " Standard_A2"
7577 },
7678 "subnetResourceID" : {
7779 "type" : " string" ,
193195 }
194196 ],
195197 "outputs" : { }
196- }
198+ }
Original file line number Diff line number Diff line change 5353 "type" : " string" ,
5454 "metadata" : {
5555 "description" : " The type of the Storage Account created"
56- }
56+ },
57+ "defaultValue" : " Standard_LRS"
5758 },
5859 "adminUsername" : {
5960 "type" : " string" ,
7172 "type" : " string" ,
7273 "metadata" : {
7374 "description" : " The size of the AD VMs Created"
74- }
75+ },
76+ "defaultValue" : " Standard_A2"
7577 },
7678 "subnetResourceId" : {
7779 "type" : " string" ,
Original file line number Diff line number Diff line change 5353 "type" : " string" ,
5454 "metadata" : {
5555 "description" : " The type of the Storage Account created"
56- }
56+ },
57+ "defaultValue" : " Standard_LRS"
5758 },
5859 "adminUsername" : {
5960 "type" : " string" ,
7172 "type" : " string" ,
7273 "metadata" : {
7374 "description" : " The size of the AD VMs Created"
74- }
75+ },
76+ "defaultValue" : " Standard_A3"
7577 },
7678 "subnetResourceId" : {
7779 "type" : " string" ,
Original file line number Diff line number Diff line change 5757 ],
5858 "metadata" : {
5959 "description" : " The type of the Storage Account created"
60- }
60+ },
61+ "defaultValue" : " Standard_LRS"
6162 },
6263
6364 "adminUsername" : {
Original file line number Diff line number Diff line change 5757 ],
5858 "metadata" : {
5959 "description" : " The type of the Storage Account created"
60- }
60+ },
61+ "defaultValue" : " Standard_LRS"
6162 },
6263
6364 "adminUsername" : {
You can’t perform that action at this time.
0 commit comments