Skip to content

Commit e5eb2d1

Browse files
authored
Update and rename feature-support-cses-vmss.md to feature-support-analysis.md
1 parent 5397a40 commit e5eb2d1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/cloud-services-extended-support/feature-support-cses-vmss.md renamed to articles/cloud-services-extended-support/feature-support-analysis.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Feature Analysis CSES vs VMSS
3-
description: Learn about the feature set avaialble in CSES and VMSS
2+
title: Feature Analysis Cloud Services vs Virtual Machine Scale Sets
3+
description: Learn about the feature set available in Cloud Services and Virtual Machine Scale Sets
44
ms.topic: article
55
ms.service: cloud-services-extended-support
66
author: surbhijain
@@ -10,20 +10,20 @@ ms.date: 11/8/2022
1010
ms.custom:
1111
---
1212
# Feature Analysis: Cloud Services (extended support) and Virtual Machine Scale Sets
13-
This article provides a feature analysis of Cloud Services (extended support) and Virtual Machine Scale Sets. For more information on VMSS, please visit the documentation [here](https://learn.microsoft.com/azure/virtual-machine-scale-sets/overview)
13+
This article provides a feature analysis of Cloud Services (extended support) and Virtual Machine Scale Sets. For more information on Virtual Machine Scale Sets, please visit the documentation [here](https://learn.microsoft.com/azure/virtual-machine-scale-sets/overview)
1414

1515

1616
## Basic setup
1717

18-
| Feature | CSES | VMSS Flex | VMSS Uniform |
18+
| Feature | CSES | Virtual Machine Scale Sets (Flex) | Virtual Machine Scale Sets (Uniform) |
1919
|---|---|---|---|
2020
|Virtual machine type|Basic Azure PaaS VM (Microsoft.compute/cloudServices)|Standard Azure IaaS VM (Microsoft.compute/virtualmachines)|Scale Set specific VMs (Microsoft.compute /virtualmachinescalesets/virtualmachines)|
2121
|Maximum Instance Count (with FD guarantees)|1100|1000|3000 (1000 per Availability Zone)|
2222
|SKUs supported|D, Dv2, Dv3, Dav4 series, Ev3, Eav4 series, G series, H series|D series, E series, F series, A series, B series, Intel, AMD; Specialty SKUs (G, H, L, M, N) are not supported|All SKUs|
2323
|Full control over VM, NICs, Disks|Limited control over NICs and VM via CS-ES APIs. No support for Disks|Yes|Limited control with virtual machine scale sets VM API|
24-
|RBAC Permissions Required|Compute VMSS Write, Compute VM Write, Network|Compute VMSS Write, Compute VM Write, Network|Compute VMSS Write|
24+
|RBAC Permissions Required|Compute Virtual Machine Scale Sets Write, Compute VM Write, Network|Compute Virtual Machine Scale Sets Write, Compute VM Write, Network|Compute Virtual Machine Scale Sets Write|
2525
|Accelerated networking|Yes|Yes|Yes|
26-
|Spot instances and pricingr|No|Yes, you can have both Spot and Regular priority instances|Yes, instances must either be all Spot or all Regular|
26+
|Spot instances and pricing|No|Yes, you can have both Spot and Regular priority instances|Yes, instances must either be all Spot or all Regular|
2727
|Mix operating systems|Extremely limited Windows support|Yes, Linux and Windows can reside in the same Flexible scale set|No, instances are the same operating system|
2828
|Disk Types|No Disk Support|Managed disks only, all storage types|Managed and unmanaged disks, All Storage Types
2929
|Disk Server Side Encryption with Customer Managed Keys|No|Yes| |
@@ -40,7 +40,7 @@ This article provides a feature analysis of Cloud Services (extended support) an
4040

4141
## Autoscaling and instance orchestration
4242

43-
| Feature | CSES | VMSS Flex | VMSS Uniform |
43+
| Feature | Cloud Services (extended Support) | Virtual Machine Scale Sets (Flex) | Virtual Machine Scale Sets (Uniform) |
4444
|---|---|---|---|
4545
|List VMs in Set|No|Yes|Yes|
4646
|Automatic Scaling (manual, metrics based, schedule based)|Yes|Yes|Yes|
@@ -59,9 +59,9 @@ This article provides a feature analysis of Cloud Services (extended support) an
5959

6060
## High availability
6161

62-
| Feature | CSES | VMSS Flex | VMSS Uniform |
62+
| Feature | Cloud Services (extended Support) | Virtual Machine Scale Sets (Flex) | Virtual Machine Scale Sets (Uniform) |
6363
|---|---|---|---|
64-
|Availability SLA|99.95% for instances spread across fault domains|99.95% for instances spread across fault domains; 99.99% for instances spread across multiple zones|99.95 for FD>1 in Single Placement Group 99.99% for instances spread across multiple zones|
64+
|Availability SLA|[99.95%](https://azure.microsoft.com/support/legal/sla/cloud-services/v1_5/) for instances spread across fault domains|99.95% for instances spread across fault domains; [99.99%](https://azure.microsoft.com/support/legal/sla/virtual-machine-scale-sets/v1_1/) for instances spread across multiple zones|[99.95](https://azure.microsoft.com/support/legal/sla/virtual-machine-scale-sets/v1_1/) for FD>1 in Single Placement Group 99.99% for instances spread across multiple zones|
6565
|Availability Zones|No|Specify instances land across 1, 2 or 3 availability zones|Specify instances land across 1, 2 or 3 availability zones|
6666
|Assign VM to a Specific Availability Zone|No|Yes|No|
6767
|Fault Domain – Max Spreading (Azure will maximally spread instances)|Yes|Yes|Yes|
@@ -73,7 +73,7 @@ This article provides a feature analysis of Cloud Services (extended support) an
7373

7474
## Networking
7575

76-
| Feature | CSES | VMSS Flex | VMSS Uniform |
76+
| Feature | Cloud Services (extended Support) | Virtual Machine Scale Sets (Flex) | Virtual Machine Scale Sets (Uniform) |
7777
|---|---|---|---|
7878
|Default outbound connectivity|Yes|No, must have explicit outbound connectivity|Yes|
7979
|Azure Load Balancer Standard SKU|No|Yes|Yes|
@@ -87,7 +87,7 @@ This article provides a feature analysis of Cloud Services (extended support) an
8787

8888
## Backup and recovery
8989

90-
| Feature | CSES | VMSS Flex | VMSS Uniform |
90+
| Feature | Cloud Services (extended Support) | Virtual Machine Scale Sets (Flex) | Virtual Machine Scale Sets (Uniform) |
9191
|---|---|---|---|
9292
|Azure Backup|No |Yes|No|
9393
|Azure Site Recovery|No|Yes (via PowerShell)|No|

0 commit comments

Comments
 (0)