Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Oct 16, 2019
1 parent d3b2796 commit fd676fe
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ extensions:
description: "Azure Network sample for enabling and updating network peering between two virtual networks."
---

# Use network watcher to check connectivity between virtual machines in peered networks #
# Use network watcher to check connectivity between virtual machines in peered networks

Azure Network sample for enabling and updating network peering between two virtual networks
Summary ...

## Summary

- This sample uses Azure Network Watcher's connectivity check to verify connectivity between
two peered virtual networks.
Details ...

## Details

1. Define two virtual networks network "A" and network "B" with one subnet each
2. Create two virtual machines, each within a separate network
- The virtual machines currently must use a special extension to support Network Watcher
Expand All @@ -30,26 +34,23 @@ description: "Azure Network sample for enabling and updating network peering bet
- virtual machine A accessible to virtual machine B, but not the other way


## Running this Sample ##
## Running this sample

To run this sample:

Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-net/blob/master/AUTH.md).

git clone https://github.com/Azure-Samples/network-dotnet-use-network-watcher-to-check-connectivity.git

cd network-dotnet-use-network-watcher-to-check-connectivity
```bash
git clone https://github.com/Azure-Samples/network-dotnet-use-network-watcher-to-check-connectivity.git
cd network-dotnet-use-network-watcher-to-check-connectivity
dotnet build
bin\Debug\net452\VerifyNetworkPeeringWithNetworkWatcher.exe
```

dotnet build

bin\Debug\net452\VerifyNetworkPeeringWithNetworkWatcher.exe

## More information ##
## More information

[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent)
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/)
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)

---
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 comments on commit fd676fe

Please sign in to comment.