You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/flexible-virtual-machine-scale-sets.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ The following tables list the Flexible orchestration mode features and links to
135
135
| Instance Protection | No, use [Azure resource lock](../azure-resource-manager/management/lock-resources.md)|
136
136
| Scale In Policy | No |
137
137
| VMSS Get Instance View | No |
138
-
| Perform Maintenance |No (can trigger maintenance on each instance using VM API)|
138
+
| Perform Maintenance |Trigger maintenance on each instance using VM API |
139
139
| VM Batch Operations (Start all, Stop all, delete subset, etc.) | No (can trigger operations on each instance using VM API) |
140
140
141
141
### High availability
@@ -149,7 +149,7 @@ The following tables list the Flexible orchestration mode features and links to
149
149
| Fault Domain – Fixed Spreading | 2-3 FDs (depending on regional maximum FD Count); 1 for zonal deployments |
150
150
| Assign VM to a Specific Fault Domain | Yes |
151
151
| Update Domains | Depreciated (platform maintenance performed FD by FD) |
152
-
| Maintenance Control | No|
152
+
|Perform Maintenance | Trigger maintenance on each instance using VM API | Yes | N/A|
153
153
154
154
### Networking
155
155
@@ -176,6 +176,7 @@ The following tables list the Flexible orchestration mode features and links to
176
176
The following virtual machine scale set parameters are not currently supported with virtual machine scale sets in Flexible orchestration mode:
177
177
- Single placement group - you must choose `singlePlacementGroup=False`
178
178
- Deployment using Specialty SKUs: G, H, L, M, N series VM families
179
+
- Ultra disk configuration: `diskIOPSReadWrite`, `diskMBpsReadWrite`
179
180
- VMSS Overprovisioning
180
181
- Image-based Automatic OS Upgrades
181
182
- Application health via SLB health probe - use Application Health Extension on instances
@@ -192,10 +193,10 @@ The following virtual machine scale set parameters are not currently supported w
192
193
Find the right solution to your troubleshooting scenario.
193
194
194
195
<!-- error -->
195
-
### InvalidParameter. The specified fault domain count 2 must fall in the range 1 to 1.
196
+
### InvalidParameter. The specified fault domain count 3 must fall in the range 1 to 2.
196
197
197
198
```
198
-
InvalidParameter. The specified fault domain count 2 must fall in the range 1 to 1.
199
+
InvalidParameter. The specified fault domain count 3 must fall in the range 1 to 2.
199
200
```
200
201
201
202
**Cause:** The `platformFaultDomainCount` parameter is invalid for the region or zone selected.
@@ -226,6 +227,16 @@ InvalidParameter. The value 'True' of parameter 'singlePlacementGroup' is not al
226
227
**Solution:** The `singlePlacementGroup` must be set to *False*.
227
228
228
229
230
+
<!-- error -->
231
+
### OutboundConnectivityNotEnabledOnVM. No outbound connectivity configured for virtual machine.
232
+
233
+
```
234
+
OutboundConnectivityNotEnabledOnVM. No outbound connectivity configured for virtual machine.
235
+
```
236
+
**Cause:** Trying to create a Virtual Machine Scale Set in Flexible Orchestration Mode with no outbound internet connectivity.
237
+
238
+
**Solution:** Enable secure outbound access for your virtual machine scale set in the manner best suited for your application. Outbound access can be enabled with a NAT Gateway on your subnet, adding instances to a Load Balancer backend pool, or adding an explicit public IP per instance. For highly secure applications, you can specify custom User Defined Routes through your firewall or virtual network applications. See [Default Outbound Access](../virtual-network/ip-services/default-outbound-access.md) for more details.
239
+
229
240
## Next steps
230
241
> [!div class="nextstepaction"]
231
242
> [Flexible orchestration mode for your scale sets with Azure portal.](flexible-virtual-machine-scale-sets-portal.md)
0 commit comments