Skip to content

Commit 56983e8

Browse files
committed
Merge branch 'main' of github.com:eh8/azure-docs-pr
2 parents 784abb4 + 910a6d5 commit 56983e8

51 files changed

Lines changed: 186 additions & 414 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/confidential-computing/confidential-vm-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ The following limitations exist for confidential VMs. For frequently asked quest
8989

9090
Confidential VMs support the following VM sizes:
9191

92-
- General Purpose without local disk: DCasv5-series, DCesv5-series
93-
- General Purpose with local disk: DCadsv5-series, DCedsv5-series
94-
- Memory Optimized without local disk: ECasv5-series, ECesv5-series
95-
- Memory Optimized with local disk: ECadsv5-series, ECedsv5-series
92+
- General Purpose without local disk: DCasv5-series, DCasv6-series DCesv6-series
93+
- General Purpose with local disk: DCadsv5-series, DCadsv6-series DCedsv6-series
94+
- Memory Optimized without local disk: ECasv5-series, ECasv6-series ECesv6-series
95+
- Memory Optimized with local disk: ECadsv5-series, ECadsv6-series ECedsv6-series
9696
- NVIDIA H100 Tensor Core GPU powered NCCadsH100v5-series
9797

9898
### OS support

articles/confidential-computing/quick-create-confidential-vm-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Choose `VMGuestStateOnly` for no OS disk confidential encryption. Or, choose `Di
5151
az vm create \
5252
--resource-group myResourceGroup \
5353
--name myVM \
54-
--size Standard_DC4es_v5 \
54+
--size Standard_DC4es_v6 \
5555
--admin-username <azure-username> \
5656
--admin-password <azure-password> \
5757
--enable-vtpm true \

articles/confidential-computing/virtual-machine-options.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 11/15/2023
1515

1616
Azure offers a choice of Trusted Execution Environment (TEE) options from both AMD and Intel. These TEEs allow you to create Confidential VM environments with excellent price-to-performance ratios, all without requiring any code changes.
1717

18-
For AMD-based Confidential VMs, the technology used is [AMD SEV-SNP](https://www.amd.com/system/files/TechDocs/SEV-SNP-strengthening-vm-isolation-with-integrity-protection-and-more.pdf), which was introduced with 3rd Gen AMD EPYC™ processors. On the other hand, Intel-based Confidential VMs utilize [Intel TDX](https://cdrdv2-public.intel.com/690419/TDX-Whitepaper-February2022.pdf), a technology introduced with 4th Gen Intel® Xeon® processors. Both technologies have different implementations, however both provide similar protections from the cloud infrastructure stack.
18+
For AMD-based Confidential VMs, the technology used is [AMD SEV-SNP](https://www.amd.com/system/files/TechDocs/SEV-SNP-strengthening-vm-isolation-with-integrity-protection-and-more.pdf), which was introduced with 3rd Gen AMD EPYC™ processors. On the other hand, Intel-based Confidential VMs utilize [Intel TDX](https://cdrdv2-public.intel.com/690419/TDX-Whitepaper-February2022.pdf), a technology introduced with 5th Gen Intel® Xeon® processors. Both technologies have different implementations, however both provide similar protections from the cloud infrastructure stack.
1919

2020
## Sizes
2121

@@ -31,10 +31,10 @@ We offer the following VM sizes:
3131
| **DCadsv6-series** | AMD SEV-SNP | General purpose CVM with local temporary disk. |
3232
| **ECasv6-series** | AMD SEV-SNP | Memory-optimized CVM with remote storage. No local temporary disk. |
3333
| **ECadsv6-series** | AMD SEV-SNP | Memory-optimized CVM with local temporary disk. |
34-
| **DCesv5-series** | Intel TDX | General purpose CVM with remote storage. No local temporary disk. |
35-
| **DCedsv5-series** | Intel TDX | General purpose CVM with local temporary disk. |
36-
| **ECesv5-series** | Intel TDX | Memory-optimized CVM with remote storage. No local temporary disk. |
37-
| **ECedsv5-series** | Intel TDX | Memory-optimized CVM with local temporary disk. |
34+
| **DCesv6-series** | Intel TDX | General purpose CVM with remote storage. No local temporary disk. |
35+
| **DCedsv6-series** | Intel TDX | General purpose CVM with local temporary disk. |
36+
| **ECesv6-series** | Intel TDX | Memory-optimized CVM with remote storage. No local temporary disk. |
37+
| **ECedsv6-series** | Intel TDX | Memory-optimized CVM with local temporary disk. |
3838
| **NCCadsH100v5-series** | AMD SEV-SNP and NVIDIA H100 Tensor Core GPUs | CVM with Confidential GPU. |
3939

4040
> [!NOTE]
@@ -88,7 +88,7 @@ For availability information, see which [VM products are available by Azure regi
8888

8989
### Resizing
9090

91-
Confidential VMs run on specialized hardware, so you can only [resize confidential VM instances](confidential-vm-faq.yml#can-i-convert-a-dcasv5-ecasv5-cvm-into-a-dcesv5-ecesv5-cvm-or-a-dcesv5-ecesv5-cvm-into-a-dcasv5-ecasv5-cvm-) to other confidential sizes in the same region. For example, if you have a DCasv5-series VM, you can resize to another DCasv5-series instance or a DCesv5-series instance.
91+
Confidential VMs run on specialized hardware, so you can only [resize confidential VM instances](confidential-vm-faq.yml#can-i-convert-a-dcasv5-ecasv5-cvm-into-a-dcesv5-ecesv5-cvm-or-a-dcesv5-ecesv5-cvm-into-a-dcasv5-ecasv5-cvm-) to other confidential sizes in the same region. For example, if you have a DCasv5-series VM, you can resize to another DCasv5-series instance or a DCesv6-series instance.
9292

9393
It's not possible to resize a non-confidential VM to a confidential VM.
9494

@@ -108,7 +108,7 @@ Make sure to specify the following properties for your VM in the parameters sect
108108

109109
- VM size (`vmSize`). Choose from the different [confidential VM families and sizes](#sizes).
110110
- OS image name (`osImageName`). Choose from the qualified OS images.
111-
- Disk encryption type (`securityType`). Choose from VMGS-only encryption (`VMGuestStateOnly`) or full OS disk pre-encryption (`DiskWithVMGuestState`), which might result in longer provisioning times. For Intel TDX instances only we also support another security type (`NonPersistedTPM`) which has no VMGS or OS disk encryption.
111+
- Disk encryption type (`securityType`). Choose from VMGS-only encryption (`VMGuestStateOnly`) or full OS disk pre-encryption (`DiskWithVMGuestState`), which might result in longer provisioning times.
112112

113113
## Next steps
114114

articles/event-grid/publish-iot-hub-events-to-logic-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Tutorial - Use IoT Hub events to trigger Azure Logic Apps
33
description: This tutorial shows how to use the event routing service of Azure Event Grid, create automated processes to perform Azure Logic Apps actions based on IoT Hub events.
4-
author: SoniaLopezBravo
4+
author: cwatson-cat
55
ms.service: azure-iot-hub
66
ms.topic: tutorial
77
ms.date: 08/08/2025
8-
ms.author: sonialopez
8+
ms.author: cwatson
99
ms.custom: devx-track-azurecli
1010
---
1111

articles/event-hubs/event-hubs-about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What is Azure Event Hubs - Real-time data streaming platform
33
description: Azure Event Hubs is a fully managed, real-time data streaming platform with native Apache Kafka support. Learn about capabilities, use cases, and how to get started.
44
ms.topic: overview
5-
ms.date: 12/16/2025
5+
ms.date: 01/27/2026
66
---
77

88
# What is Azure Event Hubs?

0 commit comments

Comments
 (0)