Skip to content

Commit 51097e1

Browse files
authored
Merge pull request #19040 from DavidBurela/patch-1
cognitive-services-container-support.md clarifying that you can host the containers where you like
2 parents 2c132d6 + f12a512 commit 51097e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/cognitive-services-container-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: diberry
1515

1616
# Container support in Azure Cognitive Services
1717

18-
Container support in Azure Cognitive Services allows developers to use the same rich APIs that are available in Azure, but with the flexibility that comes with [Docker containers](https://www.docker.com/what-container). Container support is currently available in preview for a subset of Azure Cognitive Services, including parts of [Computer Vision](Computer-vision/Home.md), [Face](Face/Overview.md), and [Text Analytics](text-analytics/overview.md).
18+
Container support in Azure Cognitive Services allows developers to use the same rich APIs that are available in Azure, and enables flexibility in where to deploy and host the services that come with [Docker containers](https://www.docker.com/what-container). Container support is currently available in preview for a subset of Azure Cognitive Services, including parts of [Computer Vision](Computer-vision/Home.md), [Face](Face/Overview.md), and [Text Analytics](text-analytics/overview.md).
1919

2020
Containerization is an approach to software distribution in which an application or service, including its dependencies & configuration, is packaged together as a container image. With little or no modification, a container image can be deployed on a container host. Containers are isolated from each other and the underlying operating system, with a smaller footprint than a virtual machine. Containers can be instantiated from container images for short-term tasks, and removed when no longer needed.
2121

@@ -74,4 +74,4 @@ Install and explore the functionality provided by containers in Azure Cognitive
7474

7575
* [Install and use Computer Vision containers](Computer-vision/computer-vision-how-to-install-containers.md)
7676
* [Install and use Face containers](Face/face-how-to-install-containers.md)
77-
* [Install and use Text Analytics containers](text-analytics/how-tos/text-analytics-how-to-install-containers.md)
77+
* [Install and use Text Analytics containers](text-analytics/how-tos/text-analytics-how-to-install-containers.md)

0 commit comments

Comments
 (0)