Skip to content

Commit 00d2c43

Browse files
committed
feedback
1 parent 7a361d2 commit 00d2c43

File tree

8 files changed

+11
-16
lines changed

8 files changed

+11
-16
lines changed

articles/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The JSON response object has the same object graph as the asynchronous version.
313313

314314
For an example use-case, see the <a href="https://aka.ms/ts-read-api-types" target="_blank" rel="noopener noreferrer">TypeScript sandbox here </a> and select **Run** to visualize its ease-of-use.
315315

316-
## Run the container disconnected from the internet (authorization required)
316+
## Run the container disconnected from the internet
317317

318318
[!INCLUDE [configure-disconnected-container](../containers/includes/configure-disconnected-container.md)]
319319

articles/cognitive-services/LUIS/luis-container-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ After the log is uploaded, [review the endpoint](./luis-concept-review-endpoint-
373373

374374
[!INCLUDE [Container API documentation](../../../includes/cognitive-services-containers-api-documentation.md)]
375375

376-
## Run the container disconnected from the internet (authorization required)
376+
## Run the container disconnected from the internet
377377

378378
[!INCLUDE [configure-disconnected-container](../containers/includes/configure-disconnected-container.md)]
379379

articles/cognitive-services/Speech-Service/speech-container-howto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ This command:
261261
> To install GStreamer in a container,
262262
> follow Linux instructions for GStreamer in [Use codec compressed audio input with the Speech SDK](how-to-use-codec-compressed-audio-input-streams.md).
263263
264-
### Run the container disconnected from the internet (authorization required)
264+
### Run the container disconnected from the internet
265265

266266
[!INCLUDE [configure-disconnected-container](../containers/includes/configure-disconnected-container.md)]
267267

@@ -486,7 +486,7 @@ ApiKey={API_KEY}
486486
Starting in v2.5.0 of the custom-speech-to-text container, you can get custom pronunciation results in the output. All you need to do is have your own custom pronunciation rules set up in your custom model and mount the model to a custom-speech-to-text container.
487487

488488

489-
### Run the container disconnected from the internet (authorization required)
489+
### Run the container disconnected from the internet
490490

491491
To use this container disconnected from the internet, you must first request access by filling out an application, and purchasing a commitment plan. See [Use Docker containers in disconnected environments](../containers/disconnected-containers.md) for more information.
492492

@@ -574,7 +574,7 @@ This command:
574574
* Automatically removes the container after it exits. The container image is still available on the host computer.
575575

576576

577-
### Run the container disconnected from the internet (authorization required)
577+
### Run the container disconnected from the internet
578578

579579
[!INCLUDE [configure-disconnected-container](../containers/includes/configure-disconnected-container.md)]
580580

articles/cognitive-services/containers/disconnected-containers.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.topic: reference
10-
ms.date: 02/27/2022
10+
ms.date: 04/06/2023
1111
ms.author: aahi
1212
---
1313

@@ -25,9 +25,6 @@ Containers enable you to run Cognitive Services APIs in your own environment, an
2525
* [Key Phrase Extraction](../language-service/key-phrase-extraction/how-to/use-containers.md)
2626
* [Language Detection](../language-service/language-detection/how-to/use-containers.md)
2727
* [Computer Vision - Read](../computer-vision/computer-vision-how-to-install-containers.md)
28-
29-
Disconnected container usage is also available for the following Applied AI service:
30-
3128
* [Form Recognizer](../../applied-ai-services/form-recognizer/containers/form-recognizer-disconnected-containers.md)
3229

3330
Before attempting to run a Docker container in an offline environment, make sure you know the steps to successfully download and use the container. For example:
@@ -65,16 +62,14 @@ Access is limited to customers that meet the following requirements:
6562
> * You will only see the option to purchase a commitment tier if you have been approved by Microsoft.
6663
> * Pricing details are for example only.
6764
68-
:::image type="content" source="media/offline-container-signup.png" alt-text="A screenshot showing resource creation on the Azure portal." lightbox="media/offline-container-signup.png":::
69-
7065
3. Select **Review + Create** at the bottom of the page. Review the information, and select **Create**.
7166

7267
4. See the following documentation for steps on downloading and configuring the container for disconnected usage:
7368

7469
* [Computer Vision - Read](../computer-vision/computer-vision-how-to-install-containers.md#run-the-container-disconnected-from-the-internet-authorization-required)
7570
* [Language Understanding (LUIS)](../LUIS/luis-container-howto.md#run-the-container-disconnected-from-the-internet-authorization-required)
76-
* [Text Translation (Standard)](../translator/containers/translator-how-to-install-container.md#run-the-container-disconnected-from-the-internet-authorization-required)
77-
* [Form recognizer](../../applied-ai-services/form-recognizer/containers/form-recognizer-container-install-run.md)
71+
* [Text Translation (Standard)](../translator/containers/translator-disconnected-containers.md)
72+
* [Form recognizer](../../applied-ai-services/form-recognizer/containers/form-recognizer-disconnected-containers.md)
7873

7974
**Speech service**
8075

Binary file not shown.

articles/cognitive-services/language-service/key-phrase-extraction/how-to/use-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Use the host, `http://localhost:5000`, for container APIs.
106106
[!INCLUDE [Container's API documentation](../../../../../includes/cognitive-services-containers-api-documentation.md)]
107107

108108

109-
### Run the container disconnected from the internet (authorization required)
109+
### Run the container disconnected from the internet
110110

111111
[!INCLUDE [configure-disconnected-container](../../../containers/includes/configure-disconnected-container.md)]
112112

articles/cognitive-services/language-service/language-detection/how-to/use-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Use the host, `http://localhost:5000`, for container APIs.
9797

9898
[!INCLUDE [Container's API documentation](../../../../../includes/cognitive-services-containers-api-documentation.md)]
9999

100-
### Run the container disconnected from the internet (authorization required)
100+
### Run the container disconnected from the internet
101101

102102
[!INCLUDE [configure-disconnected-container](../../../containers/includes/configure-disconnected-container.md)]
103103

articles/cognitive-services/language-service/sentiment-opinion-mining/how-to/use-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Use the host, `http://localhost:5000`, for container APIs.
120120

121121
[!INCLUDE [Container's API documentation](../../../../../includes/cognitive-services-containers-api-documentation.md)]
122122

123-
### Run the container disconnected from the internet (authorization required)
123+
### Run the container disconnected from the internet
124124

125125
[!INCLUDE [configure-disconnected-container](../../../containers/includes/configure-disconnected-container.md)]
126126

0 commit comments

Comments
 (0)