|
43 | 43 | },
|
44 | 44 | "vmImageSku": {
|
45 | 45 | "type": "string",
|
46 |
| - "defaultValue": "2016-Datacenter-with-Containers", |
| 46 | + "defaultValue": "2022-datacenter-azure-edition", |
47 | 47 | "metadata": {
|
48 | 48 | "description": "VM image SKU"
|
49 | 49 | }
|
|
151 | 151 | },
|
152 | 152 | "vmNodeType0Size": {
|
153 | 153 | "type": "string",
|
154 |
| - "defaultValue": "Standard_D2_V2" |
| 154 | + "defaultValue": "Standard_D2s_v3" |
155 | 155 | },
|
156 | 156 | "durabilityLevel": {
|
157 | 157 | "type": "string",
|
158 |
| - "defaultValue": "Bronze" |
| 158 | + "allowedValues": [ |
| 159 | + "Silver", |
| 160 | + "Gold" |
| 161 | + ], |
| 162 | + "defaultValue": "Silver" |
159 | 163 | },
|
160 | 164 | "reliabilityLevel": {
|
161 | 165 | "type": "string",
|
| 166 | + "allowedValues": [ |
| 167 | + "Silver", |
| 168 | + "Gold", |
| 169 | + "Platinum" |
| 170 | + ], |
162 | 171 | "defaultValue": "Silver"
|
163 | 172 | }
|
164 | 173 | },
|
|
179 | 188 | "maxPercentUpgradeDomainDeltaUnhealthyNodes": "100",
|
180 | 189 | "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
|
181 | 190 | "overProvision": "false",
|
182 |
| - "vmssApiVersion": "2017-03-30", |
183 |
| - "sfrpApiVersion": "2019-03-01", |
184 |
| - "lbApiVersion": "2015-06-15", |
185 |
| - "vNetApiVersion": "2015-06-15", |
186 |
| - "storageApiVersion": "2016-01-01", |
187 |
| - "publicIPApiVersion": "2015-06-15", |
| 191 | + "vmssApiVersion": "2023-09-01", |
| 192 | + "sfrpApiVersion": "2023-11-01-preview", |
| 193 | + "lbApiVersion": "2023-09-01", |
| 194 | + "vNetApiVersion": "2023-09-01", |
| 195 | + "storageApiVersion": "2023-01-01", |
| 196 | + "publicIPApiVersion": "2023-09-01", |
188 | 197 | "nt0applicationStartPort": "20000",
|
189 | 198 | "nt0applicationEndPort": "30000",
|
190 | 199 | "nt0ephemeralStartPort": "49152",
|
|
614 | 623 | "properties": {
|
615 | 624 | "overprovision": "[variables('overProvision')]",
|
616 | 625 | "upgradePolicy": {
|
617 |
| - "mode": "Automatic" |
| 626 | + "mode": "Automatic", |
| 627 | + "automaticOSUpgradePolicy": { |
| 628 | + "enableAutomaticOSUpgrade": true |
| 629 | + } |
618 | 630 | },
|
619 | 631 | "virtualMachineProfile": {
|
620 | 632 | "extensionProfile": {
|
621 | 633 | "extensions": [
|
| 634 | + { |
| 635 | + "name": "Microsoft.Azure.Geneva.GenevaMonitoring", |
| 636 | + "properties": { |
| 637 | + "publisher": "Microsoft.Azure.Geneva", |
| 638 | + "type": "GenevaMonitoring", |
| 639 | + "typeHandlerVersion": "2.0", |
| 640 | + "enableAutomaticUpgrade": true, |
| 641 | + "autoUpgradeMinorVersion": true |
| 642 | + } |
| 643 | + }, |
622 | 644 | {
|
623 | 645 | "name": "[concat('ServiceFabricNodeVmExt','_vmNodeType0Name')]",
|
624 | 646 | "properties": {
|
|
641 | 663 | "x509StoreName": "[parameters('certificateStoreValue')]"
|
642 | 664 | }
|
643 | 665 | },
|
644 |
| - "typeHandlerVersion": "1.0" |
| 666 | + "typeHandlerVersion": "1.1" |
645 | 667 | }
|
646 | 668 | },
|
647 | 669 | {
|
|
0 commit comments