Skip to content

Commit a152c93

Browse files
Merge pull request #289159 from asudbring/us303970-content-curation
Fix titles before combining route table article
2 parents f5b8242 + 5fb21c8 commit a152c93

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

articles/virtual-network/how-to-create-encryption.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create a virtual network with encryption - Azure portal
2+
title: Create a virtual network with encryption
33
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.
55
author: asudbring
66
ms.service: azure-virtual-network
77
ms.topic: how-to
@@ -10,7 +10,7 @@ ms.author: allensu
1010

1111
---
1212

13-
# Create a virtual network with encryption by using the Azure portal
13+
# Create a virtual network with encryption
1414

1515
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.
1616

@@ -23,8 +23,11 @@ An Azure account with an active subscription. [Create one for free](https://azur
2323
### [PowerShell](#tab/powershell)
2424

2525
- Have an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26+
2627
- Install Azure PowerShell locally or use Azure Cloud Shell.
28+
2729
- 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+
2831
- 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.
2932

3033
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.

articles/virtual-network/tutorial-create-route-table-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titlesuffix: Azure Virtual Network
44
description: In this tutorial, learn how to route network traffic with a route table using the Azure portal.
55
author: asudbring
66
ms.service: azure-virtual-network
7-
ms.date: 07/29/2024
7+
ms.date: 09/12/2024
88
ms.author: allensu
99
ms.topic: tutorial
1010
ms.custom: template-tutorial

articles/virtual-network/tutorial-filter-network-traffic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Tutorial: Filter network traffic with a network security group (NSG) - Azure portal"
2+
title: "Tutorial: Filter network traffic with a network security group (NSG)"
33
titlesuffix: Azure Virtual Network
4-
description: In this tutorial, you learn how to filter network traffic to a subnet, with a network security group (NSG), using the Azure portal.
4+
description: In this tutorial, you learn how to filter network traffic to a subnet with a network security group (NSG).
55
author: asudbring
66
ms.service: azure-virtual-network
77
ms.topic: tutorial
@@ -17,7 +17,7 @@ ai-usage: ai-assisted
1717
# Customer intent: I want to filter network traffic to virtual machines that perform similar functions, such as web servers.
1818
---
1919

20-
# Tutorial: Filter network traffic with a network security group using the Azure portal
20+
# Tutorial: Filter network traffic with a network security group
2121

2222
You can use a network security group to filter inbound and outbound network traffic to and from Azure resources in an Azure virtual network.
2323

articles/virtual-network/tutorial-restrict-network-access-to-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: asudbring
55
ms.author: allensu
66
ms.service: azure-virtual-network
@@ -17,7 +17,7 @@ ai-usage: ai-assisted
1717
# Customer intent: I want only resources in a virtual network subnet to access an Azure PaaS resource, such as an Azure Storage account.
1818
---
1919

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
2121

2222
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.
2323

0 commit comments

Comments
 (0)