Skip to content

Commit ccd7938

Browse files
authored
Merge pull request #104852 from IEvangelist/updateContainerStop
Updated text to say 'serving requests' instead of 'stop'.
2 parents 7aa799b + a2bf229 commit ccd7938

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
---
22
author: IEvangelist
33
ms.author: dapine
4-
ms.date: 06/25/2019
4+
ms.date: 02/19/2020
55
ms.service: cognitive-services
66
ms.topic: include
77
---
88

9-
Queries to the container are billed at the pricing tier of the Azure resource that's used for the `<ApiKey>`.
9+
Queries to the container are billed at the pricing tier of the Azure resource that's used for the `ApiKey`.
1010

11-
Azure Cognitive Services containers aren't licensed to run without being connected to the billing endpoint for metering. You must enable the containers to communicate billing information with the billing endpoint at all times. Cognitive Services containers don't send customer data, such as the image or text that's being analyzed, to Microsoft.
11+
Azure Cognitive Services containers aren't licensed to run without being connected to the metering / billing endpoint. You must enable the containers to communicate billing information with the billing endpoint at all times. Cognitive Services containers don't send customer data, such as the image or text that's being analyzed, to Microsoft.
1212

1313
### Connect to Azure
1414

15-
The container needs the billing argument values to run. These values allow the container to connect to the billing endpoint. The container reports usage about every 10 to 15 minutes. If the container doesn't connect to Azure within the allowed time window, the container continues to run but doesn't serve queries until the billing endpoint is restored. The connection is attempted 10 times at the same time interval of 10 to 15 minutes. If it can't connect to the billing endpoint within the 10 tries, the container stops running.
15+
The container needs the billing argument values to run. These values allow the container to connect to the billing endpoint. The container reports usage about every 10 to 15 minutes. If the container doesn't connect to Azure within the allowed time window, the container continues to run but doesn't serve queries until the billing endpoint is restored. The connection is attempted 10 times at the same time interval of 10 to 15 minutes. If it can't connect to the billing endpoint within the 10 tries, the container stops serving requests.
1616

1717
### Billing arguments
1818

19-
For the `docker run` command to start the container, all three of the following options must be specified with valid values:
19+
The <a href="https://docs.docker.com/engine/reference/commandline/run/" target="_blank">`docker run` <span class="docon docon-navigate-external x-hidden-focus"></span></a> command will start the container when all three of the following options are provided with valid values:
2020

2121
| Option | Description |
2222
|--------|-------------|
2323
| `ApiKey` | The API key of the Cognitive Services resource that's used to track billing information.<br/>The value of this option must be set to an API key for the provisioned resource that's specified in `Billing`. |
2424
| `Billing` | The endpoint of the Cognitive Services resource that's used to track billing information.<br/>The value of this option must be set to the endpoint URI of a provisioned Azure resource.|
2525
| `Eula` | Indicates that you accepted the license for the container.<br/>The value of this option must be set to **accept**. |
26-
27-

0 commit comments

Comments
 (0)