Skip to content

Commit 9d643a0

Browse files
authored
Merge pull request #158650 from aahill/offline-containers
Offline containers
2 parents 1374896 + 1243daa commit 9d643a0

File tree

12 files changed

+427
-13
lines changed

12 files changed

+427
-13
lines changed

articles/cognitive-services/Computer-vision/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ items:
5757
maintainContext: true
5858
href: ../containers/azure-container-instance-recipe.md
5959
displayName: container instances, container, containers, images
60+
- name: Use containers in disconnected environments
61+
href: ../containers/disconnected-containers.md
6062
- name: All Cognitive Services containers
6163
href: ../containers/index.yml
6264
maintainContext: true

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ items:
330330
displayName: 'ACI,azure container instances,container instances,containers'
331331
maintainContext: true
332332
href: ../containers/azure-container-instance-recipe.md
333+
- name: Use containers in disconnected environments
334+
href: ../containers/disconnected-containers.md
333335
- name: Containers FAQ
334336
href: speech-container-faq.yml
335337
- name: Cognitive Services containers documentation

articles/cognitive-services/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@
3838
href: cognitive-services-container-support.md
3939
- name: Container image tags and releases notes
4040
href: ./containers/container-image-tags.md
41-
- name: Container FAQ
41+
- name: General container FAQ
4242
href: ./containers/container-faq.yml
43+
- name: Use containers in disconnected environments
44+
href: ./containers/disconnected-containers.md
45+
- name: Disconnected containers FAQ
46+
href: ./containers/disconnected-container-faq.yml
4347
- name: Container recipes
4448
items:
4549
- name: Container Reuse

articles/cognitive-services/Translator/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ items:
6161
href: containers/translator-how-to-install-container.md
6262
- name: Configure containers
6363
href: containers/translator-container-configuration.md
64+
- name: Use containers in disconnected environments
65+
href: ../containers/disconnected-containers.md
6466
- name: "Container: Translate"
6567
href: containers/translator-container-supported-parameters.md
6668
- name: Tutorials

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: cog-serv-seo-aug-2020, ignite-fall-2021
99
ms.service: cognitive-services
1010
ms.topic: article
11-
ms.date: 12/15/2021
11+
ms.date: 01/12/2022
1212
ms.author: aahi
1313
keywords: on-premises, Docker, container, Kubernetes
1414
#Customer intent: As a potential customer, I want to know more about how Cognitive Services provides and supports Docker containers for each service.
@@ -46,11 +46,11 @@ Azure Cognitive Services containers provide the following set of Docker containe
4646
| Service | Container | Description | Availability |
4747
|--|--|--|--|
4848
| [LUIS][lu-containers] | **LUIS** ([image](https://go.microsoft.com/fwlink/?linkid=2043204&clcid=0x409)) | Loads a trained or published Language Understanding model, also known as a LUIS app, into a docker container and provides access to the query predictions from the container's API endpoints. You can collect query logs from the container and upload these back to the [LUIS portal](https://www.luis.ai) to improve the app's prediction accuracy. | Generally available |
49-
| [Language service][ta-containers-keyphrase] | **Key Phrase Extraction** ([image](https://go.microsoft.com/fwlink/?linkid=2018757&clcid=0x409)) | Extracts key phrases to identify the main points. For example, for the input text "The food was delicious and there were wonderful staff", the API returns the main talking points: "food" and "wonderful staff". | Generally available |
50-
| [Language service][ta-containers-language] | **Text Language Detection** ([image](https://go.microsoft.com/fwlink/?linkid=2018759&clcid=0x409)) | For up to 120 languages, detects which language the input text is written in and report a single language code for every document submitted on the request. The language code is paired with a score indicating the strength of the score. | Generally available |
51-
| [Language service][ta-containers-sentiment] | **Sentiment Analysis** ([image](https://go.microsoft.com/fwlink/?linkid=2018654&clcid=0x409)) | Analyzes raw text for clues about positive or negative sentiment. This version of sentiment analysis returns sentiment labels (for example *positive* or *negative*) for each document and sentence within it. | Generally available |
49+
| [Language service][ta-containers-keyphrase] | **Key Phrase Extraction** ([image](https://go.microsoft.com/fwlink/?linkid=2018757&clcid=0x409)) | Extracts key phrases to identify the main points. For example, for the input text "The food was delicious and there were wonderful staff", the API returns the main talking points: "food" and "wonderful staff". | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
50+
| [Language service][ta-containers-language] | **Text Language Detection** ([image](https://go.microsoft.com/fwlink/?linkid=2018759&clcid=0x409)) | For up to 120 languages, detects which language the input text is written in and report a single language code for every document submitted on the request. The language code is paired with a score indicating the strength of the score. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
51+
| [Language service][ta-containers-sentiment] | **Sentiment Analysis** ([image](https://go.microsoft.com/fwlink/?linkid=2018654&clcid=0x409)) | Analyzes raw text for clues about positive or negative sentiment. This version of sentiment analysis returns sentiment labels (for example *positive* or *negative*) for each document and sentence within it. | Generally available. This <br> container can also [run in disconnected environments](containers/disconnected-containers.md). |
5252
| [Language service][ta-containers-health] | **Text Analytics for health** | Extract and label medical information from unstructured clinical text. | Generally available |
53-
| [Translator][tr-containers] | **Translator** | Translate text in several languages and dialects. | Gated preview. [Request access](https://aka.ms/csgate-translator). |
53+
| [Translator][tr-containers] | **Translator** | Translate text in several languages and dialects. | Gated preview - [request access](https://aka.ms/csgate-translator). <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
5454

5555
### Speech containers
5656

@@ -59,19 +59,19 @@ Azure Cognitive Services containers provide the following set of Docker containe
5959
6060
| Service | Container | Description | Availability |
6161
|--|--|--|
62-
| [Speech Service API][sp-containers-stt] | **Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text. | Generally available |
62+
| [Speech Service API][sp-containers-stt] | **Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
6363
| [Speech Service API][sp-containers-cstt] | **Custom Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text using a custom model. | Generally available |
6464
| [Speech Service API][sp-containers-tts] | **Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-text-to-speech)) | Converts text to natural-sounding speech. | Generally available |
6565
| [Speech Service API][sp-containers-ctts] | **Custom Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-text-to-speech)) | Converts text to natural-sounding speech using a custom model. | Gated preview |
66-
| [Speech Service API][sp-containers-ntts] | **Neural Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-neural-text-to-speech)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available |
66+
| [Speech Service API][sp-containers-ntts] | **Neural Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-neural-text-to-speech)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available. |
6767
| [Speech Service API][sp-containers-lid] | **Speech language detection** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-language-detection)) | Determines the language of spoken audio. | Gated preview |
6868

6969
### Vision containers
7070

7171

7272
| Service | Container | Description | Availability |
7373
|--|--|--|--|
74-
| [Computer Vision][cv-containers] | **Read OCR** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-read)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. |
74+
| [Computer Vision][cv-containers] | **Read OCR** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-read)) | The Read OCR container allows you to extract printed and handwritten text from images and documents with support for JPEG, PNG, BMP, PDF, and TIFF file formats. For more information, see the [Read API documentation](./computer-vision/overview-ocr.md). | Generally Available. This container can also [run in disconnected environments](containers/disconnected-containers.md). |
7575
| [Spatial Analysis][spa-containers] | **Spatial analysis** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-vision-spatial-analysis)) | Analyzes real-time streaming video to understand spatial relationships between people, their movement, and interactions with objects in physical environments. | Preview |
7676

7777
<!--

articles/cognitive-services/commitment-tier.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ For more information, see [Azure Cognitive Services pricing](https://azure.micro
3030

3131
## Request approval to purchase a commitment plan
3232

33+
> [!CAUTION]
34+
> The following instructions are for purchasing a commitment tier for web-based APIs and connected containers only. For instructions on purchasing plans for disconnected containers, see [Run containers in disconnected environments](containers/disconnected-containers.md).
35+
3336
Before you can purchase a commitment plan, you must [submit an online application](https://aka.ms/csgatecommitment). If your application is approved, you will be able to purchase a commitment tier on the Azure portal, for both new and existing Azure Resources.
3437

3538
* On the form, you must use a corporate email address associated with an Azure subscription ID.
@@ -61,7 +64,9 @@ Once you are approved, you can use either create a new resource to use a commitm
6164
> * The resource is using the standard pricing tier.
6265
> * You have been approved to purchase commitment tier pricing.
6366
64-
1. Select **Change** to view the available commitments for hosted API and container usage.
67+
3. Select **Change** to view the available commitments for hosted API and container usage. Choose a commitment plan for one or more of the following offerings:
68+
* **Web**: web-based APIs, where you send data to Azure for processing.
69+
* **Connected container**: Docker containers that enable you to [deploy Cognitive services on premises](cognitive-services-container-support.md), and maintain an internet connection for billing and metering.
6570

6671
:::image type="content" source="media/commitment-tier/commitment-tier-pricing.png" alt-text="A screenshot showing the commitment tier pricing page on the Azure portal." lightbox="media/commitment-tier/commitment-tier-pricing.png":::
6772

articles/cognitive-services/containers/container-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
manager: nitinme
99
ms.service: cognitive-services
1010
ms.topic: conceptual
11-
ms.date: 10/28/2021
11+
ms.date: 01/11/2022
1212
ms.author: aahi
1313

1414
title: FAQ for Azure Cognitive Services containers
@@ -169,4 +169,4 @@ sections:
169169
Containers can be run anywhere in any region, but they need a key and need to call back to Azure for metering. All supported regions for the cloud service are supported for the containers' metering call.
170170
171171
additionalContent: |
172-
[!INCLUDE [Containers next steps](includes/containers-next-steps.md)]
172+
* [How to use Cognitive Services containers in disconnected environments](disconnected-containers.md)

0 commit comments

Comments
 (0)