diff --git a/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md b/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md index fd6e54ac..e0841fe9 100644 --- a/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md +++ b/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md @@ -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.