Skip to content

Commit 81bb27c

Browse files
authored
Update README.md
1 parent 887c787 commit 81bb27c

1 file changed

Lines changed: 11 additions & 16 deletions

File tree

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,31 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "List all virtual machine image publishers and list all virtual machine images published by Canonical, Red Hat and SUSE by browsing through locations, publishers, offers, SKUs and images."
7+
description: "List all virtual machine image publishers and list all virtual machine images published by Canonical, Red Hat and SUSE."
88
urlFragment: compute-java-list-vm-images
99
---
1010

11-
# Getting Started with Compute - List Virtual Machine Images - in Java #
11+
# List Azure Virtual Machine Images (Java)
1212

1313

14-
List all virtual machine image publishers and
15-
list all virtual machine images published by Canonical, Red Hat and
16-
SUSE by browsing through locations, publishers, offers, SKUs and images.
17-
14+
List all virtual machine image publishers and list all virtual machine images published by Canonical, Red Hat and SUSE by browsing through locations, publishers, offers, SKUs and images.
1815

19-
## Running this Sample ##
16+
## Running this sample
2017

2118
To run this sample:
2219

2320
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).
2421

25-
git clone https://github.com/Azure-Samples/compute-java-list-vm-images.git
22+
```bash
23+
git clone https://github.com/Azure-Samples/compute-java-list-vm-images.git
24+
cd compute-java-list-vm-images
25+
mvn clean compile exec:java
26+
```
2627

27-
cd compute-java-list-vm-images
28-
29-
mvn clean compile exec:java
30-
31-
## More information ##
28+
## More information
3229

3330
[http://azure.com/java](http://azure.com/java)
3431

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

3934
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)