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
# Manage Virtual Machine Scale Set With Unmanaged Disks (Java)
12
+
# Getting Started with Compute - Manage Virtual Machine Scale Set With Unmanaged Disks - in Java #
13
13
14
-
Azure Compute sample for managing virtual machine scale sets with un-managed disks.
15
14
16
-
- Create a virtual machine scale set behind an Internet facing load balancer
17
-
- Install Apache Web servers in virtual machines in the virtual machine scale set
18
-
- List the network interfaces associated with the virtual machine scale set
19
-
- List scale set virtual machine instances and SSH collection string
20
-
- Stop a virtual machine scale set
21
-
- Start a virtual machine scale set
22
-
- Update a virtual machine scale set
23
-
- Double the no. of virtual machines
24
-
- Restart a virtual machine scale set
15
+
Azure Compute sample for managing virtual machine scale sets with un-managed disks -
16
+
- Create a virtual machine scale set behind an Internet facing load balancer
17
+
- Install Apache Web servers in virtual machines in the virtual machine scale set
18
+
- List the network interfaces associated with the virtual machine scale set
19
+
- List scale set virtual machine instances and SSH collection string
20
+
- Stop a virtual machine scale set
21
+
- Start a virtual machine scale set
22
+
- Update a virtual machine scale set
23
+
- Double the no. of virtual machines
24
+
- Restart a virtual machine scale set
25
25
26
26
27
-
## Running this sample
27
+
## Running this Sample ##
28
28
29
29
To run this sample:
30
30
31
31
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).
cd compute-java-manage-virtual-machine-scale-set-with-unmanaged-disks
36
+
37
+
mvn clean compile exec:java
38
+
39
+
## More information ##
40
40
41
41
[http://azure.com/java](http://azure.com/java)
42
42
43
-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
43
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
44
+
45
+
---
44
46
45
-
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.
47
+
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