diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 8b30f7f0..d967cf5c 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 |