Skip to content

Commit 67f32c9

Browse files
Merge pull request #249060 from mbender-ms/ip-services-05
ip services - Author Updates and Acrolinx pt5
2 parents 33aae31 + 4fb6f63 commit 67f32c9

20 files changed

+60
-60
lines changed

articles/virtual-network/ip-services/routing-preference-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Configure routing preference for a public IP address using Azure CLI
33
titlesuffix: Azure Virtual Network
44
description: Learn how to create a public IP with an Internet traffic routing preference by using the Azure CLI.
55
services: virtual-network
6-
author: asudbring
6+
ms.date: 08/24/2023
7+
ms.author: mbender
8+
author: mbender-ms
79
ms.service: virtual-network
810
ms.topic: how-to
911
ms.workload: infrastructure-services
1012
ms.custom: devx-track-azurecli
11-
ms.date: 02/22/2021
12-
ms.author: allensu
1313
---
1414

1515
# Configure routing preference for a public IP address using Azure CLI

articles/virtual-network/ip-services/routing-preference-mixed-network-adapter-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: 'Tutorial: Configure both routing preference options for a virtual machine - Azure portal'
33
titlesuffix: Azure Virtual Network
44
description: Use this tutorial to learn how to configure both routing preference options for a virtual machine using the Azure portal.
5-
author: asudbring
6-
ms.author: allensu
5+
ms.date: 08/24/2023
6+
ms.author: mbender
7+
author: mbender-ms
78
ms.service: virtual-network
89
ms.subservice: ip-services
910
ms.topic: tutorial
10-
ms.date: 10/01/2021
1111
ms.custom: template-tutorial
1212
---
1313

articles/virtual-network/ip-services/routing-preference-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Routing preference in Azure
33
titleSuffix: Azure Virtual Network
44
description: Learn about how you can choose how your traffic routes between Azure and the Internet with routing preference.
5-
author: asudbring
5+
ms.date: 08/24/2023
6+
ms.author: mbender
7+
author: mbender-ms
68
ms.service: virtual-network
79
ms.subservice: ip-services
810
# Customer intent: As an Azure customer, I want to learn more about routing choices for my internet egress traffic.
911
ms.topic: conceptual
10-
ms.date: 05/08/2023
11-
ms.author: allensu
1212
ms.custom: references_regions
1313
---
1414

articles/virtual-network/ip-services/routing-preference-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Configure routing preference for a public IP address - Azure portal
33
description: Learn how to create a public IP with an Internet traffic routing preference
44
services: virtual-network
5-
author: asudbring
5+
ms.date: 08/24/2023
6+
ms.author: mbender
7+
author: mbender-ms
68
ms.service: virtual-network
79
ms.topic: how-to
810
ms.workload: infrastructure-services
9-
ms.date: 02/22/2021
10-
ms.author: allensu
1111
---
1212

1313
# Configure routing preference for a public IP address using the Azure portal

articles/virtual-network/ip-services/routing-preference-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Configure routing preference for a public IP address - Azure PowerShell
33
titlesuffix: Azure Virtual Network
44
description: Learn how to Configure routing preference for a public IP address using Azure PowerShell.
55
services: virtual-network
6-
author: asudbring
6+
ms.date: 08/24/2023
7+
ms.author: mbender
8+
author: mbender-ms
79
ms.service: virtual-network
810
ms.topic: how-to
911
ms.workload: infrastructure-services
10-
ms.date: 02/22/2021
11-
ms.author: allensu
1212
ms.custom: devx-track-azurepowershell
1313
---
1414

articles/virtual-network/ip-services/routing-preference-unmetered.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: What is routing preference unmetered?
33
titleSuffix: Azure Virtual Network
44
description: Learn about how you can configure routing preference for your resources egressing data to CDN provider.
5-
author: asudbring
5+
ms.date: 08/24/2023
6+
ms.author: mbender
7+
author: mbender-ms
68
ms.service: virtual-network
79
ms.subservice: ip-services
810
# Customer intent: As an Azure customer, I want to learn more about enabling routing preference for my CDN origin resources.
911
ms.topic: conceptual
10-
ms.date: 05/08/2023
11-
ms.author: allensu
1212
---
1313

1414
# What is routing preference unmetered?

articles/virtual-network/ip-services/tutorial-routing-preference-virtual-machine-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: 'Tutorial: Configure routing preference for a VM - Azure portal'
33
description: In this tutorial, learn how to create a VM with a public IP address with routing preference choice using the Azure portal.
4-
author: asudbring
5-
ms.author: allensu
4+
ms.date: 08/24/2023
5+
ms.author: mbender
6+
author: mbender-ms
67
ms.service: virtual-network
78
ms.subservice: ip-services
89
ms.topic: tutorial
9-
ms.date: 10/01/2021
1010
ms.custom: template-tutorial
1111
---
1212

articles/virtual-network/ip-services/virtual-network-deploy-static-pip-arm-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Create a VM with a static public IP address - Azure CLI
33
titlesuffix: Azure Virtual Network
44
description: Create a virtual machine (VM) with a static public IP address using the Azure CLI. Static public IP addresses are addresses that never change.
5-
author: asudbring
6-
ms.author: allensu
5+
ms.date: 08/24/2023
6+
ms.author: mbender
7+
author: mbender-ms
78
ms.service: virtual-network
89
ms.subservice: ip-services
910
ms.topic: how-to
10-
ms.date: 10/01/2021
1111
ms.custom: template-how-to, devx-track-azurecli
1212
ms.devlang: azurecli
1313
---

articles/virtual-network/ip-services/virtual-network-deploy-static-pip-arm-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Create a VM with a static public IP address - Azure portal
33
description: Learn how to create a VM with a static public IP address using the Azure portal.
44
services: virtual-network
5-
author: asudbring
5+
ms.date: 08/24/2023
6+
ms.author: mbender
7+
author: mbender-ms
68
ms.service: virtual-network
79
ms.subservice: ip-services
810
ms.topic: how-to
911
ms.workload: infrastructure-services
10-
ms.date: 12/16/2022
11-
ms.author: allensu
1212
ms.custom: template-how-to, engagement-fy23
1313
---
1414
# Create a virtual machine with a static public IP address using the Azure portal

articles/virtual-network/ip-services/virtual-network-deploy-static-pip-arm-ps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Create a VM with a static public IP address - Azure PowerShell
33
titlesuffix: Azure Virtual Network
44
description: Create a virtual machine (VM) with a static public IP address using Azure PowerShell. Static public IP addresses are addresses that never change.
5-
author: asudbring
6-
ms.author: allensu
5+
ms.date: 08/24/2023
6+
ms.author: mbender
7+
author: mbender-ms
78
ms.service: virtual-network
89
ms.subservice: ip-services
910
ms.topic: how-to
10-
ms.date: 10/01/2021
1111
ms.custom: template-how-to, devx-track-azurepowershell
1212
---
1313

0 commit comments

Comments
 (0)