Skip to content

Commit a3cf3f3

Browse files
authored
Update README.md
1 parent 85ade8d commit a3cf3f3

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,30 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Resources - Deploy Using ARM Template - in Java"
7+
description: "Azure Resource sample for deploying resources using an ARM template."
88
urlFragment: resources-java-deploy-using-arm-template
99
---
1010

11-
# Getting Started with Resources - Deploy Using ARM Template - in Java #
11+
# Deploy Using ARM Template (Java)
1212

13+
Azure Resource sample for deploying resources using an ARM template.
1314

14-
Azure Resource sample for deploying resources using an ARM template.
15-
16-
17-
## Running this Sample ##
15+
## Running this sample
1816

1917
To run this sample:
2018

2119
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).
2220

23-
git clone https://github.com/Azure-Samples/resources-java-deploy-using-arm-template.git
24-
25-
cd resources-java-deploy-using-arm-template
26-
27-
mvn clean compile exec:java
21+
```bash
22+
git clone https://github.com/Azure-Samples/resources-java-deploy-using-arm-template.git
23+
cd resources-java-deploy-using-arm-template
24+
mvn clean compile exec:java
25+
```
2826

29-
## More information ##
27+
## More information
3028

3129
[http://azure.com/java](http://azure.com/java)
3230

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-
---
31+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
3632

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