Skip to content

Commit da634f3

Browse files
Merge pull request #2405 from aahill/key-change
updating key length
2 parents 3e5e0b4 + cd447a0 commit da634f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-services/containers/azure-container-instance-recipe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.custom: devx-track-azurecli
99
ms.service: azure-ai-services
1010
ms.topic: how-to
11-
ms.date: 02/22/2024
11+
ms.date: 01/21/2025
1212
ms.author: aahi
1313
# https://github.com/Azure/cognitiveservices-aci
1414
#Customer intent: As a potential customer, I want to know more about how Azure AI services provides and supports Docker containers for each service.
@@ -24,7 +24,7 @@ The recipe works with any Azure AI services container. The Azure AI services res
2424

2525
* An Azure resource for the Azure AI service you're using.
2626
* Azure AI service resource **endpoint URL** - review your specific service's "How to install" for the container, to find where the endpoint URL is from within the Azure portal, and what a correct example of the URL looks like. The exact format can change from service to service.
27-
* Azure AI service resource **key** - the keys are on the **Keys** page for the Azure resource. You only need one of the two keys. The key is a string of 32 alpha-numeric characters.
27+
* Azure AI service resource **key** - the keys are on the **Keys** page for the Azure resource. You only need one of the two keys. The key is a string of 84 alpha-numeric characters.
2828

2929
* A single Azure AI services container on your local host (your computer). Make sure you can:
3030
* Pull down the image with a `docker pull` command.

articles/ai-services/containers/includes/create-container-instances-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ms.author: aahi
3838

3939
| Key | Value |
4040
|--|--|
41-
|`ApiKey`|Copied from the **Keys and endpoint** page of the resource. It is a 32 alphanumeric-character string with no spaces or dashes, `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`.|
41+
|`ApiKey`|Copied from the **Keys and endpoint** page of the resource. It is a 84 alphanumeric-character string with no spaces or dashes, `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`.|
4242
|`Billing`| Your endpoint URL copied from the **Keys and endpoint** page of the resource.|
4343
|`Eula`|`accept`|
4444

0 commit comments

Comments
 (0)