Skip to content

Commit 3956fa6

Browse files
authored
Update README.md
1 parent 9859da1 commit 3956fa6

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Azure Compute sample for managing virtual machines. Create N virtu
88
urlFragment: compute-java-manage-virtual-machines-in-parallel
99
---
1010

11-
# Getting Started with Compute - Manage Virtual Machines In Parallel - in Java #
11+
# Manage Virtual Machines In Parallel (Java)
1212

1313

1414
Azure Compute sample for managing virtual machines -
@@ -21,18 +21,16 @@ To run this sample:
2121

2222
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).
2323

24-
git clone https://github.com/Azure-Samples/compute-java-manage-virtual-machines-in-parallel.git
25-
26-
cd compute-java-manage-virtual-machines-in-parallel
27-
28-
mvn clean compile exec:java
24+
```bash
25+
git clone https://github.com/Azure-Samples/compute-java-manage-virtual-machines-in-parallel.git
26+
cd compute-java-manage-virtual-machines-in-parallel
27+
mvn clean compile exec:java
28+
```
2929

3030
## More information ##
3131

3232
[http://azure.com/java](http://azure.com/java)
3333

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

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