Skip to content

Commit 4037acd

Browse files
committed
fixing titles
1 parent 730ad5f commit 4037acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use your own resources, you can edit the parameters in the provided deploymen
2727

2828
**Standard Setup**: Agents use customer-owned, single-tenant search and storage resources. With this setup, you have full control and visibility over these resources, but you incur costs based on your usage. You can use your own AI services account, storage account, and/or Azure AI Search resource with this option.
2929

30-
## Basic agent setup: use an existing AI Services resource
30+
## Basic agent setup: use an existing AI Services/Azure OpenAI resource
3131

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

@@ -51,7 +51,7 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
5151
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.
5252
5353
54-
## Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
54+
## Standard agent setup: use an existing AI Services/Azure OpenAI, storage, and/or Azure AI Search resource
5555
5656
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.
5757

0 commit comments

Comments
 (0)