Skip to content

Commit 2fbfdde

Browse files
Merge pull request #3181 from aahill/feb-freshness-2
updating template information, adding github link
2 parents cf79cff + f9b737d commit 2fbfdde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/ai-services/openai/how-to/azure-developer-cli.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.service: azure-ai-openai
77
ms.topic: quickstart
88
author: aahill
99
ms.author: aahi
10-
ms.date: 04/09/2024
10+
ms.date: 02/25/2025
1111
recommendations: false
1212
---
1313

1414
# Use the Azure Developer CLI to deploy resources for Azure OpenAI On Your Data
1515

16-
Use this article to learn how to automate resource deployment for Azure OpenAI Service On Your Data. The Azure Developer CLI (`azd`) is an open-source command-line tool that streamlines provisioning and deploying resources to Azure by using a template system. The template contains infrastructure files to provision the necessary Azure OpenAI resources and configurations. It also includes the completed sample app code.
16+
Use this article to learn how to automate resource deployment for Azure OpenAI Service On Your Data. The Azure Developer CLI (`azd`) is an open-source command-line tool that streamlines provisioning and deploying resources to Azure by using a template system. The template contains infrastructure files to provision the necessary Azure OpenAI resources and configurations. The source code for the template can be found on [GitHub](https://github.com/Azure-Samples/openai-chat-your-own-data/tree/main).
1717

1818
## Prerequisites
1919

@@ -55,7 +55,8 @@ Use this article to learn how to automate resource deployment for Azure OpenAI S
5555
- `Location`: The Azure region where your resources are deployed.
5656

5757
> [!NOTE]
58-
> The sample `azd` template uses the `gpt-35-turbo-16k` model. A recommended region for this template is East US, because different Azure regions support different OpenAI models. For more details about model support by region, go to the [Azure OpenAI Service Models](/azure/ai-services/openai/concepts/models) support page.
58+
> * The sample `azd` template deploys a `gpt-4o-mini` model. A recommended region for this template is East US, because different Azure regions support different OpenAI models. For more details about model support by region, go to the [Azure OpenAI Service Models](/azure/ai-services/openai/concepts/models) support page.
59+
> * If you want to deploy a different model, you can edit the variables in the `infra/main.bicep` file.
5960

6061
The provisioning process might take several minutes. Wait for the task to finish before you proceed to the next steps.
6162

0 commit comments

Comments
 (0)