-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,43 +4,42 @@ languages: | |
- java | ||
products: | ||
- azure | ||
description: "Azure Compute sample for managing virtual machine scale sets with un-managed disks" | ||
- azure-virtual-machines | ||
description: "Azure Compute sample for managing virtual machine scale sets with un-managed disks." | ||
urlFragment: compute-java-manage-virtual-machine-scale-sets | ||
--- | ||
|
||
# Getting Started with Compute - Manage Virtual Machine Scale Set - in Java # | ||
# Manage Azure Virtual Machine Scale Set (Java) | ||
|
||
Azure Compute sample for managing virtual machine scale sets with un-managed disks. | ||
|
||
Azure Compute sample for managing virtual machine scale sets with un-managed disks - | ||
- Create a virtual machine scale set behind an Internet facing load balancer | ||
- Install Apache Web servers in virtual machines in the virtual machine scale set | ||
- List the network interfaces associated with the virtual machine scale set | ||
- List scale set virtual machine instances and SSH collection string | ||
- Stop a virtual machine scale set | ||
- Start a virtual machine scale set | ||
- Update a virtual machine scale set | ||
- Double the no. of virtual machines | ||
- Restart a virtual machine scale set | ||
- Create a virtual machine scale set behind an Internet facing load balancer | ||
- Install Apache Web servers in virtual machines in the virtual machine scale set | ||
- List the network interfaces associated with the virtual machine scale set | ||
- List scale set virtual machine instances and SSH collection string | ||
- Stop a virtual machine scale set | ||
- Start a virtual machine scale set | ||
- Update a virtual machine scale set | ||
- Double the no. of virtual machines | ||
- Restart a virtual machine scale set | ||
|
||
|
||
## Running this Sample ## | ||
## Running this sample | ||
|
||
To run this sample: | ||
|
||
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). | ||
|
||
git clone https://github.com/Azure-Samples/compute-java-manage-virtual-machine-scale-sets.git | ||
```bash | ||
git clone https://github.com/Azure-Samples/compute-java-manage-virtual-machine-scale-sets.git | ||
cd compute-java-manage-virtual-machine-scale-sets | ||
mvn clean compile exec:java | ||
``` | ||
|
||
cd compute-java-manage-virtual-machine-scale-sets | ||
|
||
mvn clean compile exec:java | ||
|
||
## More information ## | ||
## More information | ||
|
||
[http://azure.com/java](http://azure.com/java) | ||
|
||
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212) | ||
|
||
--- | ||
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212). | ||
|
||
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. |