Skip to content

Commit 2ac805f

Browse files
authored
Update README.md
1 parent fe44db9 commit 2ac805f

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,37 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Compute - Create Virtual Machine Using Specialized Disk From Vhd - in Java"
7+
- azure-virtual-machines
8+
description: "Azure Compute sample for managing virtual machines."
89
urlFragment: managed-disk-java-create-virtual-machine-using-specialized-disk-from-VHD
910
---
1011

11-
# Getting Started with Compute - Create Virtual Machine Using Specialized Disk From Vhd - in Java #
12+
# Create Azure Virtual Machines Using Specialized Disk From VHD (Java)
1213

14+
Azure Compute sample for managing virtual machines.
1315

14-
Azure Compute sample for managing virtual machines.
15-
- Create an un-managed virtual machine from PIR image with data disks
16-
- Create managed disks from specialized un-managed OS and Data disk of virtual machine
17-
- Create a virtual machine by attaching the managed disks
18-
- Get SAS Uri to the virtual machine's managed disks
16+
- Create an un-managed virtual machine from PIR image with data disks
17+
- Create managed disks from specialized un-managed OS and Data disk of virtual machine
18+
- Create a virtual machine by attaching the managed disks
19+
- Get SAS Uri to the virtual machine's managed disks
1920

2021

21-
## Running this Sample ##
22+
## Running this sample
2223

2324
To run this sample:
2425

2526
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).
2627

27-
git clone https://github.com/Azure-Samples/managed-disk-java-create-virtual-machine-using-specialized-disk-from-VHD.git
28+
```bash
29+
git clone https://github.com/Azure-Samples/managed-disk-java-create-virtual-machine-using-specialized-disk-from-VHD.git
30+
cd managed-disk-java-create-virtual-machine-using-specialized-disk-from-VHD
31+
mvn clean compile exec:java
32+
```
2833

29-
cd managed-disk-java-create-virtual-machine-using-specialized-disk-from-VHD
30-
31-
mvn clean compile exec:java
32-
33-
## More information ##
34+
## More information
3435

3536
[http://azure.com/java](http://azure.com/java)
3637

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

4140
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)