Skip to content

Commit 6e50a25

Browse files
committed
Fixed broken links and made a few more consistencies
1 parent 909b1d8 commit 6e50a25

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

articles/cognitive-services/Anomaly-Detector/anomaly-detector-container-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Once the container is on the [host computer](#the-host-computer), use the follow
9292

9393
## Run the container with `docker run`
9494

95-
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{Endpoint_URI}` and `{API_Key}` values.
95+
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{ENDPOINT_URI}` and `{API_KEY}` values.
9696

9797
[Examples](anomaly-detector-container-configuration.md#example-docker-run-commands) of the `docker run` command are available.
9898

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Once the container is on the [host computer](#the-host-computer), use the follow
7474

7575
## Run the container with `docker run`
7676

77-
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{Endpoint_URI}` and `{API_Key}` values.
77+
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{ENDPOINT_URI}` and `{API_KEY}` values.
7878

79-
[Examples](computer-vision-resource-container-configuration.md#recognize-text-container-docker-examples) of the `docker run` command are available.
79+
[Examples](computer-vision-resource-container-config.md#example-docker-run-commands) of the `docker run` command are available.
8080

8181
```bash
8282
docker run --rm -it -p 5000:5000 --memory 4g --cpus 1 \

articles/cognitive-services/Face/face-how-to-install-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ After the container is on the [host computer](#the-host-computer), use the follo
7777

7878
## Run the container with docker run
7979

80-
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{Endpoint_URI}` and `{API_Key}` values.
80+
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{ENDPOINT_URI}` and `{API_KEY}` values.
8181

82-
[Examples](face-resource-container-configuration.md#example-docker-run-commands) of the `docker run` command are available.
82+
[Examples](face-resource-container-config.md#example-docker-run-commands) of the `docker run` command are available.
8383

8484
```bash
8585
docker run --rm -it -p 5000:5000 --memory 4g --cpus 1 \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Once the container is on the [host computer](#the-host-computer), use the follow
171171

172172
## Run the container with `docker run`
173173

174-
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{Endpoint_URI}` and `{API_Key}` values.
174+
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{ENDPOINT_URI}` and `{API_KEY}` values.
175175

176176
[Examples](speech-container-configuration.md#example-docker-run-commands) of the `docker run` command are available.
177177

articles/cognitive-services/form-recognizer/form-recognizer-container-configuration.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ See [gathering required parameters](form-recognizer-container-howto.md#gathering
9696
> [!IMPORTANT]
9797
> To run the container, specify the `Eula`, `Billing`, and `ApiKey` options; otherwise, the container won't start. For more information, see [Billing](#billing-configuration-setting).
9898
99-
> [!NOTE]
100-
> The ApiKey value is the **Key** from the Azure Form Recognizer Resource keys page.
101-
10299
## Form Recognizer container Docker examples
103100

104101
The following Docker examples are for the Form Recognizer container.

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-install-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Once the container is on the [host computer](#the-host-computer), use the follow
107107

108108
## Run the container with `docker run`
109109

110-
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run any of the three containers. Refer to [Gathering required parameters](#gathering-required-parameters) for details on how to get the `{Endpoint_URI}` and `{API_Key}` values.
110+
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run any of the three containers. Refer to [Gathering required parameters](#gathering-required-parameters) for details on how to get the `{ENDPOINT_URI}` and `{API_KEY}` values.
111111

112112
[Examples](../text-analytics-resource-container-config.md#example-docker-run-commands) of the `docker run` command are available.
113113

0 commit comments

Comments
 (0)