Skip to content

Commit 5335c2d

Browse files
authored
Merge pull request #259873 from asudbring/vnet-encryption-limited-ga
PR for VNET encryption for limited GA
2 parents 85a9d62 + ccbdf07 commit 5335c2d

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

articles/virtual-network/virtual-network-encryption-overview.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
---
2-
title: What is Azure Virtual Network encryption? (Preview)
3-
description: Overview of Azure Virtual Network encryption
2+
title: What is Azure Virtual Network encryption?
3+
titleSuffix: Azure Virtual Network
4+
description: Learn about Azure Virtual network encryption. Virtual network encryption allows you to seamlessly encrypt and decrypt traffic between Azure Virtual Machines.
45
ms.service: virtual-network
56
author: asudbring
67
ms.author: allensu
78
ms.topic: overview
8-
ms.date: 07/07/2023
9+
ms.date: 01/17/2024
910
ms.custom: template-overview, references_regions
11+
# customer intent: As a network administrator, I want to learn about encryption in Azure Virtual Network so that I can secure my network traffic.
1012

1113
---
1214

13-
# What is Azure Virtual Network encryption? (Preview)
15+
# What is Azure Virtual Network encryption?
1416

1517
Azure Virtual Network encryption is a feature of Azure Virtual Networks. Virtual network encryption allows you to seamlessly encrypt and decrypt traffic between Azure Virtual Machines.
1618

@@ -19,7 +21,7 @@ Whenever Azure customer traffic moves between datacenters, Microsoft applies a d
1921
For more information about encryption in Azure, see [Azure encryption overview](/azure/security/fundamentals/encryption-overview).
2022

2123
> [!IMPORTANT]
22-
> Azure Virtual Network encryption is currently in preview.
24+
> Azure Virtual Network encryption is currently GA in the following regions: **UK South**, **Swiss North**, and **West Central US**. Azure Virtual Network encryption is in public preview in the remaining regions listed later in the article.
2325
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2426
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2527
@@ -32,28 +34,39 @@ Virtual network encryption has the following requirements:
3234
| VM Series | VM SKU |
3335
| --- | --- |
3436
| D-series | **[Dv4 and Dsv4-series](/azure/virtual-machines/dv4-dsv4-series)**, **[Ddv4 and Ddsv4-series](/azure/virtual-machines/ddv4-ddsv4-series)**, **[Dav4 and Dasv4-series](/azure/virtual-machines/dav4-dasv4-series)** |
37+
| D-series V5 | **[Dv5 and Dsv5-series](/azure/virtual-machines/dv5-dsv5-series)**, **[Ddv5 and Ddsv5-series](/azure/virtual-machines/ddv5-ddsv5-series)** |
3538
| E-series | **[Ev4 and Esv4-series](/azure/virtual-machines/ev4-esv4-series)**, **[Edv4 and Edsv4-series](/azure/virtual-machines/edv4-edsv4-series)**, **[Eav4 and Easv4-series](/azure/virtual-machines/eav4-easv4-series)** |
36-
| M-series | **[Mv2-series](/azure/virtual-machines/mv2-series)** |
39+
| E-series V5 | **[Ev4 and Esv4-series](/azure/virtual-machines/ev5-esv5-series)**, **[Edv4 and Edsv4-series](/azure/virtual-machines/edv5-edsv5-series)** |
40+
| LSv3 | **[LSv3-series](/azure/virtual-machines/lsv3-series)** |
41+
| M-series | **[Mv2-series](/azure/virtual-machines/mv2-series)**, **[Msv3 and Mdsv3 Medium Memory Series](/azure/virtual-machines/msv3-mdsv3-medium-series)** |
42+
3743

3844
- Accelerated Networking must be enabled on the network interface of the virtual machine. For more information about Accelerated Networking, see  [What is Accelerated Networking?](/azure/virtual-network/accelerated-networking-overview).
3945

4046
- Encryption is only applied to traffic between virtual machines in a virtual network. Traffic is encrypted from a private IP address to a private IP address.
4147

4248
- Global Peering is supported in regions where virtual network encryption is supported.
4349

44-
- Traffic to unsupported Virtual Machines is unencrypted. Use Virtual Network Flow Logs to confirm flow encryption between virtual machines. For more information, see [VNet flow logs](../network-watcher/vnet-flow-logs-overview.md).
50+
- Traffic to unsupported Virtual Machines is unencrypted. Use Virtual Network Flow Logs to confirm flow encryption between virtual machines. For more information, see [Virtual network flow logs](../network-watcher/vnet-flow-logs-overview.md).
51+
52+
- The start/stop of existing virtual machines is required after enabling encryption in a virtual network.
4553

46-
- The start/stop of existing virtual machines may be required after enabling encryption in a virtual network.
4754
## Availability
4855

49-
Azure Virtual Network encryption is available in the following regions during the preview:
56+
General Availability (GA) of Azure Virtual Network encryption is available in the following regions:
5057

51-
- East US 2 EUAP
58+
- UK South
5259

53-
- Central US EUAP
60+
- Swiss North
5461

5562
- West Central US
5663

64+
Azure Virtual Network encryption is available in the following regions during the public preview:
65+
66+
- East US 2 EUAP
67+
68+
- Central US EUAP
69+
5770
- East US
5871

5972
- East US 2
@@ -62,7 +75,7 @@ Azure Virtual Network encryption is available in the following regions during th
6275

6376
- West US 2
6477

65-
To sign up to obtain access to the public preview, see [Virtual Network Encryption - Public Preview Sign Up](https://aka.ms/vnet-encryption-sign-up).
78+
To sign up to obtain, access to the public preview, see [Virtual Network Encryption - Public Preview Sign Up](https://aka.ms/vnet-encryption-sign-up).
6679

6780
## Limitations
6881

0 commit comments

Comments
 (0)