Update LAB_09b-Implement_Azure_Container_Instances.md

GH page formatting
This commit is contained in:
staleycyn 2023-05-12 08:11:38 -07:00 committed by GitHub
parent 80fe415220
commit 16abab28fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: