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
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-manage-virtual-machines-in-parallel/) whether it was helpful or not.
10
+
- Submit issues through [issue tracker](https://github.com/Azure-Samples/compute-java-manage-virtual-machines-in-parallel/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 - Manage Virtual Machines In Parallel - in Java #
8
+
9
+
10
+
Azure Compute sample for managing virtual machines -
11
+
- Create N virtual machines in parallel.
12
+
13
+
14
+
## Running this Sample ##
15
+
16
+
To run this sample:
17
+
18
+
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).
cd compute-java-manage-virtual-machines-in-parallel
23
+
24
+
mvn clean compile exec:java
25
+
26
+
## More information ##
27
+
28
+
[http://azure.com/java] (http://azure.com/java)
29
+
30
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
31
+
32
+
---
33
+
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 [[email protected]](mailto:[email protected]) with any additional questions or comments.
0 commit comments