You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,36 +4,31 @@ languages:
4
4
- java
5
5
products:
6
6
- 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."
8
8
urlFragment: compute-java-list-vm-images
9
9
---
10
10
11
-
# Getting Started with Compute - List Virtual Machine Images - in Java #
11
+
# List Azure Virtual Machine Images (Java)
12
12
13
13
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.
18
15
19
-
## Running this Sample ##
16
+
## Running this sample
20
17
21
18
To run this sample:
22
19
23
20
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).
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).
38
33
39
34
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