Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Azure Virtual Network encryption is a feature of Azure Virtual Network. With Virtual Network encryption, you can seamlessly encrypt and decrypt internal network traffic over the wire, with minimal effect to performance and scale. Virtual Network encryption protects data that traverses your virtual network from virtual machine to virtual machine.
An Azure account with an active subscription. Create one for free.
The following procedure creates a virtual network with a resource subnet.
In the portal, search for and select Virtual networks.
On the Virtual networks page, select + Create.
On the Basics tab of Create virtual network, enter or select the following information:
Setting Value Project details Subscription Select your subscription. Resource group Select Create new.
Enter test-rg in Name.
Select OK.Instance details Name Enter vnet-1. Region Select East US 2. Select Next to proceed to the Security tab.
Select Next to proceed to the IP addresses tab.
In the address space box under Subnets, select the default subnet.
On the Edit subnet pane, enter or select the following information:
Setting Value Subnet details Subnet template Leave the default as Default. Name Enter subnet-1. Starting address Leave the default of 10.0.0.0. Subnet size Leave the default of /24(256 addresses). Select Save.
Select Review + create at the bottom of the screen. After validation passes, select Create.
Important
To encrypt traffic, Virtual Network encryption requires supported virtual machine versions in the virtual network. The setting dropUnencrypted
drops traffic between unsupported virtual machine versions if they're deployed in the virtual network. For more information, see Azure Virtual Network encryption requirements.
Use the following steps to enable encryption for a virtual network.
In the search box at the top of the portal, begin to enter Virtual networks. When Virtual networks appears in the search results, select it.
Select vnet-1 to open the vnet-1 pane.
On the service menu, select Overview, and then select the Properties tab.
Under Encryption, select Disabled.
Select the box next to Virtual network encryption.
Select Save.
In the search box at the top of the portal, begin to enter Virtual networks. When Virtual networks appears in the search results, select it.
Select vnet-1 to open the vnet-1 pane.
On the service menu, select Overview, and then select the Properties tab.
Verify that Encryption is set to Enabled.
When you finish using the resources that you created, you can delete the resource group and all its resources.
In the Azure portal, search for and select Resource groups.
On the Resource groups page, select the test-rg resource group.
On the test-rg page, select Delete resource group.
Enter test-rg in Enter resource group name to confirm deletion, and then select Delete.
- For more information about Virtual Network, see What is Azure Virtual Network?.
- For more information about Virtual Network encryption, see What is Azure Virtual Network encryption?.