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
![Configuring basic settings for a new container instance in the Azure portal][aci-portal-03]
37
37
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.
39
39
40
40
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.
41
41
@@ -47,7 +47,7 @@ When the validation completes, you're shown a summary of the container's setting
47
47
48
48
![Settings summary for a new container instance in the Azure portal][aci-portal-05]
49
49
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.
51
51
52
52
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**.
0 commit comments