Skip to content

Commit 86964b3

Browse files
authored
Update README.md
1 parent 1507612 commit 86964b3

File tree

1 file changed

+33
-35
lines changed

1 file changed

+33
-35
lines changed

README.md

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,53 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-virtual-network
78
description: "Getting Started with Network - Manage Network Watcher - in Java"
89
urlFragment: network-java-use-new-watcher
910
---
1011

11-
# Getting Started with Network - Manage Network Watcher - in Java #
12-
13-
14-
Azure Network sample for managing network watcher.
15-
- Create Network Watcher
16-
- Manage packet capture – track traffic to and from a virtual machine
17-
Create a VM
18-
Start a packet capture
19-
Stop a packet capture
20-
Get a packet capture
21-
Delete a packet capture
22-
- Verify IP flow – verify if traffic is allowed to or from a virtual machine
23-
Get the IP address of a NIC on a virtual machine
24-
Test IP flow on the NIC
25-
- Analyze next hop – get the next hop type and IP address for a virtual machine
26-
- Retrieve network topology for a resource group
27-
- Analyze Virtual Machine Security by examining effective network security rules applied to a VM
28-
Get security group view for the VM
29-
- Configure Network Security Group Flow Logs
30-
Get flow log settings
31-
Enable NSG flow log
32-
Disable NSG flow log
33-
- Download a packet capture
34-
- Download a flow log
35-
- Delete network watcher
12+
# Manage Network Watcher (Java)
13+
14+
Azure Network sample for managing network watcher.
15+
- Create Network Watcher
16+
- Manage packet capture – track traffic to and from a virtual machine
17+
Create a VM
18+
Start a packet capture
19+
Stop a packet capture
20+
Get a packet capture
21+
Delete a packet capture
22+
- Verify IP flow – verify if traffic is allowed to or from a virtual machine
23+
Get the IP address of a NIC on a virtual machine
24+
Test IP flow on the NIC
25+
- Analyze next hop – get the next hop type and IP address for a virtual machine
26+
- Retrieve network topology for a resource group
27+
- Analyze Virtual Machine Security by examining effective network security rules applied to a VM
28+
Get security group view for the VM
29+
- Configure Network Security Group Flow Logs
30+
Get flow log settings
31+
Enable NSG flow log
32+
Disable NSG flow log
33+
- Download a packet capture
34+
- Download a flow log
35+
- Delete network watcher
3636

3737

38-
## Running this Sample ##
38+
## Running this sample
3939

4040
To run this sample:
4141

4242
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-java/blob/master/AUTH.md).
4343

44-
git clone https://github.com/Azure-Samples/network-java-use-new-watcher.git
44+
```java
45+
git clone https://github.com/Azure-Samples/network-java-use-new-watcher.git
46+
cd network-java-use-new-watcher
47+
mvn clean compile exec:java
48+
```
4549

46-
cd network-java-use-new-watcher
47-
48-
mvn clean compile exec:java
49-
50-
## More information ##
50+
## More information
5151

5252
[http://azure.com/java](http://azure.com/java)
5353

54-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
55-
56-
---
54+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
5755
5856
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 [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)