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
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To use your own resources, you can edit the parameters in the provided deploymen
26
26
27
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.
28
28
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, storage account, and/or Azure AI Search resource with this option.
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.
30
30
31
31
## Basic agent setup: use an existing AI Services/Azure OpenAI resource
32
32
@@ -52,7 +52,7 @@ 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, storage, 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 Search, storage account, and/or Azure AI Search resource by providing the full arm resource ID in the standard agent template file.
58
58
@@ -66,7 +66,7 @@ Use an existing AI Services or Azure OpenAI resource:
66
66
[Azure OpenAI Only] aiServiceKind: AzureOpenAI
67
67
```
68
68
69
-
### Use an existing storage account
69
+
### Use an existing Azure Storage account for file storage
70
70
71
71
1. To get your storage account resource ID, sign in to the Azure CLI and select the subscription with your storage account:
72
72
@@ -82,6 +82,22 @@ Use an existing AI Services or Azure OpenAI resource:
0 commit comments