diff --git a/docs/CustomizingAzdParameters.md b/docs/CustomizingAzdParameters.md index fb0aa4947..2de3d2923 100644 --- a/docs/CustomizingAzdParameters.md +++ b/docs/CustomizingAzdParameters.md @@ -18,10 +18,9 @@ By default this template will use the environment name as the prefix to prevent | `AZURE_ENV_EMBEDDING_MODEL_NAME` | string | `text-embedding-ada-002` | Set the model name used for embeddings. | | `AZURE_ENV_EMBEDDING_MODEL_CAPACITY` | integer | `80` | Set the capacity for embedding model deployment. | | `AZURE_ENV_IMAGETAG` | string | `latest` | Set the image tag (allowed values: `latest`, `dev`, `hotfix`). | -| `AZURE_ENV_OPENAI_LOCATION` | string | `eastus2` | Location of the Azure OpenAI resource. Choose from (allowed values: `swedencentral`, `australiaeast`). | | `AZURE_LOCATION` | string | `japaneast` | Sets the Azure region for resource deployment. | | `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID` | string | `` | Reuses an existing Log Analytics Workspace instead of provisioning a new one. | -| `RESOURCE_GROUP_NAME_FOUNDRY` | string | `` | Reuses an existing AI Foundry Project instead of provisioning a new one. | +| `AZURE_EXISTING_AI_PROJECT_RESOURCE_ID` | string | `` | Reuses an existing AI Foundry Project Resource Id instead of provisioning a new one. | ## How to Set a Parameter To customize any of the above values, run the following command **before** `azd up`: diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 865612fd8..a735bd0ec 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -107,7 +107,6 @@ When you start the deployment, most parameters will have **default values**, but | **Setting** | **Description** | **Default value** | | ------------------------------------ | -------------------------------------------------------------------------------------------------- | ------------------------ | -| **Azure OpenAI Location** | The region where Azure OpenAI deploys. Choose from `swedencentral`, `australiaeast`, etc. | `eastus2` | | **Environment Name** | A **3-20 character alphanumeric value** used to generate a unique ID to prefix the resources. | `azdtemp` | | **Cosmos Location** | A **less busy** region for **CosmosDB**, useful in case of availability constraints. | `eastus2` | | **Deployment Type** | Select from a drop-down list (`Standard`, `GlobalStandard`). | `GlobalStandard` |