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
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.
52
+
53
+
49
54
## Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
50
55
51
56
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.
52
57
53
-
Use an existing AI Services resource:
58
+
Use an existing AI Services/Azure OpenAI resource:
54
59
1. Follow the steps in basic agent setup to get the AI Services account resource ID.
55
60
2. In the standard agent template file, replace the following placeholders:
Copy file name to clipboardExpand all lines: articles/ai-services/agents/includes/bicep-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Use an existing AI Services/AOAI, AI Search, and/or Azure Blob Storage resource
62
62
63
63
If you want to use an existing Azure OpenAI resource, you need to update the `aiServiceAccountResourceId` and the `aiServiceKind` parameters in the parameter file. The `aiServiceKind` parameter should be set to `AzureOpenAI`.
64
64
65
-
For more information, see [how to use your own resources](../how-to/tools/use-your-own-resources.md).
65
+
For more information, see [how to use your own resources](../how-to/use-your-own-resources.md).
0 commit comments