Skip to content

Commit 5b617ad

Browse files
committed
fixing style errors
1 parent af07e32 commit 5b617ad

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

articles/ai-services/agents/how-to/tools/use-your-own-resources.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff 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
215

316
> [!NOTE]
417
> 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.
518
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
720

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.
922

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:
1124

1225
```az login```
1326
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
2336

2437
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.
2538

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
2740

2841
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.
2942

0 commit comments

Comments
 (0)