You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/how-to-create-encryption.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Create a virtual network with encryption - Azure portal
2
+
title: Create a virtual network with encryption
3
3
titleSuffix: Azure Virtual Network
4
-
description: Learn how to create an encrypted virtual network by using the Azure portal. A virtual network lets Azure resources communicate with each other and the internet.
4
+
description: Learn how to create an encrypted virtual network. A virtual network lets Azure resources communicate with each other and the internet.
5
5
author: asudbring
6
6
ms.service: azure-virtual-network
7
7
ms.topic: how-to
@@ -10,7 +10,7 @@ ms.author: allensu
10
10
11
11
---
12
12
13
-
# Create a virtual network with encryption by using the Azure portal
13
+
# Create a virtual network with encryption
14
14
15
15
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.
16
16
@@ -23,8 +23,11 @@ An Azure account with an active subscription. [Create one for free](https://azur
23
23
### [PowerShell](#tab/powershell)
24
24
25
25
- Have an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26
+
26
27
- Install Azure PowerShell locally or use Azure Cloud Shell.
28
+
27
29
- Sign in to Azure PowerShell and select the subscription with which you want to use this feature. For more information, see [Sign in with Azure PowerShell](/powershell/azure/authenticate-azureps).
30
+
28
31
- Ensure that your `Az.Network` module is 4.3.0 or later. To verify the installed module, use the command `Get-InstalledModule -Name Az.Network`. If the module requires an update, use the command `Update-Module -Name Az.Network`, if necessary.
29
32
30
33
If you choose to install and use PowerShell locally, this article requires the Azure PowerShell module version 5.4.1 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you're running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-restrict-network-access-to-resources.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: 'Tutorial: Restrict access to PaaS resources with service endpoints - Azure portal'
3
-
description: In this tutorial, you learn how to limit and restrict network access to Azure resources, such as an Azure Storage, with virtual network service endpoints using the Azure portal.
2
+
title: 'Tutorial: Restrict access to PaaS resources with service endpoints'
3
+
description: In this tutorial, you learn how to limit and restrict network access to Azure resources, such as an Azure Storage, with virtual network service endpoints.
4
4
author: asudbring
5
5
ms.author: allensu
6
6
ms.service: azure-virtual-network
@@ -17,7 +17,7 @@ ai-usage: ai-assisted
17
17
# Customer intent: I want only resources in a virtual network subnet to access an Azure PaaS resource, such as an Azure Storage account.
18
18
---
19
19
20
-
# Tutorial: Restrict network access to PaaS resources with virtual network service endpoints using the Azure portal
20
+
# Tutorial: Restrict network access to PaaS resources with virtual network service endpoints
21
21
22
22
Virtual network service endpoints enable you to limit network access to some Azure service resources to a virtual network subnet. You can also remove internet access to the resources. Service endpoints provide direct connection from your virtual network to supported Azure services, allowing you to use your virtual network's private address space to access the Azure services. Traffic destined to Azure resources through service endpoints always stays on the Microsoft Azure backbone network.
0 commit comments