Skip to content

Commit 2d69d5e

Browse files
authored
Update README.md
1 parent 9ad2223 commit 2d69d5e

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,26 @@ description: "Azure compute sample for creating multiple virtual machines in par
88
urlFragment: compute-java-create-virtual-machines-across-regions-in-parallel
99
---
1010

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

13+
Azure compute sample for creating multiple virtual machines in parallel.
1314

14-
Azure compute sample for creating multiple virtual machines in parallel.
15-
16-
17-
## Running this Sample ##
15+
## Running this sample
1816

1917
To run this sample:
2018

2119
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).
2220

23-
git clone https://github.com/Azure-Samples/compute-java-create-virtual-machines-across-regions-in-parallel.git
24-
25-
cd compute-java-create-virtual-machines-across-regions-in-parallel
26-
27-
mvn clean compile exec:java
21+
```bash
22+
git clone https://github.com/Azure-Samples/compute-java-create-virtual-machines-across-regions-in-parallel.git
23+
cd compute-java-create-virtual-machines-across-regions-in-parallel
24+
mvn clean compile exec:java
25+
```
2826

29-
## More information ##
27+
## More information
3028

3129
[http://azure.com/java](http://azure.com/java)
3230

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

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