Skip to content

Commit c598cd9

Browse files
authored
Merge pull request #176252 from ju-shim/flex-18
Flex-18 -- JERRY FEEDBACK for FLEX
2 parents 34da719 + 2eb71a9 commit c598cd9

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ The following table compares the Flexible orchestration mode, Uniform orchestrat
129129
| Instance Protection | No, use [Azure resource lock](../azure-resource-manager/management/lock-resources.md) | Yes | No |
130130
| Scale In Policy | No | Yes | No |
131131
| VMSS Get Instance View | No | Yes | N/A |
132-
| Perform Maintenance | No (can trigger maintenance on each instance using VM API) | Yes | N/A |
133132
| VM Batch Operations (Start all, Stop all, delete subset, etc.) | No (can trigger operations on each instance using VM API) | Yes | No |
134133

135134
### High availability 
@@ -143,7 +142,7 @@ The following table compares the Flexible orchestration mode, Uniform orchestrat
143142
| Fault Domain – Fixed Spreading | 2-3 FDs (depending on regional maximum FD Count); 1 for zonal deployments | 2, 3, 5 FDs; 1, 5 for zonal deployments | 2-3 FDs (depending on regional maximum FD Count) |
144143
| Assign VM to a Specific Fault Domain | Yes | No | No |
145144
| Update Domains | Depreciated (platform maintenance performed FD by FD) | 5 update domains | Up to 20 update domains |
146-
| Maintenance Control | No | Yes | Yes |
145+
| Perform Maintenance | Trigger maintenance on each instance using VM API | Yes | N/A |
147146

148147
### Networking 
149148

articles/virtual-machines/flexible-virtual-machine-scale-sets.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The following tables list the Flexible orchestration mode features and links to
135135
| Instance Protection | No, use [Azure resource lock](../azure-resource-manager/management/lock-resources.md) |
136136
| Scale In Policy | No |
137137
| 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 |
139139
| VM Batch Operations (Start all, Stop all, delete subset, etc.) | No (can trigger operations on each instance using VM API) |
140140

141141
### High availability 
@@ -149,7 +149,7 @@ The following tables list the Flexible orchestration mode features and links to
149149
| Fault Domain – Fixed Spreading | 2-3 FDs (depending on regional maximum FD Count); 1 for zonal deployments |
150150
| Assign VM to a Specific Fault Domain | Yes |
151151
| 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 |
153153

154154
### Networking 
155155

@@ -176,6 +176,7 @@ The following tables list the Flexible orchestration mode features and links to
176176
The following virtual machine scale set parameters are not currently supported with virtual machine scale sets in Flexible orchestration mode:
177177
- Single placement group - you must choose `singlePlacementGroup=False`
178178
- Deployment using Specialty SKUs: G, H, L, M, N series VM families
179+
- Ultra disk configuration: `diskIOPSReadWrite`, `diskMBpsReadWrite`
179180
- VMSS Overprovisioning
180181
- Image-based Automatic OS Upgrades
181182
- 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
192193
Find the right solution to your troubleshooting scenario.
193194

194195
<!-- 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.
196197

197198
```
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.
199200
```
200201

201202
**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
226227
**Solution:** The `singlePlacementGroup` must be set to *False*.
227228

228229

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+
229240
## Next steps
230241
> [!div class="nextstepaction"]
231242
> [Flexible orchestration mode for your scale sets with Azure portal.](flexible-virtual-machine-scale-sets-portal.md)

0 commit comments

Comments
 (0)