Skip to content

Commit 789b2bf

Browse files
authored
Update README.md
1 parent 921d670 commit 789b2bf

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

Diff for: README.md

+13-15
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,32 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Resources - Deploy Virtual Machine Using ARM Template - in Java"
7+
- azure-resource-manager
8+
- azure-virtual-machines
9+
description: "Azure Resource sample for deploying virtual machine with managed disk using an ARM template."
810
urlFragment: resources-java-deploy-virtual-machine-with-managed-disks-using-arm-template
911
---
1012

11-
# Getting Started with Resources - Deploy Virtual Machine Using ARM Template - in Java #
13+
# Deploy Azure Virtual Machine Using ARM Template (Java)
1214

15+
Azure Resource sample for deploying virtual machine with managed disk using an ARM template.
1316

14-
Azure Resource sample for deploying virtual machine with managed disk using an ARM template.
15-
16-
17-
## Running this Sample ##
17+
## Running this sample
1818

1919
To run this sample:
2020

2121
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).
2222

23-
git clone https://github.com/Azure-Samples/resources-java-deploy-virtual-machine-with-managed-disks-using-arm-template.git
24-
25-
cd resources-java-deploy-virtual-machine-with-managed-disks-using-arm-template
26-
27-
mvn clean compile exec:java
23+
```bash
24+
git clone https://github.com/Azure-Samples/resources-java-deploy-virtual-machine-with-managed-disks-using-arm-template.git
25+
cd resources-java-deploy-virtual-machine-with-managed-disks-using-arm-template
26+
mvn clean compile exec:java
27+
```
2828

29-
## More information ##
29+
## More information
3030

3131
[http://azure.com/java](http://azure.com/java)
3232

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

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