Skip to content

Commit 9bfed98

Browse files
Fix headings in use-your-own-resources.md
1 parent b452c5f commit 9bfed98

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

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

2929
**Standard Setup**: Agents created in a standard project 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, Azure Storage account, Cosmos DB for NoSQL account and/or Azure AI Search resource with this option.
3030

31-
## Basic agent setup: use an existing AI Services/Azure OpenAI resource
31+
## Basic agent setup: Use an existing AI Services/Azure OpenAI resource
3232

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

@@ -52,11 +52,12 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
5252
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.
5353
5454
55-
## Standard agent setup: use an existing AI Services/Azure OpenAI, Azure Storage account, Azure Cosmos DB for NoSQL account, and/or Azure AI Search resource
55+
## Standard agent setup: Use an existing AI Services/Azure OpenAI, Azure Storage account, Azure Cosmos DB for NoSQL account, and/or Azure AI Search resource
5656
5757
Use an existing AI Services / Azure OpenAI, Azure Storage account, Azure Cosmos DB for NoSQL account and/or Azure AI Search resource by providing the full ARM resource ID in the standard agent template file.
5858
59-
### Use an existing AI Services or Azure OpenAI resource:
59+
### Use an existing AI Services or Azure OpenAI resource
60+
6061
1. Follow the steps in basic agent setup to get the AI Services account resource ID.
6162
2. In the standard agent template file, replace the following placeholders:
6263
@@ -100,6 +101,7 @@ Use an existing AI Services / Azure OpenAI, Azure Storage account, Azure Cosmos
100101
3. In the standard agent template file, replace the following placeholders:
101102
102103
`cosmosDBResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{cosmosDbAccountName}`
104+
103105
### Use an existing Azure AI Search resource
104106
105107
1. To get your Azure AI Search resource ID, sign into Azure CLI and select the subscription with your search resource:

0 commit comments

Comments
 (0)