You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/use-your-own-resources.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To use your own resources, you can edit the parameters in the provided deploymen
28
28
29
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.
30
30
31
-
## Basic agent setup: use an existing AI Services/Azure OpenAI resource
31
+
## Basic agent setup: Use an existing AI Services/Azure OpenAI resource
32
32
33
33
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource ID of the AI Services or Azure OpenAI resource you want to use.
34
34
@@ -52,11 +52,12 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
52
52
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.
53
53
54
54
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
56
56
57
57
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.
58
58
59
-
### Use an existing AI Services or Azure OpenAI resource:
59
+
### Use an existing AI Services or Azure OpenAI resource
60
+
60
61
1. Follow the steps in basic agent setup to get the AI Services account resource ID.
61
62
2. In the standard agent template file, replace the following placeholders:
62
63
@@ -100,6 +101,7 @@ Use an existing AI Services / Azure OpenAI, Azure Storage account, Azure Cosmos
100
101
3. In the standard agent template file, replace the following placeholders:
0 commit comments