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-machine-scale-sets/orchestration-modes-api-comparison.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This article compares the API differences between Uniform and [Flexible orchestr
27
27
| Uniform API | Flexible alternative |
28
28
|-|-|
29
29
|[Deallocate](/rest/api/compute/virtualmachinescalesetvms/deallocate)|[Invoke Single VM API - Deallocate](/rest/api/compute/virtualmachines/deallocate)|
30
-
|[Delete](/rest/api/compute/virtualmachinescalesetvms/delete)|VMSS Batch delete API supported by VMSS in Flexible Orchestration Mode|
30
+
|[Delete](/rest/api/compute/virtualmachinescalesetvms/delete)|[Invoke Single VM API -Delete](/rest/api/compute/virtualmachines/delete)|
31
31
|[Get Instance View](/rest/api/compute/virtualmachinescalesetvms/getinstanceview)|[Invoke Single VM API - Instance View](/rest/api/compute/virtualmachines/instanceview)|
32
32
|[Perform Maintenance](/rest/api/compute/virtualmachinescalesetvms/performmaintenance)|[Invoke Single VM API - Perform Maintenance](/rest/api/compute/virtualmachines/performmaintenance)|
33
33
|[Power Off](/rest/api/compute/virtualmachinescalesetvms/poweroff)|[Invoke Single VM API - Power Off](/rest/api/compute/virtualmachines/poweroff)|
Copy file name to clipboardExpand all lines: articles/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,15 +104,14 @@ The following table compares the Flexible orchestration mode, Uniform orchestrat
104
104
| Spot instances and pricing | Yes, you can have both Spot and Regular priority instances | Yes, instances must either be all Spot or all Regular | No, Regular priority instances only |
105
105
| Mix operating systems | Yes, Linux and Windows can reside in the same Flexible scale set | No, instances are the same operating system | Yes, Linux and Windows can reside in the same availability set |
106
106
| Disk Types | Managed disks only, all storage types | Managed and unmanaged disks, all storage types | Managed and unmanaged disks, Ultradisk not supported |
107
-
| Disk Server Side Encryption with Customer Managed Keys | Yes | Yes | Yes |
108
107
| Write Accelerator | No | Yes | Yes |
109
108
| Proximity Placement Groups | Yes, read [Proximity Placement Groups documentation](../virtual-machine-scale-sets/proximity-placement-groups.md)| Yes, read [Proximity Placement Groups documentation](../virtual-machine-scale-sets/proximity-placement-groups.md)| Yes |
110
109
| Azure Dedicated Hosts | No | Yes | Yes |
111
110
| Managed Identity | User Assigned Identity Only | System Assigned or User Assigned | N/A (can specify Managed Identity on individual instances) |
112
111
| Add/remove existing VM to the group | No | No | No |
113
112
| Service Fabric | No | Yes | No |
114
113
| Azure Kubernetes Service (AKS) / AKE | No | Yes | No |
115
-
| UserData |Yes| Yes | UserData can be specified for individual VMs |
114
+
| UserData |Partial, UserData can be specified for individual VMs| Yes | UserData can be specified for individual VMs |
116
115
117
116
118
117
### Autoscaling and instance orchestration
@@ -130,7 +129,7 @@ The following table compares the Flexible orchestration mode, Uniform orchestrat
130
129
| Instance Protection | No, use [Azure resource lock](../azure-resource-manager/management/lock-resources.md)| Yes | No |
131
130
| Scale In Policy | No | Yes | No |
132
131
| VMSS Get Instance View | No | Yes | N/A |
133
-
| VM Batch Operations (Start all, Stop all, delete subset, etc.) |Partial, Batch delete is supported. Other operations can be triggered on each instance using VM API) | Yes | No |
132
+
| VM Batch Operations (Start all, Stop all, delete subset, etc.) |No (can trigger operations on each instance using VM API) | Yes | No |
Copy file name to clipboardExpand all lines: articles/virtual-machines/flexible-virtual-machine-scale-sets.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,15 +113,14 @@ The following tables list the Flexible orchestration mode features and links to
113
113
| Spot instances and pricing | Yes, you can have both Spot and Regular priority instances |
114
114
| Mix operating systems | Yes, Linux and Windows can reside in the same Flexible scale set |
115
115
| Disk Types | Managed disks only, all storage types |
116
-
| Disk Server Side Encryption with Customer Managed Keys | Yes |
117
116
| Write Accelerator | No |
118
117
| Proximity Placement Groups | Yes, read [Proximity Placement Groups documentation](../virtual-machine-scale-sets/proximity-placement-groups.md)|
119
118
| Azure Dedicated Hosts | No |
120
119
| Managed Identity | User Assigned Identity Only |
121
120
| Add/remove existing VM to the group | No |
122
121
| Service Fabric | No |
123
122
| Azure Kubernetes Service (AKS) / AKE | No |
124
-
| UserData |Yes|
123
+
| UserData |Partial, UserData can be specified for individual VMs|
125
124
126
125
127
126
### Autoscaling and instance orchestration
@@ -140,7 +139,7 @@ The following tables list the Flexible orchestration mode features and links to
140
139
| Instance Protection | No, use [Azure resource lock](../azure-resource-manager/management/lock-resources.md)|
141
140
| Scale In Policy | No |
142
141
| VMSS Get Instance View | No |
143
-
| VM Batch Operations (Start all, Stop all, delete subset, etc.) |Partial, Batch delete is supported. Other operations can be triggered on each instance using VM API) |
142
+
| VM Batch Operations (Start all, Stop all, delete subset, etc.) |No (can trigger operations on each instance using VM API) |
**Applies to:**:heavy_check_mark: Linux VMs :heavy_check_mark: Flexible scale sets
16
16
17
17
Azure Disk Storage allows you to manage your own keys when using server-side encryption (SSE) for managed disks, if you choose. For conceptual information on SSE with customer managed keys, as well as other managed disk encryption types, see the [Customer-managed keys](../disk-encryption.md#customer-managed-keys) section of our disk encryption article.
**Applies to:**:heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets
15
+
**Applies to:**:heavy_check_mark: Windows VMs
16
16
17
17
Azure Disk Storage allows you to manage your own keys when using server-side encryption (SSE) for managed disks, if you choose. For conceptual information on SSE with customer-managed keys, and other managed disk encryption types, see the [Customer-managed keys](../disk-encryption.md#customer-managed-keys) section of our disk encryption article.
0 commit comments