You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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)
12
13
14
+
Azure Compute sample for managing virtual machines.
13
15
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
19
20
20
21
21
-
## Running this Sample ##
22
+
## Running this sample
22
23
23
24
To run this sample:
24
25
25
26
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).
cd managed-disk-java-create-virtual-machine-using-specialized-disk-from-VHD
31
+
mvn clean compile exec:java
32
+
```
28
33
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
34
35
35
36
[http://azure.com/java](http://azure.com/java)
36
37
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).
40
39
41
40
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