Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glibnub authored Oct 24, 2019
1 parent d956f7f commit 0cc9b8c
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0cc9b8c

Please sign in to comment.