Skip to content

Commit 5212279

Browse files
authored
Update README.md
1 parent dfe673f commit 5212279

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Azure Container Instance sample for managing container instances."
88
urlFragment: getting-started-containerinstance
99
---
1010

11-
# Getting Started with Containerinstance - Manage Container Instance Zero To One And One To Many Using Container Service Orchestrator - in Java #
11+
# Manage Container Instance Zero-to-One And One-to-Many Using Container Service Orchestrator (Java)
1212

1313

1414
Azure Container Instance sample for managing container instances.
@@ -32,24 +32,22 @@ urlFragment: getting-started-containerinstance
3232
and a load balancer service that will expose the app to the world
3333

3434

35-
## Running this Sample ##
35+
## Running this Sample
3636

3737
To run this sample:
3838

3939
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).
4040

41-
git clone https://github.com/Azure-Samples/aci-java-scale-up-containers-using-acs.git
41+
```bash
42+
git clone https://github.com/Azure-Samples/aci-java-scale-up-containers-using-acs.git
43+
cd aci-java-scale-up-containers-using-acs
44+
mvn clean compile exec:java
45+
```
4246

43-
cd aci-java-scale-up-containers-using-acs
44-
45-
mvn clean compile exec:java
46-
47-
## More information ##
47+
## More information
4848

4949
[http://azure.com/java](http://azure.com/java)
5050

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

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