Skip to content

Commit 7b99e17

Browse files
committed
SFI- freshness
1 parent e161ce6 commit 7b99e17

7 files changed

+8
-11
lines changed

articles/vpn-gateway/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about VPN Gateway topologies and designs you can use to conne
44
author: cherylmc
55
ms.service: azure-vpn-gateway
66
ms.topic: concept-article
7-
ms.date: 07/30/2024
7+
ms.date: 10/15/2024
88
ms.author: cherylmc
99

1010
---

articles/vpn-gateway/nat-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure NAT for Azure VPN Gateway.
55
author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.topic: how-to
8-
ms.date: 05/02/2023
8+
ms.date: 10/15/2024
99
ms.author: cherylmc
1010

1111
---

articles/vpn-gateway/point-to-site-vpn-client-certificate-ike-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.custom: linux-related-content
88
ms.topic: how-to
9-
ms.date: 05/22/2024
9+
ms.date: 10/15/2024
1010
ms.author: cherylmc
1111
---
1212

articles/vpn-gateway/vpn-gateway-activeactive-rm-powershell.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure active-active connections with VPN gateways
55
author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.topic: how-to
8-
ms.date: 07/19/2023
8+
ms.date: 10/15/2024
99
ms.author: cherylmc
1010

1111
ms.custom: devx-track-azurepowershell
@@ -76,7 +76,6 @@ $FESubPrefix1 = "10.11.0.0/24"
7676
$BESubPrefix1 = "10.12.0.0/24"
7777
$GWSubPrefix1 = "10.12.255.0/27"
7878
$VNet1ASN = 65010
79-
$DNS1 = "8.8.8.8"
8079
$GWName1 = "VNet1GW"
8180
$GW1IPName1 = "VNet1GWIP1"
8281
$GW1IPName2 = "VNet1GWIP2"
@@ -317,7 +316,6 @@ $FESubPrefix2 = "10.21.0.0/24"
317316
$BESubPrefix2 = "10.22.0.0/24"
318317
$GWSubPrefix2 = "10.22.255.0/27"
319318
$VNet2ASN = 65020
320-
$DNS2 = "8.8.8.8"
321319
$GWName2 = "VNet2GW"
322320
$GW2IPName1 = "VNet2GWIP1"
323321
$GW2IPconf1 = "gw2ipconf1"

articles/vpn-gateway/vpn-gateway-connect-multiple-policybased-rm-ps.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.custom: devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 11/20/2023
9+
ms.date: 10/15/2024
1010
ms.author: cherylmc
1111
---
1212
# Connect a VPN gateway to multiple on-premises policy-based VPN devices
@@ -32,7 +32,7 @@ The following diagrams highlight the two models:
3232

3333
### Azure support for policy-based VPN
3434

35-
Currently, Azure supports both modes of VPN gateways: route-based VPN gateways and policy-based VPN gateways. They're built on different internal platforms, which result in different specifications. For more information about gateways, throughput,and connections, see [About VPN Gateway settings](vpn-gateway-about-vpn-gateway-settings.md).
35+
Currently, Azure supports both modes of VPN gateways: route-based VPN gateways and policy-based VPN gateways. They're built on different internal platforms, which result in different specifications. For more information about gateways, throughput, and connections, see [About VPN Gateway settings](vpn-gateway-about-vpn-gateway-settings.md).
3636

3737
[!INCLUDE [vpn table type](../../includes/vpn-gateway-vpn-type-table.md)]
3838

@@ -87,7 +87,6 @@ This section shows you how to enable policy-based traffic selectors on a connect
8787
$FESubPrefix1 = "10.11.0.0/24"
8888
$BESubPrefix1 = "10.12.0.0/24"
8989
$GWSubPrefix1 = "10.12.255.0/27"
90-
$DNS1 = "8.8.8.8"
9190
$GWName1 = "VNet1GW"
9291
$GW1IPName1 = "VNet1GWIP1"
9392
$GW1IPconf1 = "gw1ipconf1"

articles/vpn-gateway/vpn-gateway-howto-aws-bgp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.author: cherylmc
77
ms.service: azure-vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 08/10/2023
9+
ms.date: 10/15/2024
1010

1111
---
1212

articles/vpn-gateway/vpn-gateway-p2s-advertise-custom-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.custom: devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 07/28/2023
9+
ms.date: 10/15/2024
1010
ms.author: cherylmc
1111
---
1212

0 commit comments

Comments
 (0)