Skip to content

Commit 730ad5f

Browse files
committed
fixing duplicate files/info
1 parent 1600cbf commit 730ad5f

File tree

3 files changed

+12
-73
lines changed

3 files changed

+12
-73
lines changed

articles/ai-services/agents/how-to/tools/use-your-own-resources.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

articles/ai-services/agents/how-to/use-your-own-resources.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ manager: nitinme
77
ms.service: azure
88
ms.topic: how-to
99
ms.date: 12/11/2024
10-
author: aahill
11-
ms.author: aahi
10+
author: fosteramanda
11+
ms.author: fosteramanda
1212
ms.custom: azure-ai-agents
1313
---
1414

@@ -29,7 +29,7 @@ To use your own resources, you can edit the parameters in the provided deploymen
2929

3030
## Basic agent setup: use an existing AI Services resource
3131

32-
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource ID of the AI Services account you want to use.
32+
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource ID of the AI Services/Azure OpenAI resource you want to use.
3333

3434
1. To get the AI Services account resource ID, sign in to the Azure CLI and select the subscription with your AI Services account:
3535

@@ -44,18 +44,25 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
4444

4545
```
4646
aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
47+
48+
[Azure OpenAI Only] aiServiceKind: AzureOpenAI
4749
```
4850
51+
If you want to use an existing Azure OpenAI resource, you will need to update the `aiServiceAccountResourceId` and the `aiServiceKind` parameters in the parameter file. The aiServiceKind parameter should be set to AzureOpenAI.
52+
53+
4954
## Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
5055
5156
Use an existing AI Search, storage account, and/or Azure AI Search resource by providing the full arm resource ID in the standard agent template file.
5257
53-
Use an existing AI Services resource:
58+
Use an existing AI Services/Azure OpenAI resource:
5459
1. Follow the steps in basic agent setup to get the AI Services account resource ID.
5560
2. In the standard agent template file, replace the following placeholders:
5661
5762
```
5863
aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
64+
65+
[Azure OpenAI Only] aiServiceKind: AzureOpenAI
5966
```
6067
6168
### Use an existing storage account

articles/ai-services/agents/includes/bicep-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Use an existing AI Services/AOAI, AI Search, and/or Azure Blob Storage resource
6262

6363
If you want to use an existing Azure OpenAI resource, you need to update the `aiServiceAccountResourceId` and the `aiServiceKind` parameters in the parameter file. The `aiServiceKind` parameter should be set to `AzureOpenAI`.
6464

65-
For more information, see [how to use your own resources](../how-to/tools/use-your-own-resources.md).
65+
For more information, see [how to use your own resources](../how-to/use-your-own-resources.md).
6666

6767

6868
## Basic agent setup resource architecture

0 commit comments

Comments
 (0)