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
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
Thank you for your interest in contributing to Azure samples!
4
+
5
+
## Ways to contribute
6
+
7
+
You can contribute to [Azure samples](https://azure.microsoft.com/documentation/samples/) in a few different ways:
8
+
9
+
- Submit feedback on [this sample page](https://azure.microsoft.com/documentation/samples/compute-java-list-vm-images/) whether it was helpful or not.
10
+
- Submit issues through [issue tracker](https://github.com/Azure-Samples/compute-java-list-vm-images/issues) on GitHub. We are actively monitoring the issues and improving our samples.
11
+
- If you wish to make code changes to samples, or contribute something new, please follow the [GitHub Forks / Pull requests model](https://help.github.com/articles/fork-a-repo/): Fork the sample repo, make the change and propose it back by submitting a pull request.
#Getting Started with Compute - List Virtual Machine Images - in Java #
8
+
9
+
Compute Manage Virtual Machine Sample (for 1.0.0-beta2) - demonstrates how to perform common tasks using the Microsoft Azure Compute service.
10
+
11
+
12
+
- List all virtual machine image publishers and
13
+
- List all virtual machine images published by Canonical, Red Hat and SUSE by browsing through locations, publishers, offers, SKUs and images.
14
+
15
+
16
+
## Running this Sample ##
17
+
18
+
To run this sample:
19
+
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-sdk-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)
39
+
40
+
---
41
+
42
+
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