mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_09b-Implement_Azure_Containers.md
This commit is contained in:
parent
85806402b4
commit
21f6438adf
@ -79,7 +79,7 @@ In this task, you will review the deployment of the container instance. By defau
|
||||
|
||||
1. Copy the value of the container instance **FQDN**, open a new browser tab, and navigate to the corresponding URL.
|
||||
|
||||

|
||||

|
||||
|
||||
1. Verify that the **Welcome to Azure Container Instance** page is displayed.
|
||||
|
||||
@ -122,7 +122,7 @@ By default, the Azure container app that you create will accept traffic on port
|
||||
|
||||
1. Select the link next to *Application URL* to view your application.
|
||||
|
||||

|
||||

|
||||
|
||||
1. Verify you receive the **Your Azure Container Apps app is live** message.
|
||||
|
||||
@ -130,6 +130,10 @@ By default, the Azure container app that you create will accept traffic on port
|
||||
|
||||
Congratulations on completing the lab. Here are the main takeaways for this lab.
|
||||
|
||||
+ Azure Container Instances (ACI) is a service that enables you to deploy containers on the Microsoft Azure public cloud. ACI doesn't require you to provision or manage any underlying infrastructure. The service supports both Linux containers and Windows containers.
|
||||
+ Azure Container Apps (ACA) is a fully managed serverless container service that scales dynamically based on HTTP traffic or events.
|
||||
+ Workloads on ACI are usually started and stopped by some kind of process or trigger and are usually short-lived. Workloads on ACA are usually long-running processes like a Web app.
|
||||
|
||||
## Cleanup your resources
|
||||
|
||||
If you are working with your own subscription take a minute to delete the lab resources. This will ensure resources are freed up and cost is minimized. The easiest way to delete the lab resources is to delete the lab resource group.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user