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/includes/bicep-setup.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ The following section shows you how to set up the required resources for getting
34
34
35
35
#### Basic agent setup: use an existing AI Services resource
36
36
37
-
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource id of the AI Services account you want to use.
37
+
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource ID of the AI Services account you want to use.
38
38
39
-
1. To get the AI Services account resource id, sign in to the Azure CLI and select the subscription with your AI Services account:
39
+
1. To get the AI Services account resource ID, sign in to the Azure CLI and select the subscription with your AI Services account:
40
40
41
41
```az login```
42
42
2. Replace `<your-resource-group>` with the resource group containing your resource and `your-ai-service-resource-name` with the name of your AI Service resource, and run:
@@ -50,15 +50,15 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
50
50
51
51
#### Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
52
52
53
-
Use an existing AI Search, storage accont, and/or Azure AI Search resource by providing the full arm resource id in the standard agent template file.
53
+
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.
54
54
55
55
Use an existing AI Services resource:
56
-
1.See steps in basic agent setup to get the AI Services account resource id.
56
+
1.Follow the steps in basic agent setup to get the AI Services account resource ID.
57
57
2. In the standard agent template file, set the parameter:
Resources for the AI hub, AI project, and AI Services are created for you. A storage account is created because it is a required resource for hubs, but this is not used by agents. The AI Services account is connected to your project/hub and a gpt-4o-mini model is deployed in the eastus region. A Microsoft-managed key vault, storage account, and search resource is used by default.
85
+
Resources for the AI hub, AI project, and AI Services are created for you. A storage account is created because it's a required resource for hubs, but this storage account is not used by agents. The AI Services account is connected to your project/hub and a gpt-4o-mini model is deployed in the eastus region. A Microsoft-managed key vault, storage account, and search resource is used by default.
86
86
87
87
## Standard agent setup resource architecture
88
88
:::image type="content" source="../media/quickstart/standard-agent-setup-resources.png" alt-text="An architecture diagram for standard agent setup." lightbox="../media/quickstart/standard-agent-setup-resources.png":::
Files can be removed from a vector store by either:
49
49
50
50
* Deleting the vector store file object or,
51
-
*By deleting the underlying file object, which removes the file it from all vector_store and code_interpreter configurations across all agents and threads in your organization
51
+
*Deleting the underlying file object, which removes the file it from all vector_store and code_interpreter configurations across all agents and threads in your organization
52
52
53
53
The maximum file size is 512 MB. Each file should contain no more than 5,000,000 tokens per file (computed automatically when you attach a file).
54
54
55
55
56
56
## Remove vector store
57
57
58
-
You can can remove a vector store from the file search tool.
58
+
You can remove a vector store from the file search tool.
0 commit comments