Update LAB_09b-Implement_Azure_Container_Instances.md

Updated to match interface
This commit is contained in:
Clifford Brent Smith 2021-02-11 10:53:09 -07:00 committed by GitHub
parent 605ad8abef
commit f52994ac8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ In this task, you will create a new container instance for the web application.
1. Sign in to the [Azure portal](https://portal.azure.com).
1. In the Azure portal, search for locate **Container instances** and then, on the **Container instances** blade, click **+ Add**.
1. In the Azure portal, search for locate **Container instances** and then, on the **Container instances** blade, click **+ New**.
1. On the **Basics** tab of the **Create container instance** blade, specify the following settings (leave others with their default values):
@ -51,7 +51,7 @@ In this task, you will create a new container instance for the web application.
>**Note**: Your container will be publicly reachable at dns-name-label.region.azurecontainer.io. If you receive a **DNS name label not available** error message, specify a different value.
1. Click **Next: Advanced >**, review the settings on the **Advanced** tab of the **Create container instance** blade without making any changes, click **Review + Create**, and then click **Create**.
1. Click **Next: Advanced >**, review the settings on the **Advanced** tab of the **Create container instance** blade without making any changes, click **Review + Create**, ensure that the validation passed and click **Create**.
>**Note**: Wait for the deployment to complete. This should take about 3 minutes.