Skip to content

Commit 4d605ab

Browse files
authored
Update translator-disconnected-containers.md
1 parent fc6b8a4 commit 4d605ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/cognitive-services/Translator/containers/translator-disconnected-containers.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Mounts:License={CONTAINER_LICENSE_DIRECTORY} \
133133
[image]
134134
```
135135

136-
### Translation models and container configuration
136+
### Translator translation models and container configuration
137137

138138
After you've [configured the container](#configure-the-container-to-run-in-a-disconnected-environment), the values for the downloaded translation models and container configuration will be generated and displayed in the container output:
139139

@@ -188,7 +188,7 @@ Mounts:Output={CONTAINER_OUTPUT_DIRECTORY} \
188188

189189
## Other parameters and commands
190190

191-
Here are a few more parameters and commands you may need to run the container.
191+
Here are a few more parameters and commands you may need to run the container:
192192

193193
#### Usage records
194194

@@ -218,14 +218,14 @@ https://<service>/records/usage-logs/
218218

219219
**Example HTTPS endpoint**
220220

221-
`http://localhost:5000/records/usage-logs`.
221+
`http://localhost:5000/records/usage-logs`
222222

223-
This usage-logs endpoint will return a JSON response similar to this example:
223+
The usage-logs endpoint will return a JSON response similar to the following example:
224224

225225
```json
226226
{
227-
"apiType": "noop",
228-
"serviceName": "noop",
227+
"apiType": "string",
228+
"serviceName": "string",
229229
"meters": [
230230
{
231231
"name": "string",
@@ -243,7 +243,7 @@ The following endpoint will provide a report summarizing usage over a specific m
243243
https://<service>/records/usage-logs/{MONTH}/{YEAR}
244244
```
245245

246-
This usage-logs endpoint will return a JSON response similar to this example:
246+
This usage-logs endpoint will return a JSON response similar to the following example:
247247

248248
```json
249249
{
@@ -262,15 +262,15 @@ This usage-logs endpoint will return a JSON response similar to this example:
262262

263263
Commitment plans for disconnected containers have a calendar year commitment period. When you purchase a plan, you'll be charged the full price immediately. During the commitment period, you can't change your commitment plan, however you can purchase more unit(s) at a pro-rated price for the remaining days in the year. You have until midnight (UTC) on the last day of your commitment, to end a commitment plan.
264264

265-
You can choose a different commitment plan in the **Commitment Tier pricing** settings of your resource.
265+
You can choose a different commitment plan in the **Commitment tier pricing** settings of your resource under the **Resource Management** section.
266266

267267
### End a commitment plan
268268

269269
If you decide that you don't want to continue purchasing a commitment plan, you can set your resource's auto-renewal to **Do not auto-renew**. Your commitment plan will expire on the displayed commitment end date. After this date, you won't be charged for the commitment plan. You'll be able to continue using the Azure resource to make API calls, charged at pay-as-you-go pricing. You'll have until midnight (UTC) on the last day of the year to end a commitment plan for disconnected containers. If you do so, you won't be charged for the following year.
270270

271271
## Troubleshooting
272272

273-
Run the container with an output mount and logging enabled. These settings will enable the container to generate log files that are helpful for troubleshooting issues that happen while starting or running the container.
273+
Run the container with an output mount and logging enabled. These settings will enable the container to generate log files that are helpful for troubleshooting issues that occur while starting or running the container.
274274

275275
> [!TIP]
276276
> For more troubleshooting information and guidance, see [Disconnected containers Frequently asked questions (FAQ)](../../containers/disconnected-container-faq.yml).

0 commit comments

Comments
 (0)