From dbe32b7f7ccdecb83358ddc529f3d5ceb2627373 Mon Sep 17 00:00:00 2001 From: Jim Roberts Date: Wed, 3 Dec 2025 12:34:22 -0500 Subject: [PATCH] Fix typo in container packaging description Changed word 'portal' to 'portable' in the documentation. --- articles/container-apps/code-to-cloud-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/container-apps/code-to-cloud-options.md b/articles/container-apps/code-to-cloud-options.md index ce671c9b54367..ef546e8f7e0bb 100644 --- a/articles/container-apps/code-to-cloud-options.md +++ b/articles/container-apps/code-to-cloud-options.md @@ -23,7 +23,7 @@ Depending on your situation, you might want to deploy from a [code editor](#code ## New to containers -You can simplify the development and deployment of your application by packaging your app into a "container". Containers allow you to wrap up your application and all its dependencies into a single unit that is portal and can be run easily on any container platform. +You can simplify the development and deployment of your application by packaging your app into a "container". Containers allow you to wrap up your application and all its dependencies into a single unit that is portable and can be run easily on any container platform. If you're interested in deploying your application to Azure Container Apps, but don't want to define a container ahead of time, Container Apps can create a container. The Container Apps cloud build feature automatically identifies your application stack and uses [CNCF Buildpacks](https://buildpacks.io/) to generate a container image for you.