Skip to content

Commit ec6fcbd

Browse files
committed
format tables
1 parent 2374817 commit ec6fcbd

6 files changed

+26
-23
lines changed

articles/vpn-gateway/design.md

Lines changed: 5 additions & 6 deletions
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: 12/03/2024
7+
ms.date: 01/15/2025
88
ms.author: cherylmc
99

1010
---
@@ -28,7 +28,7 @@ If you want to create a design for highly available gateway connectivity, you ca
2828
* For information about highly available connections, see [Designing highly available connections](vpn-gateway-highlyavailable.md).
2929
* For information about active-active mode, see [About active-active mode gateways](about-active-active-gateways.md).
3030

31-
### Deployment models and methods for S2S
31+
### Deployment methods for S2S
3232

3333
[!INCLUDE [site-to-site table](../../includes/vpn-gateway-table-site-to-site-include.md)]
3434

@@ -40,7 +40,7 @@ Unlike site-to-site connections, point-to-site connections don't require an on-p
4040

4141
:::image type="content" source="./media/vpn-gateway-howto-point-to-site-rm-ps/point-to-site-diagram.png" alt-text="Diagram of point-to-site connections." lightbox="./media/vpn-gateway-howto-point-to-site-rm-ps/point-to-site-diagram.png":::
4242

43-
### Deployment models and methods for P2S
43+
### Deployment methods for P2S
4444

4545
[!INCLUDE [point to site table](../../includes/vpn-gateway-table-point-to-site-include.md)]
4646

@@ -56,11 +56,10 @@ The virtual networks you connect can be:
5656

5757
* in the same or different regions
5858
* in the same or different subscriptions
59-
* in the same or different deployment models
6059

6160
:::image type="content" source="./media/vpn-gateway-howto-vnet-vnet-resource-manager-portal/vnet-vnet-diagram.png" alt-text="Diagram of VNet-to-VNet connections." lightbox="./media/vpn-gateway-howto-vnet-vnet-resource-manager-portal/vnet-vnet-diagram.png":::
6261

63-
### Deployment models and methods for VNet-to-VNet
62+
### Deployment methods for VNet-to-VNet
6463

6564
[!INCLUDE [VNet-to-VNet table](../../includes/vpn-gateway-table-vnet-to-vnet-include.md)]
6665

@@ -74,7 +73,7 @@ You can configure a site-to-site VPN as a secure failover path for ExpressRoute,
7473

7574
:::image type="content" source="./media/design/expressroute-vpngateway-coexisting-connections-diagram.png" alt-text="Diagram of ExpressRoute and VPN Gateway coexisting connections." lightbox="./media/design/expressroute-vpngateway-coexisting-connections-diagram.png":::
7675

77-
### Deployment models and methods for S2S and ExpressRoute coexisting connections
76+
### Deployment methods for S2S and ExpressRoute coexisting connections
7877

7978
[!INCLUDE [ExpressRoute coexist table](../../includes/vpn-gateway-table-coexist-include.md)]
8079

includes/vpn-gateway-table-coexist-include.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
author: cherylmc
44
ms.service: azure-vpn-gateway
55
ms.topic: include
6-
ms.date: 02/28/2024
6+
ms.date: 01/15/2025
77
ms.author: cherylmc
88
---
9-
| Deployment model| Azure portal| PowerShell |
10-
| --- | --- | --- |
11-
| Resource Manager |[Tutorial](../articles/expressroute/how-to-configure-coexisting-gateway-portal.md)| [Tutorial](../articles/expressroute/expressroute-howto-coexist-resource-manager.md)|
9+
10+
| Connection | Article |
11+
|---|---|
12+
|Coexisting connections | [Portal](../articles/expressroute/how-to-configure-coexisting-gateway-portal.md)<br>[PowerShell](../articles/expressroute/expressroute-howto-coexist-resource-manager.md)|

includes/vpn-gateway-table-point-to-site-include.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
author: cherylmc
44
ms.service: azure-vpn-gateway
55
ms.topic: include
6-
ms.date: 05/15/2024
6+
ms.date: 01/15/2025
77
ms.author: cherylmc
88
---
99

1010
| **Authentication method** | **Article** |
1111
|---|---|
12-
|Certificate | [Tutorial](../articles/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md)<br> [How-to](../articles/vpn-gateway/vpn-gateway-howto-point-to-site-rm-ps.md)|
13-
|Microsoft Entra ID| [How-to](../articles/vpn-gateway/point-to-site-entra-gateway.md)|
14-
|RADIUS|[How-to](../articles/vpn-gateway/point-to-site-how-to-radius-ps.md)|
12+
|Certificate | [Portal](../articles/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md)<br>[PowerShell](../articles/vpn-gateway/vpn-gateway-howto-point-to-site-rm-ps.md)|
13+
|Microsoft Entra ID| [Microsoft-registered client app ID](../articles/vpn-gateway/point-to-site-entra-gateway.md)<br>[Manually-registered client app ID](../articles/vpn-gateway/openvpn-azure-ad-tenant.md)|
14+
|RADIUS|[Portal](../articles/vpn-gateway/point-to-site-radius-gateway.md)<br>[PowerShell](../articles/vpn-gateway/point-to-site-how-to-radius-ps.md)|

includes/vpn-gateway-table-site-to-site-include.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
author: cherylmc
44
ms.service: azure-vpn-gateway
55
ms.topic: include
6-
ms.date: 07/30/2024
6+
ms.date: 01/15/2025
77
ms.author: cherylmc
88
---
9-
|Deployment model| Azure portal | PowerShell| Azure CLI |
10-
| --- | --- | --- |---|
11-
| Resource Manager |[Tutorial](../articles/vpn-gateway/tutorial-site-to-site-portal.md) |[Tutorial](../articles/vpn-gateway/vpn-gateway-create-site-to-site-rm-powershell.md) | [Tutorial](../articles/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-cli.md) |
9+
10+
|Authentication method| Article |
11+
| --- | --- |
12+
| Pre-shared key |[Portal](../articles/vpn-gateway/tutorial-site-to-site-portal.md) <br>[PowerShell](../articles/vpn-gateway/vpn-gateway-create-site-to-site-rm-powershell.md)<br>[CLI](../articles/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-cli.md) |
13+
| Certificate | [Portal](../articles/vpn-gateway/site-to-site-certificate-authentication-gateway-portal.md) |

includes/vpn-gateway-table-vnet-to-vnet-include.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
author: cherylmc
44
ms.service: azure-vpn-gateway
55
ms.topic: include
6-
ms.date: 07/30/2024
6+
ms.date: 01/15/2025
77
ms.author: cherylmc
88
---
9-
| Deployment model| Azure portal | PowerShell| Azure CLI |
10-
| --- | --- | --- | --- |
11-
| Resource Manager |[Tutorial+](../articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal.md) |[Tutorial](../articles/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md) |[Tutorial](../articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-cli.md)|
9+
10+
|Connection | Article|
11+
| --- | --- |
12+
|VNet-to-VNet|[Portal +](../articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal.md)<br>[PowerShell](../articles/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md)<br>[CLI](../articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-cli.md)|
1213

1314
(+) Denotes this deployment method is available only for VNets in the same subscription.

includes/vpn-gateway-vpn-client-install-articles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-vpn-gateway
66
ms.topic: include
77
---
88

9-
| Authentication | Tunnel type |Client OS|VPN client |
9+
| Authentication method | Tunnel type |Client OS|VPN client |
1010
| --- | --- | --- |---|
1111
| Certificate | | | |
1212
| | IKEv2, SSTP |Windows | [Native VPN client](../articles/vpn-gateway/point-to-site-vpn-client-certificate-windows-native.md)|

0 commit comments

Comments
 (0)