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
# Getting Started with Compute - Manage Virtual Machine Scale Set With Unmanaged Disks - in Java #
12
+
# Manage Virtual Machine Scale Set With Unmanaged Disks (Java)
12
13
14
+
Azure Compute sample for managing virtual machine scale sets with un-managed disks.
13
15
14
-
Azure Compute sample for managing virtual machine scale sets with un-managed disks -
15
-
- Create a virtual machine scale set behind an Internet facing load balancer
16
-
- Install Apache Web servers in virtual machines in the virtual machine scale set
17
-
- List the network interfaces associated with the virtual machine scale set
18
-
- List scale set virtual machine instances and SSH collection string
19
-
- Stop a virtual machine scale set
20
-
- Start a virtual machine scale set
21
-
- Update a virtual machine scale set
22
-
- Double the no. of virtual machines
23
-
- Restart a virtual machine scale set
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
24
25
25
26
26
-
## Running this Sample ##
27
+
## Running this sample
27
28
28
29
To run this sample:
29
30
30
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
+
mvn clean compile exec:java
37
+
```
33
38
34
-
cd compute-java-manage-virtual-machine-scale-set-with-unmanaged-disks
35
-
36
-
mvn clean compile exec:java
37
-
38
-
## More information ##
39
+
## More information
39
40
40
41
[http://azure.com/java](http://azure.com/java)
41
42
42
-
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
-
44
-
---
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).
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 [[email protected]](mailto:[email protected]) with any additional questions or comments.
0 commit comments