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
If you get an `unauthorized: authentication required` error, login with the `az acr login --name <your-container-registry-name>` command.
134
+
If you get an `unauthorized: authentication required` error, sign in with the `az acr login --name <your-container-registry-name>` command.
135
135
136
136
When the process is done, the results should be similar to:
137
137
@@ -148,7 +148,7 @@ To deploy the container to the Azure Kubernetes Service, the container images ne
148
148
149
149
## Get language detection Docker image
150
150
151
-
1. Pull the latest version of the Docker image to the local machine. This may take a few minutes. If there is a newer version of this container, change the value from `1.1.006770001-amd64-preview` to the newer version.
151
+
1. Pull the latest version of the Docker image to the local machine. This can take a few minutes. If there is a newer version of this container, change the value from `1.1.006770001-amd64-preview` to the newer version.
@@ -216,7 +216,7 @@ The following steps are needed to get the required information to connect your c
216
216
az aks create --resource-group cogserv-container-rg --name patty-kube --node-count 2 --service-principal <appId> --client-secret <client-secret> --generate-ssh-keys
217
217
```
218
218
219
-
This step may take a few minutes. The result is:
219
+
This step can take a few minutes. The result is:
220
220
221
221
```output
222
222
{
@@ -310,14 +310,14 @@ This section uses the **kubectl** CLI to talk with the Azure Kubernetes Service.
310
310
Language-frontend deployment settings|Purpose|
311
311
|--|--|
312
312
|Line 32<br> `image` property|Image location for the frontend image in your Container Registry<br>`<container-registry-name>.azurecr.io/language-frontend:v1`|
313
-
|Line 44<br> `name` property|Container Registry secret for the image, referred to as `<client-secret>` in a previous section.|
313
+
|Line 44<br> `name` property|Container Registry secret for the image. Referred to as `<client-secret>` in a previous section.|
314
314
315
315
1. Change the language deployment lines of `language.yml` based on the following table to add your own container registry image names, client secret, and Language service settings.
316
316
317
317
|Language deployment settings|Purpose|
318
318
|--|--|
319
319
|Line 78<br> `image` property|Image location for the language image in your Container Registry<br>`<container-registry-name>.azurecr.io/language:1.1.006770001-amd64-preview`|
320
-
|Line 95<br> `name` property|Container Registry secret for the image, referred to as `<client-secret>` in a previous section.|
320
+
|Line 95<br> `name` property|Container Registry secret for the image. Referred to as `<client-secret>` in a previous section.|
321
321
|Line 91<br> `apiKey` property|Your Language service resource key|
322
322
|Line 92<br> `billing` property|The billing endpoint for your Language service resource.<br>`https://westus.api.cognitive.microsoft.com/text/analytics/v2.1`|
Copy file name to clipboardExpand all lines: articles/ai-services/containers/container-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ metadata:
8
8
manager: nitinme
9
9
ms.service: azure-ai-services
10
10
ms.topic: faq
11
-
ms.date: 02/21/2024
11
+
ms.date: 01/31/2025
12
12
ms.author: aahi
13
13
title: FAQ for Azure AI containers
14
14
summary: |
@@ -82,7 +82,7 @@ sections:
82
82
| `BillingEndpointBusy` | The billing endpoint is currently busy. Check the `Retry-After` value and wait for this period to end before you make more requests. |
83
83
| `ContainerUseUnauthorized` | The provided API key isn't authorized for use with this container. You're likely using a gated container, so make sure your Azure subscription ID is approved by submitting an [online request](https://aka.ms/csgate). |
84
84
| `[ERROR] Failed to download: context deadline exceeded` | The model file download request to our servers timed out. Make sure you have a strong internet connection to download all required files within one hour. Model downloads apply to Text Translation and some Speech service containers. |
85
-
| `The provided license path was not found. Please ensure a volume is mounted and a directory exists at the location specified by Mounts:License` | **Disconnected containers only.** There is no license file stored locally at the location specified in your docker run command. You might have mounted the license volume incorrectly. Be sure to check your local file system and provide a valid filepath to the desired local storage location for the license file using the -v argument in your docker run command. |
85
+
| `The provided license path was not found. Please ensure a volume is mounted and a directory exists at the location specified by Mounts:License` | **Disconnected containers only.** There is no license file stored locally at the location specified in your docker run command. You might have mounted the license volume incorrectly. Be sure to check your local file system and provide a valid filepath to the desired local storage location for the license file using the `-v` argument in your docker run command. |
86
86
| `Unknown` | The server is currently unable to process billing requests. |
Copy file name to clipboardExpand all lines: articles/ai-services/containers/container-reuse-recipe.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: aahill
7
7
manager: nitinme
8
8
ms.service: azure-ai-services
9
9
ms.topic: how-to
10
-
ms.date: 02/22/2024
10
+
ms.date: 01/31/2025
11
11
ms.author: aahi
12
12
#Customer intent: As a potential customer, I want to know how to configure containers so I can reuse them.
13
13
---
@@ -23,7 +23,7 @@ Once you have this new layer of container (with settings), and you have tested i
23
23
Any `docker run` examples in this document assume a Windows console with a `^` line continuation character. Consider the following for your own use:
24
24
25
25
* Do not change the order of the arguments unless you are very familiar with docker containers.
26
-
* If you are using an operating system other than Windows, or a console other than Windows console, use the correct console/terminal, folder syntax for mounts, and line continuation character for your console and system. Because the Azure AI services container is a Linux operating system, the target mount uses a Linux-style folder syntax.
26
+
* If you are using an operating system other than Windows, or a console other than Windows console, use the correct console/terminal, folder syntax for mounts, and line continuation character for your console and system. Because the Azure AI services container is a Linux operating system, the target mount uses a Linux-style folder syntax.
27
27
*`docker run` examples use the directory off the `c:` drive to avoid any permission conflicts on Windows. If you need to use a specific directory as the input directory, you might need to grant the docker service permission.
28
28
29
29
## Store no configuration settings in image
@@ -123,7 +123,7 @@ Follow these steps to use the Dockerfile and place the new image in your private
123
123
az acr login --name <my-registry>
124
124
```
125
125
126
-
You can also sign in with docker login if you are assigned a service principal.
126
+
You can also sign in with `docker login`if you are assigned a service principal.
0 commit comments