Skip to content

Commit fbee017

Browse files
authored
Update README.md
1 parent d08cec7 commit fbee017

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,31 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Resources - Deploy Using ARM Template With Progress - in Java"
7+
- azure-resource-manager
8+
description: "Azure Resource sample for deploying resources using an ARM template and showing progress."
89
urlFragment: resources-java-deploy-using-arm-template-with-progress
910
---
1011

11-
# Getting Started with Resources - Deploy Using ARM Template With Progress - in Java #
12+
# Deploy Using ARM Template With Progress (Java)
1213

14+
Azure Resource sample for deploying resources using an ARM template and showing progress.
1315

14-
Azure Resource sample for deploying resources using an ARM template and
15-
showing progress.
16-
17-
18-
## Running this Sample ##
16+
## Running this sample
1917

2018
To run this sample:
2119

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

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

30-
## More information ##
28+
## More information
3129

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

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

3834
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)