Skip to content

Commit d6c4a95

Browse files
authored
Update form-recognizer-container-configuration.md
1 parent f38d16f commit d6c4a95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ You configure the Form Recognizer container run-time environment by using the `d
2222
[!INCLUDE [Container shared configuration settings table](../../../includes/cognitive-services-containers-configuration-shared-settings-table.md)]
2323

2424
> [!IMPORTANT]
25-
> 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).
2626
27-
## The ApiKey configuration setting
27+
## ApiKey configuration setting
2828

2929
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.
3030

3131
You can find this setting in the Azure portal, in **Form Recognizer Resource Management**, under **Keys**.
3232

33-
## The ApplicationInsights setting
33+
## ApplicationInsights setting
3434

3535
[!INCLUDE [Container shared configuration ApplicationInsights settings](../../../includes/cognitive-services-containers-configuration-shared-settings-application-insights.md)]
3636

37-
## The Billing configuration setting
37+
## Billing configuration setting
3838

3939
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.
4040

@@ -44,7 +44,7 @@ You can find this setting in the Azure portal, in **Form Recognizer Overview**,
4444
|--|------|-----------|-------------|
4545
|Yes| `Billing` | String | Billing endpoint URI<br><br>Example:<br>`Billing=https://westus2.api.cognitive.microsoft.com/` |
4646

47-
## The Eula setting
47+
## Eula setting
4848

4949
[!INCLUDE [Container shared configuration eula settings](../../../includes/cognitive-services-containers-configuration-shared-settings-eula.md)]
5050

@@ -91,7 +91,7 @@ Replace {_argument_name_} in the following table with your own values:
9191
|{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.|
9292

9393
> [!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).
9595
9696
> [!NOTE]
9797
> The ApiKey value is the **Key** from the Azure Form Recognizer Resource keys page.

0 commit comments

Comments
 (0)