Skip to content

Commit f068b51

Browse files
authored
Update README.md
1 parent d8252fe commit f068b51

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,35 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Network - Manage Network Interface - in Java"
7+
description: "Azure Network sample for managing network interfaces."
88
urlFragment: network-java-manage-network-interface
99
---
1010

11-
# Getting Started with Network - Manage Network Interface - in Java #
11+
# Manage Network Interface (Java)
1212

13+
Azure Network sample for managing network interfaces.
1314

14-
Azure Network sample for managing network interfaces -
15-
- Create a virtual machine with multiple network interfaces
16-
- Configure a network interface
17-
- List network interfaces
18-
- Delete a network interface.
19-
15+
- Create a virtual machine with multiple network interfaces
16+
- Configure a network interface
17+
- List network interfaces
18+
- Delete a network interface.
2019

21-
## Running this Sample ##
20+
## Running this sample
2221

2322
To run this sample:
2423

2524
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).
2625

27-
git clone https://github.com/Azure-Samples/network-java-manage-network-interface.git
26+
```bash
27+
git clone https://github.com/Azure-Samples/network-java-manage-network-interface.git
28+
cd network-java-manage-network-interface
29+
mvn clean compile exec:java
30+
```
2831

29-
cd network-java-manage-network-interface
30-
31-
mvn clean compile exec:java
32-
33-
## More information ##
32+
## More information
3433

3534
[http://azure.com/java](http://azure.com/java)
3635

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

4138
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)