Skip to content

Commit 374f006

Browse files
authored
Update use-your-own-resources.md
1 parent eeb5e8f commit 374f006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Use this article if you want to use the Azure Agent Service with resources you a
2424

2525
To use your own resources, you can edit the parameters in the provided deployment templates. To start, determine if you want to edit the [basic agent setup template](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Agents/setup/basic-agent-identity), or the [standard agent setup template](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Agents/setup/standard-agent).
2626

27-
**Basic Setup**: Agents use multitenant search and storage resources fully managed by Microsoft. You don't have visibility or control over these underlying Azure resources. You can only use your own AI services account with this option.
27+
**Basic Setup**: Agent created in a basic project use multitenant search and storage resources fully managed by Microsoft. You don't have visibility or control over these underlying Azure resources. You can only use your own AI services account with this option.
2828

29-
**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, Azure Storage account, Cosmos DB for NoSQL account and/or Azure AI Search resource with this option.
29+
**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

3131
## Basic agent setup: use an existing AI Services/Azure OpenAI resource
3232

@@ -56,7 +56,7 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
5656
5757
Use an existing AI Services/AOAI, 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:
6060
1. Follow the steps in basic agent setup to get the AI Services account resource ID.
6161
2. In the standard agent template file, replace the following placeholders:
6262

0 commit comments

Comments
 (0)