You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/form-recognizer/form-recognizer-container-configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ ms.author: pafarley
15
15
16
16
By using Azure Form Recognizer containers, you can build an application architecture that's optimized to take advantage of both robust cloud capabilities and edge locality.
17
17
18
-
You configure the Form Recognizer container run-time environment by using the `docker run` command arguments. This container has several required settings and a few optional settings. For a few examples, see the "Example docker run commands" section. The container-specific settings are the billing settings.
18
+
You configure the Form Recognizer container run-time environment by using the `docker run` command arguments. This container has several required settings and a few optional settings. For a few examples, see the ["Example docker run commands"](#example-docker-run-commands) section. The container-specific settings are the billing settings.
> The [`ApiKey`](#apikey-configuration-setting), [`Billing`](#billing-configuration-setting), and [`Eula`](#eula-setting) settings are used together. You must provide valid values for all three settings; otherwise, your container won't start. For more information about using these configuration settings to instantiate a container, see [Install and run Form Recognizer containers](form-recognizer-container-howto.md#billing).
25
+
> The [`ApiKey`](#apikey-configuration-setting), [`Billing`](#billing-configuration-setting), and [`Eula`](#eula-setting) settings are used together. You must provide valid values for all three settings; otherwise, your container won't start. For more information about using these configuration settings to instantiate a container, see [Billing](form-recognizer-container-howto.md#billing).
26
26
27
27
## ApiKey configuration setting
28
28
@@ -67,7 +67,7 @@ Use bind mounts to read and write data to and from the container. You can specif
67
67
68
68
The Form Recognizer container requires an input mount and an output mount. The input mount can be read-only, and it's required for access to the data that's used for training and scoring. The output mount has to be writable, and you use it to store the models and temporary data.
69
69
70
-
The exact syntax of the host mount location varies depending on the host operating system. Additionally, the host computer's mount location might not be accessible because of a conflict between the Docker service account permissions and the host mount location permissions. For more information, see [Install and run Form Recognizer containers](form-recognizer-container-howto.md#the-host-computer).
70
+
The exact syntax of the host mount location varies depending on the host operating system. Additionally, the mount location of the [host computer](form-recognizer-container-howto.md#the-host-computer)might not be accessible because of a conflict between the Docker service account permissions and the host mount location permissions.
71
71
72
72
|Optional| Name | Data type | Description |
73
73
|-------|------|-----------|-------------|
@@ -78,7 +78,7 @@ The exact syntax of the host mount location varies depending on the host operati
78
78
79
79
The following examples use the configuration settings to illustrate how to write and use `docker run` commands. When it's running, the container continues to run until you [stop it](form-recognizer-container-howto.md#stop-the-container).
80
80
81
-
***Line-continuation character**: The Docker commands in the following sections use a back slash (\\), as a line continuation character. Replace or remove this character, depending on your host operating system's requirements.
81
+
***Line-continuation character**: The Docker commands in the following sections use a back slash (\\) as a line continuation character. Replace or remove this character, depending on your host operating system's requirements.
82
82
***Argument order**: Don't change the order of the arguments unless you're familiar with Docker containers.
83
83
84
84
Replace {_argument_name_} in the following table with your own values:
0 commit comments