Skip to content

Commit aa12f8a

Browse files
authored
Merge pull request #206067 from craigcaseyMSFT/vcraigcasey072222
Content refresh of container instances quickstart
2 parents 72dbddf + 3145d9f commit aa12f8a

File tree

9 files changed

+27
-10
lines changed

9 files changed

+27
-10
lines changed

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

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: tomcassidy
66
author: tomvcassidy
77
ms.service: container-instances
88
services: container-instances
9-
ms.date: 06/17/2022
9+
ms.date: 07/26/2022
1010
ms.custom: mvc, devx-track-js, mode-ui
1111
---
1212

@@ -26,34 +26,51 @@ If you don't have an Azure subscription, create a [free account][azure-free-acco
2626

2727
## Create a container instance
2828

29-
Select the **Create a resource** > **Containers** > **Container Instances**.
29+
On the Azure portal homepage, select **Create a resource**.
3030

31-
:::image type="content" source="media/container-instances-quickstart-portal/qs-portal-01.png" alt-text="Begin creating a new container instance in the Azure portal":::
31+
:::image type="content" source="media/container-instances-quickstart-portal/quickstart-portal-create-resource.png" alt-text="Screenshot showing how to begin creating a new container instance in the Azure portal.":::
3232

33-
On the **Basics** page, enter the following values in the **Resource group**, **Container name**, and **Container image** text boxes. Leave the other values at their defaults, then select **OK**.
33+
Select **Containers** > **Container Instances**.
34+
35+
:::image type="content" source="media/container-instances-quickstart-portal/qs-portal-01.png" alt-text="Screenshot showing how to select a new container instance that you want to create in the Azure portal.":::
36+
37+
On the **Basics** page, choose a subscription and enter the following values for **Resource group**, **Container name**, **Image source**, and **Container image**.
3438

3539
* Resource group: **Create new** > `myresourcegroup`
3640
* Container name: `mycontainer`
3741
* Image source: **Quickstart images**
38-
* Container image: `mcr.microsoft.com/azuredocs/aci-helloworld` (Linux)
42+
* Container image: `mcr.microsoft.com/azuredocs/aci-helloworld:latest` (Linux)
3943

4044
:::image type="content" source="media/container-instances-quickstart-portal/qs-portal-03.png" alt-text="Configuring basic settings for a new container instance in the Azure portal":::
4145

42-
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.
46+
> [!NOTE]
47+
> For this quickstart, you use default settings to deploy the public Microsoft `aci-helloworld:latest` 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.
48+
49+
Leave the other values as their defaults, then select **Next: Networking**.
4350

4451
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.
4552

53+
An auto-generated hash is added as a DNS name label to your container instance's fully qualified domain name (FQDN), which prevents malicious subdomain takeover. Specify the **DNS name label scope reuse** for the FQDN. You can choose one of these options:
54+
55+
* Tenant
56+
* Subscription
57+
* Resource Group
58+
* No reuse
59+
* Any reuse (This option is the least secure.)
60+
61+
For this example, select **Tenant**.
62+
4663
:::image type="content" source="media/container-instances-quickstart-portal/qs-portal-04.png" alt-text="Configuring network settings for a new container instance in the Azure portal":::
4764

48-
Leave the other settings at their defaults, then select **Review + create**.
65+
Leave all other settings as their defaults, then select **Review + create**.
4966

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

5269
:::image type="content" source="media/container-instances-quickstart-portal/qs-portal-05.png" alt-text="Settings summary for a new container instance in the Azure portal":::
5370

54-
When deployment starts, a notification appears to indicate the deployment is in progress. Another notification is displayed when the container group has been deployed.
71+
When deployment starts, a notification appears that indicates the deployment is in progress. Another notification is displayed when the container group has been deployed.
5572

56-
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**.
73+
Open the overview for the container group by navigating to **Resource Groups** > **myresourcegroup** > **mycontainer**. Make a note of the **FQDN** of the container instance and its **Status**.
5774

5875
:::image type="content" source="media/container-instances-quickstart-portal/qs-portal-06.png" alt-text="Container group overview in the Azure portal":::
5976

@@ -67,7 +84,7 @@ Congratulations! By configuring just a few settings, you've deployed a publicly
6784

6885
Viewing the logs for a container instance is helpful when troubleshooting issues with your container or the application it runs.
6986

70-
To view the container's logs, under **Settings**, select **Containers**, then **Logs**. You should see the HTTP GET request generated when you viewed the application in your browser.
87+
To view the container's logs, under **Settings**, select **Containers** > **Logs**. You should see the HTTP GET request generated when you viewed the application in your browser.
7188

7289
:::image type="content" source="media/container-instances-quickstart-portal/qs-portal-11.png" alt-text="Container logs in the Azure portal":::
7390

-16.9 KB
Loading
-69.7 KB
Loading
-17.5 KB
Loading
12 KB
Loading
23.7 KB
Loading
7.42 KB
Loading
94.2 KB
Loading
104 KB
Loading

0 commit comments

Comments
 (0)