Skip to content

Commit d6ae212

Browse files
authored
cognitive-services-container-support.md clarifying that you can host the containers where you like
The first 3 sections don't actually mention that you are able to take these containers and host them anywhere you like. It is vague enough that it might have meant that you can use the power of Azure to create your own cog services ML algorithms that cog services will host for you.
1 parent 2c132d6 commit d6ae212

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 enabling flexibility in where to deploy and host the services 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).
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)