Skip to content

Commit 4cc77fe

Browse files
committed
[ACI] Portal create updates
1 parent 29d980c commit 4cc77fe

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 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,15 +30,16 @@ 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 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 store 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

83.1 KB
Loading
10.1 KB
Loading

0 commit comments

Comments
 (0)