Skip to content

Commit 12ef079

Browse files
fosteramandaaahill
andauthored
Update articles/ai-services/agents/includes/bicep-setup.md
Co-authored-by: aahill <[email protected]>
1 parent 1a301e4 commit 12ef079

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/agents/includes/bicep-setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ By default, the deployment template is configured with the following values:
4848
> The templates only support deployment of OpenAI models. See which OpenAI models are supported in the [Azure AI Agent Service model support](../concepts/model-region-support.md) documentation.
4949
5050

51-
### [Optional] Use your own resources in agent setup
51+
### [Optional] Use your own resources during agent setup
5252

5353
> [!NOTE]
54-
> 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.
54+
> If you use an existing AI Services or Azure OpenAI resource, no model will be deployed. You can deploy a model to the resource after the agent setup is complete.
5555
56-
Use an existing AI Services/AOAI, AI Search, and/or Azure Blob Storage resource by providing the full arm resource ID in the parameters file:
56+
Use an existing AI Services, Azure OpenAI, AI Search, and/or Azure Blob Storage resource by providing the full arm resource ID in the parameters file:
5757

58-
- aiServiceAccountResourceId
59-
- aiSearchServiceResourceId
60-
- aiStorageAccountResourceId
58+
- `aiServiceAccountResourceId`
59+
- `aiSearchServiceResourceId`
60+
- `aiStorageAccountResourceId`
6161

6262

6363
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`.

0 commit comments

Comments
 (0)