Skip to content

Commit ef0fa09

Browse files
authored
Update README.md
1 parent f1374e3 commit ef0fa09

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

README.md

+16-19
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,36 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Compute - Create Virtual Machine Using Specialized Disk From Snapshot - in Java"
7+
description: "Azure Compute sample for managing virtual machines."
88
urlFragment: managed-disk-java-create-virtual-machine-using-specialized-disk-from-snapshot
99
---
1010

11-
# Getting Started with Compute - Create Virtual Machine Using Specialized Disk From Snapshot - in Java #
11+
# Create Virtual Machine Using Specialized Disk From Snapshot (Java)
1212

13+
Azure Compute sample for managing virtual machines.
1314

14-
Azure Compute sample for managing virtual machines -
15-
- Create an managed virtual machine from PIR image with data disks
16-
- Create snapshot from the virtual machine's OS and data disks
17-
- Create managed disks from the snapshots
18-
- Create virtual machine by attaching the managed disks
19-
- Get SAS Uri to the virtual machine's managed disks.
20-
15+
- Create an managed virtual machine from PIR image with data disks
16+
- Create snapshot from the virtual machine's OS and data disks
17+
- Create managed disks from the snapshots
18+
- Create virtual machine by attaching the managed disks
19+
- Get SAS Uri to the virtual machine's managed disks.
2120

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

2423
To run this sample:
2524

2625
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).
2726

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

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

3635
[http://azure.com/java](http://azure.com/java)
3736

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)
39-
40-
---
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).
4138

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