Skip to content

Commit bd926d9

Browse files
authored
Update virtual-machine-scale-sets-orchestration-modes.md
------- cc: @fitzgeraldsteele
1 parent b36ff0f commit bd926d9

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

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

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -202,54 +202,6 @@ The following Virtual Machine Scale Set parameters aren't currently supported wi
202202
- Port Forwarding via Standard Load Balancer NAT Pool - you can configure NAT rules to specific instances
203203

204204

205-
## Troubleshoot scale sets with Flexible orchestration
206-
Find the right solution to your troubleshooting scenario.
207-
208-
<!-- error -->
209-
### InvalidParameter. The specified fault domain count 3 must fall in the range 1 to 2.
210-
211-
```
212-
InvalidParameter. The specified fault domain count 3 must fall in the range 1 to 2.
213-
```
214-
215-
**Cause:** The `platformFaultDomainCount` parameter is invalid for the region or zone selected.
216-
217-
**Solution:** You must select a valid `platformFaultDomainCount` value. For zonal deployments, the maximum `platformFaultDomainCount` value is 1. For regional deployments where no zone is specified, the maximum `platformFaultDomainCount` varies depending on the region. See [Manage the availability of VMs for scripts](../virtual-machines/availability.md) to determine the maximum fault domain count per region.
218-
219-
220-
<!-- error -->
221-
### OperationNotAllowed. Deletion of Virtual Machine Scale Set isn't allowed as it contains one or more VMs. Please delete or detach the VM(s) before deleting the Virtual Machine Scale Set.
222-
223-
```
224-
OperationNotAllowed. Deletion of Virtual Machine Scale Set isn't allowed as it contains one or more VMs. Please delete or detach the VM(s) before deleting the Virtual Machine Scale Set.
225-
```
226-
227-
**Cause:** Trying to delete a scale set in Flexible orchestration mode that is associated with one or more virtual machines.
228-
229-
**Solution:** Delete all of the virtual machines associated with the scale set in Flexible orchestration mode, then you can delete the scale set.
230-
231-
232-
<!-- error -->
233-
### InvalidParameter. The value 'True' of parameter 'singlePlacementGroup' is not allowed. Allowed values are: False.
234-
235-
```
236-
InvalidParameter. The value 'True' of parameter 'singlePlacementGroup' is not allowed. Allowed values are: False.
237-
```
238-
**Cause:** The `singlePlacementGroup` parameter is set to *True*.
239-
240-
**Solution:** The `singlePlacementGroup` must be set to *False*.
241-
242-
243-
<!-- error -->
244-
### OutboundConnectivityNotEnabledOnVM. No outbound connectivity configured for virtual machine.
245-
246-
```
247-
OutboundConnectivityNotEnabledOnVM. No outbound connectivity configured for virtual machine.
248-
```
249-
**Cause:** Trying to create a Virtual Machine Scale Set in Flexible Orchestration Mode with no outbound internet connectivity.
250-
251-
**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.
252-
253205
## Get started with Flexible orchestration mode
254206

255207
Register and get started with [Flexible orchestration mode](..\virtual-machines\flexible-virtual-machine-scale-sets.md) for your Virtual Machine Scale Sets.

0 commit comments

Comments
 (0)