Skip to content

Commit 60eac69

Browse files
committed
edits
1 parent 4cc77fe commit 60eac69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ On the **Basics** page, enter the following values in the **Resource group**, **
3030

3131
* Resource group: **Create new** > `myresourcegroup`
3232
* Container name: `mycontainer`
33-
* Image source: Quickstart images
33+
* Image source: **Quickstart images**
3434
* Container image: `mcr.microsoft.com/azuredocs/aci-helloworld` (Linux)
3535

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

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

4040
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.
4141

@@ -47,7 +47,7 @@ When the validation completes, you're shown a summary of the container's setting
4747

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

50-
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.
5151

5252
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**.
5353

0 commit comments

Comments
 (0)