Azure-Samples / network-dotnet-use-new-watcher

Getting started on using network watcher in C#

Home Page:https://docs.microsoft.com/en-us/dotnet/azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page_type languages products extensions
sample
csharp
azure
services platforms
network-watcher
dotnet

Getting started on using network watcher in C#

Azure Network sample for managing network watcher -

  • Create Network Watcher
    • Manage packet capture – track traffic to and from a virtual machine Create a VM Start a packet capture Stop a packet capture Get a packet capture Delete a packet capture
  • Verify IP flow – verify if traffic is allowed to or from a virtual machine Get the IP address of a NIC on a virtual machine Test IP flow on the NIC
  • Analyze next hop – get the next hop type and IP address for a virtual machine
  • Retrieve network topology for a resource group
  • Analyze Virtual Machine Security by examining effective network security rules applied to a VM Get security group view for the VM
  • Configure Network Security Group Flow Logs Get flow log settings Enable NSG flow log Disable NSG flow log
  • Delete network watcher

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.

git clone https://github.com/Azure-Samples/network-dotnet-use-new-watcher.git

cd network-dotnet-use-new-watcher

dotnet build

bin\Debug\net452\ManageNetworkWatcher.exe

More information

Azure Management Libraries for C# Azure .Net Developer Center If you don't have a Microsoft Azure subscription you can get a FREE trial account here


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Getting started on using network watcher in C#

https://docs.microsoft.com/en-us/dotnet/azure

License:MIT License


Languages

Language:C# 79.6%Language:JavaScript 8.3%Language:PowerShell 7.5%Language:HTML 4.0%Language:Shell 0.4%Language:CSS 0.2%Language:ASP.NET 0.0%