diff --git a/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md b/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md index 99169d1c..1fc6c228 100644 --- a/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md +++ b/Instructions/Labs/LAB_09b-Implement_Azure_Container_Instances.md @@ -26,11 +26,11 @@ In this lab, you will: ![image](../media/lab09b.png) -## Instructions +### Instructions -### Exercise 1 +## Exercise 1 -#### Task 1: Deploy a Docker image by using the Azure Container Instance +## Task 1: Deploy a Docker image by using the Azure Container Instance In this task, you will create a new container instance for the web application. @@ -63,7 +63,7 @@ In this task, you will create a new container instance for the web application. >**Note**: While you wait, you may be interested in viewing the [code behind the sample application](https://github.com/Azure-Samples/aci-helloworld). To view it, browse the \\app folder. -#### Task 2: Review the functionality of the Azure Container Instance +## Task 2: Review the functionality of the Azure Container Instance In this task, you will review the deployment of the container instance. @@ -79,7 +79,7 @@ In this task, you will review the deployment of the container instance. 1. Verify that you see the log entries representing the HTTP GET request generated by displaying the application in the browser. -#### Clean up resources +## Clean up resources >**Note**: Remember to remove any newly created Azure resources that you no longer use. Removing unused resources ensures you will not see unexpected charges. @@ -103,7 +103,7 @@ In this task, you will review the deployment of the container instance. >**Note**: The command executes asynchronously (as determined by the -AsJob parameter), so while you will be able to run another PowerShell command immediately afterwards within the same PowerShell session, it will take a few minutes before the resource groups are actually removed. -#### Review +## Review In this lab, you have: