Skip to content

Commit cb57d87

Browse files
authored
Merge pull request #106996 from dlepow/aciportal
[ACI] Portal create updates
2 parents 62149bc + 60eac69 commit cb57d87

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

articles/container-instances/container-instances-quickstart-portal.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
22
title: Quickstart - Deploy Docker container to container instance - Portal
33
description: In this quickstart, you use the Azure portal to quickly deploy a containerized web app that runs in an isolated Azure container instance
4-
services: container-instances
5-
author: dlepow
6-
manager: gwallace
7-
8-
ms.service: container-instances
94
ms.topic: quickstart
10-
ms.date: 04/17/2019
11-
ms.author: danlep
5+
ms.date: 03/09/2020
126
ms.custom: "seodec18, mvc"
137
---
148

@@ -36,23 +30,24 @@ On the **Basics** page, enter the following values in the **Resource group**, **
3630

3731
* Resource group: **Create new** > `myresourcegroup`
3832
* Container name: `mycontainer`
39-
* Container image: `mcr.microsoft.com/azuredocs/aci-helloworld`
33+
* Image source: **Quickstart images**
34+
* Container image: `mcr.microsoft.com/azuredocs/aci-helloworld` (Linux)
4035

4136
![Configuring basic settings for a new container instance in the Azure portal][aci-portal-03]
4237

43-
For this quickstart, you use the default **Image type** setting of **Public** to deploy the public Microsoft `aci-helloworld` image. This Linux image packages a small web app written in Node.js that serves a static HTML page.
38+
For this quickstart, you use default settings to deploy the public Microsoft `aci-helloworld` image. This sample Linux image packages a small web app written in Node.js that serves a static HTML page. You can also bring your own container images stored in Azure Container Registry, Docker Hub, or other registries.
4439

4540
On the **Networking** page, specify a **DNS name label** for your container. The name must be unique within the Azure region where you create the container instance. Your container will be publicly reachable at `<dns-name-label>.<region>.azurecontainer.io`. If you receive a "DNS name label not available" error message, try a different DNS name label.
4641

47-
![Configuring a new container instance in the Azure portal][aci-portal-04]
42+
![Configuring network settings for a new container instance in the Azure portal][aci-portal-04]
4843

4944
Leave the other settings at their defaults, then select **Review + create**.
5045

5146
When the validation completes, you're shown a summary of the container's settings. Select **Create** to submit your container deployment request.
5247

5348
![Settings summary for a new container instance in the Azure portal][aci-portal-05]
5449

55-
When deployment starts, a notification appears indicating the deployment is in progress. Another notification is displayed when the container group has been deployed.
50+
When deployment starts, a notification appears to indicate the deployment is in progress. Another notification is displayed when the container group has been deployed.
5651

5752
Open the overview for the container group by navigating to **Resource Groups** > **myresourcegroup** > **mycontainer**. Take note of the **FQDN** (the fully qualified domain name) of the container instance, as well its **Status**.
5853

83.1 KB
Loading
10.1 KB
Loading

0 commit comments

Comments
 (0)