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
> The [`ApiKey`](#the-apikey-configuration-setting), [`Billing`](#the-billing-configuration-setting), and [`Eula`](#the-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 [Install and run Form Recognizer containers](form-recognizer-container-howto.md#billing).
26
26
27
-
## The ApiKey configuration setting
27
+
## ApiKey configuration setting
28
28
29
29
The `ApiKey` setting specifies the Azure resource key that's used to track billing information for the container. The value for the ApiKey must be a valid key for the _Form Recognizer_ resource that's specified for `Billing` in the "Billing configuration setting" section.
30
30
31
31
You can find this setting in the Azure portal, in **Form Recognizer Resource Management**, under **Keys**.
The `Billing` setting specifies the endpoint URI of the _Form Recognizer_ resource on Azure that's used to meter billing information for the container. The value for this configuration setting must be a valid endpoint URI for a _Form Recognizer_ resource on Azure. The container reports usage about every 10 to 15 minutes.
40
40
@@ -44,7 +44,7 @@ You can find this setting in the Azure portal, in **Form Recognizer Overview**,
@@ -91,7 +91,7 @@ Replace {_argument_name_} in the following table with your own values:
91
91
|{COMPUTER_VISION_ENDPOINT_URI}|The billing endpoint. If you're using a cloud-based Computer Vision resource, the URI value is available on the Azure portal Computer Vision API Overview page. If you're using a *cognitive-services-recognize-text* container, use the billing endpoint URL that's passed to the container in the `docker run` command.|
92
92
93
93
> [!IMPORTANT]
94
-
> To run the container, specify the `Eula`, `Billing`, and `ApiKey` options; otherwise, the container won't start. For more information, see [Billing](#the-billing-configuration-setting).
94
+
> 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).
95
95
96
96
> [!NOTE]
97
97
> The ApiKey value is the **Key** from the Azure Form Recognizer Resource keys page.
0 commit comments