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 Resources - Deploy Using ARM Template With Progress - in Java #
12
+
# Deploy Using ARM Template With Progress (Java)
12
13
14
+
Azure Resource sample for deploying resources using an ARM template and showing progress.
13
15
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
19
17
20
18
To run this sample:
21
19
22
20
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 resources-java-deploy-using-arm-template-with-progress
25
+
mvn clean compile exec:java
26
+
```
29
27
30
-
## More information ##
28
+
## More information
31
29
32
30
[http://azure.com/java](http://azure.com/java)
33
31
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).
37
33
38
34
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