Skip to content

Commit f02fc2a

Browse files
Merge pull request #53550 from JeffKoMS/lp-update-container-app-hosting
removed container instances from the learning path
2 parents 1c5153b + e5d0ac0 commit f02fc2a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

  • learn-pr/paths/implement-container-app-hosting-azure

learn-pr/paths/implement-container-app-hosting-azure/index.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ prerequisites: |
1313
- Basic understanding of Azure services and cloud computing concepts.
1414
- Familiarity with containerization fundamentals.
1515
summary: |
16-
This learning path guides you through core container hosting workflows on Azure for AI applications and backend services. You start by using Azure Container Registry to store and organize images, build images in the cloud with ACR Tasks, and apply tagging and versioning practices that support reliable deployments.
17-
18-
You then deploy custom containers to Azure App Service, configure runtime behavior such as ports, startup commands, and persistent storage, and externalize environment-specific configuration using App Service application settings.
19-
20-
Finally, you use Azure Container Instances to run containers quickly, set environment variables, control restart policies for task-style workloads, and mount Azure Files shares when your container needs shared storage.
16+
This learning path guides you through core container hosting workflows on Azure for AI applications and backend services. You use Azure Container Registry to store and organize images, build images in the cloud with ACR Tasks, and apply tagging and versioning practices that support reliable deployments. From there, you deploy custom containers to Azure App Service, configure runtime behavior such as ports, startup commands, and persistent storage, and externalize environment-specific configuration using application settings.
2117
iconUrl: /training/achievements/generic-trophy.svg
2218
levels:
2319
- intermediate
@@ -26,12 +22,10 @@ roles:
2622
products:
2723
- azure-container-registry
2824
- azure-app-service
29-
- azure-container-instances
3025
subjects:
3126
- containers
3227
modules:
3328
- learn.wwl.store-manage-containers-azure-container-registry
3429
- learn.wwl.deploy-containers-azure-app-service
35-
- learn.wwl.create-run-container-images-azure-container-instances
3630
trophy:
3731
uid: learn.wwl.implement-container-app-hosting-azure.trophy

0 commit comments

Comments
 (0)