Skip to content

Commit 81e0c83

Browse files
authored
Merge pull request #103090 from goergenj/patch-2
Update speech-container-howto.md
2 parents e0c9bb1 + 8bcb802 commit 81e0c83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,6 @@ After the container is on the [host computer](#host-computer-requirements-and-re
217217

218218
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. For more information on how to get the `{Endpoint_URI}` and `{API_Key}` values, see [Gather required parameters](#gather-required-parameters). More [examples](speech-container-configuration.md#example-docker-run-commands) of the `docker run` command are also available.
219219

220-
## Run the container in disconnected environments
221-
222-
You must request access to use containers disconnected from the internet. For more information, see [Request access to use containers in disconnected environments](../containers/disconnected-containers.md#request-access-to-use-containers-in-disconnected-environments).
223-
224220
> [!NOTE]
225221
> For general container requirements, see [Container requirements and recommendations](#container-requirements-and-recommendations).
226222
@@ -509,6 +505,10 @@ Increasing the number of concurrent calls can affect reliability and latency. Fo
509505
> [!IMPORTANT]
510506
> The `Eula`, `Billing`, and `ApiKey` options must be specified to run the container. Otherwise, the container won't start. For more information, see [Billing](#billing).
511507
508+
## Run the container in disconnected environments
509+
510+
You must request access to use containers disconnected from the internet. For more information, see [Request access to use containers in disconnected environments](../containers/disconnected-containers.md#request-access-to-use-containers-in-disconnected-environments).
511+
512512
## Query the container's prediction endpoint
513513

514514
> [!NOTE]

0 commit comments

Comments
 (0)