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/tools/use-your-own-resources.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,26 @@
1
-
### [Optional] Use your own resources in agent setup
1
+
---
2
+
title: 'How to use your own resources in agent setup'
3
+
titleSuffix: Azure OpenAI
4
+
description: Learn how to use your own resources in the Azure AI Agent service setup.
5
+
services: cognitive-services
6
+
manager: nitinme
7
+
ms.service: azure
8
+
ms.topic: how-to
9
+
ms.date: 12/11/2024
10
+
author: fosteramanda
11
+
ms.author: fosteramanda
12
+
ms.custom: azure-ai-agents
13
+
---
14
+
# [Optional] Use your own resources in agent setup
2
15
3
16
> [!NOTE]
4
17
> If you use an existing AI Services/AOAI resource, no model will be deployed. You can deploy a model to the resource after the agent setup is complete.
5
18
6
-
####Basic agent setup: use an existing AI Services or Azure OpenAI resource
19
+
### Basic agent setup: use an existing AI Services or Azure OpenAI resource
7
20
8
-
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource ID of the AI Services account you want to use.
21
+
Replace the parameter value for `aiServiceAccountResourceId` with the full arm resource ID of the AI Services/ Azure OpenAI resource you want to use.
9
22
10
-
1. To get the AI Services account resource ID, sign in to the Azure CLI and select the subscription with your AI Services/AOAI account:
23
+
1. To get the AI Services/Azure OpenAI resource ID, sign in to the Azure CLI and select the subscription with your AI Services/Azure OpenAI account:
11
24
12
25
```az login```
13
26
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:
@@ -23,7 +36,7 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
23
36
24
37
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.
25
38
26
-
####Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
39
+
### Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
27
40
28
41
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.
0 commit comments