Skip to content

Commit

Permalink
Update repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yaohaizh committed Aug 15, 2019
1 parent 0ed0342 commit 98f20ea
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ languages:
- csharp
products:
- azure
services: virtual-network
platforms: dotnet
author: yaohaizh
extensions:
- services: virtual-network
- platforms: dotnet
---

# Manage virtual network to virtual network VPN connection #

Azure Network sample for managing virtual network gateway.
- Create 2 virtual networks with subnets and 2 virtual network gateways corresponding to each network
- Create VPN VNet-to-VNet connection
- Troubleshoot the connection
- Create network watcher in the same region as virtual network gateway
- Create storage account to store troubleshooting information
- Run troubleshooting for the connection - result will be 'UnHealthy' as need to create symmetrical connection from second gateway to the first
- Create virtual network connection from second gateway to the first and run troubleshooting. Result will be 'Healthy'.
- List VPN Gateway connections for the first gateway
- Create 2 virtual machines, each one in its network and verify connectivity between them
Azure Network sample for managing virtual network gateway.
- Create 2 virtual networks with subnets and 2 virtual network gateways corresponding to each network
- Create VPN VNet-to-VNet connection
- Troubleshoot the connection
- Create network watcher in the same region as virtual network gateway
- Create storage account to store troubleshooting information
- Run troubleshooting for the connection - result will be 'UnHealthy' as need to create symmetrical connection from second gateway to the first
- Create virtual network connection from second gateway to the first and run troubleshooting. Result will be 'Healthy'.
- List VPN Gateway connections for the first gateway
- Create 2 virtual machines, each one in its network and verify connectivity between them


## Running this Sample ##
Expand Down

0 comments on commit 98f20ea

Please sign in to comment.