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)|[Invoke Single VM API -Delete](/rest/api/compute/virtualmachines/delete)|
30
+
|[Delete](/rest/api/compute/virtualmachinescalesetvms/delete)|VMSS Batch delete API supported by VMSS in Flexible Orchestration Mode|
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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,14 +104,15 @@ 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 |
107
108
| Write Accelerator | No | Yes | Yes |
108
109
| 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 |
109
110
| Azure Dedicated Hosts | No | Yes | Yes |
110
111
| Managed Identity | User Assigned Identity Only | System Assigned or User Assigned | N/A (can specify Managed Identity on individual instances) |
111
112
| Add/remove existing VM to the group | No | No | No |
112
113
| Service Fabric | No | Yes | No |
113
114
| Azure Kubernetes Service (AKS) / AKE | No | Yes | No |
114
-
| UserData |Partial, UserData can be specified for individual VMs| Yes | UserData can be specified for individual VMs |
115
+
| UserData |Yes| Yes | UserData can be specified for individual VMs |
115
116
116
117
117
118
### Autoscaling and instance orchestration
@@ -129,7 +130,7 @@ The following table compares the Flexible orchestration mode, Uniform orchestrat
129
130
| Instance Protection | No, use [Azure resource lock](../azure-resource-manager/management/lock-resources.md)| Yes | No |
130
131
| Scale In Policy | No | Yes | No |
131
132
| VMSS Get Instance View | No | Yes | N/A |
132
-
| VM Batch Operations (Start all, Stop all, delete subset, etc.) |No (can trigger operations on each instance using VM API) | Yes | No |
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 |
Copy file name to clipboardExpand all lines: articles/virtual-machines/flexible-virtual-machine-scale-sets.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,15 @@ 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 |
116
117
| Write Accelerator | No |
117
118
| Proximity Placement Groups | Yes, read [Proximity Placement Groups documentation](../virtual-machine-scale-sets/proximity-placement-groups.md)|
118
119
| Azure Dedicated Hosts | No |
119
120
| Managed Identity | User Assigned Identity Only |
120
121
| Add/remove existing VM to the group | No |
121
122
| Service Fabric | No |
122
123
| Azure Kubernetes Service (AKS) / AKE | No |
123
-
| UserData |Partial, UserData can be specified for individual VMs|
124
+
| UserData |Yes|
124
125
125
126
126
127
### Autoscaling and instance orchestration
@@ -139,7 +140,7 @@ The following tables list the Flexible orchestration mode features and links to
139
140
| Instance Protection | No, use [Azure resource lock](../azure-resource-manager/management/lock-resources.md)|
140
141
| Scale In Policy | No |
141
142
| VMSS Get Instance View | No |
142
-
| VM Batch Operations (Start all, Stop all, delete subset, etc.) |No (can trigger operations on each instance using VM API) |
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) |
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
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