Skip to content

Commit 8b08b9e

Browse files
committed
updating heading
1 parent 5579d93 commit 8b08b9e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@ Replace the parameter value for `existingAoaiResourceId` with the full arm resou
9292
existingAoaiResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
9393
```
9494

95-
## 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
96-
97-
Use an existing AI Services / Azure OpenAI, Azure Storage account, Azure Cosmos DB for NoSQL account and/or Azure AI Search resource by providing the full ARM resource ID in the standard agent template file.
98-
99-
## Standard agent setup: Use an existing Azure OpenAI, Azure Storage account, Azure Cosmos DB for NoSQL account, and/or Azure AI Search resource
95+
## Standard agent setup: Use existing service resources and storage accounts
10096

10197
Use an existing Azure OpenAI, Azure Storage account, Azure Cosmos DB for NoSQL account and/or Azure AI Search resource by providing the full ARM resource ID in the [standard agent template file](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/infrastructure-setup/43-standard-agent-setup-with-customization/main.bicep).
10298

@@ -107,6 +103,7 @@ Use an existing Azure OpenAI, Azure Storage account, Azure Cosmos DB for NoSQL a
107103
108104
```console
109105
existingAoaiResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
106+
110107
```
111108

112109
### Use an existing Azure Storage account for file storage

0 commit comments

Comments
 (0)