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
Copy file name to clipboardExpand all lines: README.md
+16-17
Original file line number
Diff line number
Diff line change
@@ -4,39 +4,38 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
+
- azure-container-instances
7
8
description: "Azure Container Instance sample for managing container instances."
8
9
urlFragment: aci-java-create-container-groups
9
10
---
10
11
11
-
# Getting Started with Containerinstance - Manage Container Instance With Multiple Container Images - in Java #
12
+
# Manage Azure Container Instance With Multiple Container Images (Java)
12
13
14
+
Azure Container Instance sample for managing container instances.
13
15
14
-
Azure Container Instance sample for managing container instances.
15
-
- Create an Azure container group with two container instances using Docker images "microsoft/aci-helloworld" and "microsoft/aci-tutorial-sidecar"
16
-
- Set the container group restart policy to "never"
17
-
- Test that the container app can be reached via "curl" like HTTP GET calls
18
-
- Retrieve container log content
19
-
- Delete the container group resource
16
+
- Create an Azure container group with two container instances using Docker images "microsoft/aci-helloworld" and "microsoft/aci-tutorial-sidecar"
17
+
- Set the container group restart policy to "never"
18
+
- Test that the container app can be reached via "curl" like HTTP GET calls
19
+
- Retrieve container log content
20
+
- Delete the container group resource
20
21
21
22
22
-
## Running this Sample ##
23
+
## Running this sample
23
24
24
25
To run this sample:
25
26
26
27
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).
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
39
-
40
-
---
39
+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
41
40
42
41
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