Skip to content

Commit ed4aedb

Browse files
committed
adding notifications
1 parent 50ccbd7 commit ed4aedb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ The following section shows you how to set up the required resources for getting
3030
| Deploy a standard agent setup that uses Managed Identity authentication on the AI Services, storage account, and Azure AI Search connections. |AI hub, AI project, storage account, key vault, Azure AI Search, AI Services | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Frefs%2Fheads%2Fmaster%2Fquickstarts%2Fmicrosoft.azure-ai-agent-service%2Fstandard-agent%2Fazuredeploy.json)|
3131

3232
### [Optional] Model selection in autodeploy template
33+
34+
> [!IMPORTANT]
35+
> **Don't change the modelFormat parameter**
36+
>
37+
> 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.
38+
3339
You can customize the model used by your agent by editing the model parameters in the autodeploy template. To deploy a different model, you need to update at least the **modelName** and **modelVersion** parameters.
3440

3541
By default, the autodeploy template is configured with the following values:
@@ -40,15 +46,12 @@ By default, the autodeploy template is configured with the following values:
4046
| modelVersion | 2024-07-18 |
4147
| modelSkuName | GlobalStandard |
4248
| modelLocation | eastus |
43-
44-
> [!IMPORTANT]
45-
> **Don't change the modelFormat parameter**
46-
>
47-
> 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.
4849

4950

5051
### [Optional] Use your own resources in agent setup
5152

53+
> [!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.
5255
5356
#### Basic agent setup: use an existing AI Services resource
5457

0 commit comments

Comments
 (0)