Skip to content

Commit fb786c3

Browse files
authored
Update README.md
1 parent 2eb6ece commit fb786c3

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ description: "Azure Compute sample for managing virtual machines."
88
urlFragment: compute-java-create-virtual-machines-from-generalized-image-or-specialized-vhd
99
---
1010

11-
# Getting Started with Compute - Create Virtual Machines Using Custom Image Or Specialized VHD - in Java #
11+
# Create Virtual Machines Using Custom Image Or Specialized VHD (Java)
1212

13+
Azure Compute sample for managing virtual machines.
1314

14-
Azure Compute sample for managing virtual machines -
15-
- Create a virtual machine
16-
- Deallocate the virtual machine
17-
- Generalize the virtual machine
18-
- Capture the virtual machine to create a generalized image
19-
- Create a second virtual machine using the generalized image
20-
- Delete the second virtual machine
21-
- Create a new virtual machine by attaching OS disk of deleted VM to it.
15+
- Create a virtual machine
16+
- Deallocate the virtual machine
17+
- Generalize the virtual machine
18+
- Capture the virtual machine to create a generalized image
19+
- Create a second virtual machine using the generalized image
20+
- Delete the second virtual machine
21+
- Create a new virtual machine by attaching OS disk of deleted VM to it.
2222

2323

2424
## Running this Sample ##
@@ -27,18 +27,16 @@ To run this sample:
2727

2828
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).
2929

30-
git clone https://github.com/Azure-Samples/compute-java-create-virtual-machines-from-generalized-image-or-specialized-vhd.git
31-
32-
cd compute-java-create-virtual-machines-from-generalized-image-or-specialized-vhd
33-
34-
mvn clean compile exec:java
30+
```bash
31+
git clone https://github.com/Azure-Samples/compute-java-create-virtual-machines-from-generalized-image-or-specialized-vhd.git
32+
cd compute-java-create-virtual-machines-from-generalized-image-or-specialized-vhd
33+
mvn clean compile exec:java
34+
```
3535

3636
## More information ##
3737

3838
[http://azure.com/java](http://azure.com/java)
3939

40-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
41-
42-
---
40+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4341

4442
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

Comments
 (0)