From a9e363b9e67d4e84ca9244c1e5fbf641eb78d798 Mon Sep 17 00:00:00 2001 From: UtkarshMishra-Microsoft Date: Thu, 14 Aug 2025 13:19:51 +0530 Subject: [PATCH] DeploymentMdUpdated --- docs/DeploymentGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 8b30f7f0..ab678744 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -145,8 +145,8 @@ When you start the deployment, most parameters will have **default values**, but | **Setting** | **Description** | **Default value** | | ------------------------------ | ------------------------------------------------------------------------------------ | ----------------- | | **Environment Name** | Used as a prefix for all resource names to ensure uniqueness across environments. | macae | -| **Azure Region** | Location of the Azure resources. Controls where the infrastructure will be deployed. | swedencentral | -| **OpenAI Deployment Location** | Specifies the region for OpenAI resource deployment. | swedencentral | +| **Azure Region** | Location of the Azure resources. Controls where the infrastructure will be deployed. | | +| **OpenAI Deployment Location** | Specifies the region for OpenAI resource deployment. | | | **Model Deployment Type** | Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). | GlobalStandard | | **GPT Model Name** | Specifies the name of the GPT model to be deployed. | gpt-4o | | **GPT Model Version** | Version of the GPT model to be used for deployment. | 2024-08-06 |