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 Machines Using Custom Image Or Specialized VHD - in Java #
11
+
# Create Virtual Machines Using Custom Image Or Specialized VHD (Java)
12
12
13
+
Azure Compute sample for managing virtual machines.
13
14
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.
22
22
23
23
24
24
## Running this Sample ##
@@ -27,18 +27,16 @@ To run this sample:
27
27
28
28
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 compute-java-create-virtual-machines-from-generalized-image-or-specialized-vhd
33
+
mvn clean compile exec:java
34
+
```
35
35
36
36
## More information ##
37
37
38
38
[http://azure.com/java](http://azure.com/java)
39
39
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).
43
41
44
42
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