Skip to content

Commit 148767c

Browse files
authored
Merge pull request #231369 from angarg05/nested_vm_skus_docs
Nested confidential VMs on Azure
2 parents ced0948 + 70872c7 commit 148767c

File tree

3 files changed

+201
-0
lines changed

3 files changed

+201
-0
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@
215215
href: dasv5-dadsv5-series.md
216216
- name: DCasv5 and DCadsv5-series
217217
href: dcasv5-dcadsv5-series.md
218+
- name: DCas_cc_v5 and DCads_cc_v5-series
219+
href: dcasccv5-dcadsccv5-series.md
218220
- name: Dpsv5 and Dpdsv5-series
219221
href: dpsv5-dpdsv5-series.md
220222
- name: Dplsv5 and Dpldsv5-series
@@ -260,6 +262,8 @@
260262
href: easv5-eadsv5-series.md
261263
- name: ECasv5 and ECadsv5-series
262264
href: ecasv5-ecadsv5-series.md
265+
- name: ECas_cc_v5 and ECads_cc_v5-series
266+
href: ecasccv5-ecadsccv5-series.md
263267
- name: Epsv5 and Epdsv5-series
264268
href: epsv5-epdsv5-series.md
265269
- name: M-series
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
---
2+
title: Azure DCas_cc_v5 and DCads_cc_v5-series
3+
description: Specifications for Azure Confidential Computing's Azure DCas_cc_v5 and DCads_cc_v5-series confidential computing capable virtual machines.
4+
author: ananyagarg
5+
ms.author: ananyagarg
6+
ms.reviewer: mimckitt
7+
ms.service: virtual-machines
8+
ms.subservice: sizes
9+
ms.topic: conceptual
10+
ms.date: 03/29/2022
11+
12+
---
13+
14+
# DCas_cc_v5 and DCads_cc_v5-series (Preview)
15+
16+
**Applies to:** :heavy_check_mark: Linux VMs in Azure Kubernetes Service
17+
18+
> [!NOTE]
19+
> Preview Terms - These VM sizes are subject to the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20+
21+
> [!NOTE]
22+
> Confidential child capable VMs are currently enabled only through [Azure Kubernetes Service (AKS)](../../articles/aks/index.yml) when you choose these VMs as your agent node sizes. If you wish to enable it outside AKS, please contact [[email protected]](mailto:[email protected]).
23+
24+
Confidential child capable VMs allow you to borrow resources from the parent VM you deploy, to create AMD SEV-SNP protected child VMs. The parent VM has almost complete feature parity with any other general purpose Azure VM (for example, [D-series VMs](dasv5-dadsv5-series.md)). This parent-child deployment model can help you achieve higher levels of isolation from the Azure host and parent VM. These confidential child capable VMs are built on the same hardware that powers our [Azure confidential VMs](../../articles/confidential-computing/confidential-vm-overview.md). Azure confidential VMs are now generally available. 
25+
26+
This series supports Standard SSD, Standard HDD, and Premium SSD disk types. Billing for disk storage and VMs is separate. To estimate your costs, use the [Pricing Calculator](https://azure.microsoft.com/pricing/calculator/). For more information on disk types, see [What disk types are available in Azure?](disks-types.md)
27+
28+
> [!NOTE]
29+
> There are some [pricing differences based on your encryption settings](../../articles/confidential-computing/confidential-vm-overview.md#encryption-pricing-differences) for nested confidential VMs.
30+
31+
### DCas_cc_v5-series products
32+
33+
The DCas_cc_v5-series sizes offer a combination of vCPU and memory for most production workloads. These new VMs with no local disk provide a better value proposition for workloads that do not require local temp disk.
34+
35+
[Premium Storage](premium-storage-performance.md): Supported <br>
36+
[Premium Storage caching](premium-storage-performance.md): Supported <br>
37+
[Live Migration](maintenance-and-updates.md): Supported <br>
38+
[Memory Preserving Updates](maintenance-and-updates.md): Supported <br>
39+
[VM Generation Support](generation-2.md): Generation 1 and 2 <br>
40+
[Accelerated Networking](../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>
41+
[Ephemeral OS Disks](ephemeral-os-disks.md): Not Supported <br>
42+
[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Supported <br>
43+
<br>
44+
45+
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max data disks | Max uncached disk throughput: IOPS/MBps | Max NICs |
46+
|---|---|---|---|---|---|---|
47+
| Standard_DC4as_cc_v5 | 4 | 16 | Remote Storage Only | 8 | 6400/144 | 2 |
48+
| Standard_DC8as_cc_v5 | 8 | 32 | Remote Storage Only | 16 | 12800/200 | 4 |
49+
| Standard_DC16as_cc_v5 | 16 | 64 | Remote Storage Only | 32 | 25600/384 | 4 |
50+
| Standard_DC32as_cc_v5 | 32 | 128 | Remote Storage Only | 32 | 51200/768 | 8 |
51+
| Standard_DC48as_cc_v5 | 48 | 192 | Remote Storage Only | 32 | 76800/1152 | 8 |
52+
| Standard_DC64as_cc_v5 | 64 | 256 | Remote Storage Only | 32 | 80000/1200 | 8 |
53+
| Standard_DC96as_cc_v5 | 96 | 384 | Remote Storage Only | 32 | 80000/1600 | 8 |
54+
55+
<sup>1</sup> Dasv5-series VMs can [burst](disk-bursting.md) their disk performance and get up to their bursting max for up to 30 minutes at a time.
56+
57+
58+
### DCads_cc_v5-series products
59+
60+
The DCads_cc_v5-series sizes offer a combination of vCPU, memory and temporary storage for most production workloads.
61+
62+
[Premium Storage](premium-storage-performance.md): Supported <br>
63+
[Premium Storage caching](premium-storage-performance.md): Supported <br>
64+
[Live Migration](maintenance-and-updates.md): Supported <br>
65+
[Memory Preserving Updates](maintenance-and-updates.md): Supported <br>
66+
[VM Generation Support](generation-2.md): Generation 2 <br>
67+
[Accelerated Networking](../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>
68+
[Ephemeral OS Disks](ephemeral-os-disks.md): Supported <br>
69+
[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Supported <br>
70+
<br>
71+
72+
73+
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max data disks | Max uncached disk throughput: IOPS/MBps | Max NICs |
74+
|---|---|---|---|---|---|---|
75+
| Standard_DC4ads_cc_v5 | 4 | 16 | 150 | 8 | 6400/144 | 2 |
76+
| Standard_DC8ads_cc_v5 | 8 | 32 | 300 | 16 | 12800/200 | 4 |
77+
| Standard_DC16ads_cc_v5 | 16 | 64 | 600 | 32 | 25600/384 | 4 |
78+
| Standard_DC32ads_cc_v5 | 32 | 128 | 1200 | 32 | 51200/768 | 8 |
79+
| Standard_DC48ads_cc_v5 | 48 | 192 | 1800 | 32 | 76800/1152 | 8 |
80+
| Standard_DC64ads_cc_v5 | 64 | 256 | 2400 | 32 | 80000/1200 | 8 |
81+
| Standard_DC96ads_cc_v5 | 96 | 384 | 3600 | 32 | 80000/1600 | 8 |
82+
83+
[!INCLUDE [virtual-machines-common-sizes-table-defs](../../includes/virtual-machines-common-sizes-table-defs.md)]
84+
85+
## Other sizes and information
86+
87+
- [General purpose](sizes-general.md)
88+
- [Memory optimized](sizes-memory.md)
89+
- [Storage optimized](sizes-storage.md)
90+
- [GPU optimized](sizes-gpu.md)
91+
- [High performance compute](sizes-hpc.md)
92+
- [Previous generations](sizes-previous-gen.md)
93+
94+
## Next steps
95+
96+
> [!div class="nextstepaction"]
97+
> [Confidential virtual machine options on AMD processors](../../articles/confidential-computing/confidential-vm-overview.md)
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
---
2+
title: Azure ECas_cc_v5 and ECads_cc_v5-series
3+
description: Specifications for Azure Confidential Computing's Azure ECas_cc_v5 and ECads_cc_v5-series confidential computing capable virtual machines.
4+
author: ananyagarg
5+
ms.author: ananyagarg
6+
ms.reviewer: mimckitt
7+
ms.service: virtual-machines
8+
ms.subservice: sizes
9+
ms.topic: conceptual
10+
ms.date: 03/29/2022
11+
12+
---
13+
14+
# ECas_cc_v5 and ECads_cc_v5-series (Preview)
15+
16+
**Applies to:** :heavy_check_mark: Linux VMs in Azure Kubernetes Service
17+
18+
> [!NOTE]
19+
> Preview Terms - These VM sizes are subject to the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20+
21+
> [!NOTE]
22+
> Confidential child capable VMs are currently enabled only through [Azure Kubernetes Service (AKS)](../../articles/aks/index.yml) when you choose these VMs as your agent node sizes. If you wish to enable it outside AKS, please contact [[email protected]](mailto:[email protected]).
23+
24+
Confidential child capable VMs allow you to borrow resources from the parent VM you deploy, to create AMD SEV-SNP protected child VMs. The parent VM has almost complete feature parity with any other general purpose Azure VM (for example, [E-series VMs](easv5-eadsv5-series.md)). This parent-child deployment model can help you achieve higher levels of isolation from the Azure host and parent VM. These confidential child capable VMs are built on the same hardware that powers our [Azure confidential VMs](../../articles/confidential-computing/confidential-vm-overview.md). Azure confidential VMs are now generally available.  
25+
26+
This series supports Standard SSD, Standard HDD, and Premium SSD disk types. Billing for disk storage and VMs is separate. To estimate your costs, use the [Pricing Calculator](https://azure.microsoft.com/pricing/calculator/). For more information on disk types, see [What disk types are available in Azure?](disks-types.md)
27+
28+
29+
> [!NOTE]
30+
> There are some [pricing differences based on your encryption settings](../../articles/confidential-computing/confidential-vm-overview.md#encryption-pricing-differences) for nested confidential VMs.
31+
32+
### ECas_cc_v5-series products
33+
34+
35+
The ECas_cc_v5-series sizes offer a combination of vCPU and memory for most production workloads. The ECas_cc_v5-series sizes offer a combination of vCPU and memory that is ideal for memory-intensive enterprise applications. These new VMs with no local disk provide a better value proposition for workloads that do not require local temp disk.
36+
37+
[Premium Storage](premium-storage-performance.md): Supported <br>
38+
[Premium Storage caching](premium-storage-performance.md): Supported <br>
39+
[Live Migration](maintenance-and-updates.md): Supported <br>
40+
[Memory Preserving Updates](maintenance-and-updates.md): Supported <br>
41+
[VM Generation Support](generation-2.md): Generation 2 <br>
42+
[Accelerated Networking](../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>
43+
[Ephemeral OS Disks](ephemeral-os-disks.md): Not Supported <br>
44+
[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Supported <br>
45+
<br>
46+
47+
48+
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max data disks | Max uncached disk throughput: IOPS/MBps | Max NICs |
49+
|---|---|---|---|---|---|---|
50+
| Standard_EC4as_cc_v5 | 4 | 32 | Remote Storage Only | 8 | 6400/144 | 2 |
51+
| Standard_EC8as_cc_v5 | 8 | 64 | Remote Storage Only | 16 | 12800/200 | 4 |
52+
| Standard_EC16as_cc_v5 | 16 | 128 | Remote Storage Only | 32 | 25600/384 | 4 |
53+
| Standard_EC20as_cc_v5 | 20 | 160 | Remote Storage Only | 32 | 32000/480 | 8 |
54+
| Standard_EC32as_cc_v5 | 32 | 256 | Remote Storage Only | 32 | 51200/768 | 8 |
55+
| Standard_EC48as_cc_v5 | 48 | 384 | Remote Storage Only | 32 | 76800/1152 | 8 |
56+
| Standard_EC64as_cc_v5 | 64 | 512 | Remote Storage Only | 32 | 80000/1200 | 8 |
57+
| Standard_EC96as_cc_v5 | 96 | 672 | Remote Storage Only | 32 | 80000/1600 | 8 |
58+
59+
60+
### ECads_cc_v5-series products
61+
62+
The ECads_cc_v5-series sizes offer a combination of vCPU, memory and temporary storage for most production workloads. The ECads_cc_v5-series sizes offer a combination of vCPU, memory and temporary storage that is ideal for memory-intensive enterprise applications.
63+
64+
[Premium Storage](premium-storage-performance.md): Supported <br>
65+
[Premium Storage caching](premium-storage-performance.md): Supported <br>
66+
[Live Migration](maintenance-and-updates.md): Supported <br>
67+
[Memory Preserving Updates](maintenance-and-updates.md): Supported <br>
68+
[VM Generation Support](generation-2.md): Generation 1 and 2 <br>
69+
[Accelerated Networking](../virtual-network/create-vm-accelerated-networking-cli.md): Supported <br>
70+
[Ephemeral OS Disks](ephemeral-os-disks.md): Supported <br>
71+
[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Supported <br>
72+
<br>
73+
74+
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max data disks | Max uncached disk throughput: IOPS/MBps | Max NICs |
75+
|---|---|---|---|---|---|---|
76+
| Standard_EC4ads_cc_v5 | 4 | 32 | 150 | 8 | 6400/144 | 2 |
77+
| Standard_EC8ads_cc_v5 | 8 | 64 | 300 | 16 | 12800/200 | 4 |
78+
| Standard_EC16ads_cc_v5 | 16 | 128 | 600 | 32 | 25600/384 | 4 |
79+
| Standard_EC20ads_cc_v5 | 20 | 160 | 750 | 32 | 32000/480 | 8 |
80+
| Standard_EC32ads_cc_v5 | 32 | 256 | 1200 | 32 | 51200/768 | 8 |
81+
| Standard_EC48ads_cc_v5 | 48 | 384 | 1800 | 32 | 76800/1152 | 8 |
82+
| Standard_EC64ads_cc_v5 | 64 | 512 | 2400 | 32 | 80000/1200 | 8 |
83+
| Standard_EC96ads_cc_v5 | 96 | 672 | 3600 | 32 | 80000/1600 | 8 |
84+
85+
[!INCLUDE [virtual-machines-common-sizes-table-defs](../../includes/virtual-machines-common-sizes-table-defs.md)]
86+
87+
## Other sizes and information
88+
89+
- [General purpose](sizes-general.md)
90+
- [Memory optimized](sizes-memory.md)
91+
- [Storage optimized](sizes-storage.md)
92+
- [GPU optimized](sizes-gpu.md)
93+
- [High performance compute](sizes-hpc.md)
94+
- [Previous generations](sizes-previous-gen.md)
95+
96+
97+
## Next steps
98+
99+
> [!div class="nextstepaction"]
100+
> [Confidential virtual machine options on AMD processors](../../articles/confidential-computing/confidential-vm-overview.md)

0 commit comments

Comments
 (0)