Skip to content

Commit 66f6970

Browse files
authored
Update README.md
1 parent 6e4e7ca commit 66f6970

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Azure Container Instance sample for managing container instances w
88
urlFragment: aci-java-manage-container-instances-1
99
---
1010

11-
# Getting Started with Containerinstance - Manage Container Instance With Azure File Share Mount - in Java #
11+
# Manage Container Instance With Azure File Share Mount (Java)
1212

1313

1414
Azure Container Instance sample for managing container instances with Azure File Share mount.
@@ -23,18 +23,16 @@ To run this sample:
2323

2424
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).
2525

26-
git clone https://github.com/Azure-Samples/aci-java-manage-container-instances-1.git
27-
28-
cd aci-java-manage-container-instances-1
29-
30-
mvn clean compile exec:java
26+
```bash
27+
git clone https://github.com/Azure-Samples/aci-java-manage-container-instances-1.git
28+
cd aci-java-manage-container-instances-1
29+
mvn clean compile exec:java
30+
```
3131

3232
## More information ##
3333

3434
[http://azure.com/java](http://azure.com/java)
3535

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

38-
---
39-
4038
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)