Skip to content

Commit f2a69a2

Browse files
authored
Merge pull request #127973 from JimRoberts-MS/patch-1
Fix typo in container packaging description
2 parents dcbe1a2 + dbe32b7 commit f2a69a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/code-to-cloud-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Depending on your situation, you might want to deploy from a [code editor](#code
2323

2424
## New to containers
2525

26-
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.
26+
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.
2727

2828
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.
2929

0 commit comments

Comments
 (0)