Skip to content

Commit 83cd190

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent beac95b commit 83cd190

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ on:
7575
- 'None'
7676

7777
AZURE_ENV_LOG_ANALYTICS_WORKSPACE_RID:
78-
description: 'Log Analytics Workspace ID (Optional)'
78+
description: 'Log Analytics Workspace Resource ID (Optional)'
7979
required: false
8080
default: ''
8181
type: string

.github/workflows/deploy-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
default: 'GoldenPath-Testing'
4444
type: string
4545
AZURE_ENV_LOG_ANALYTICS_WORKSPACE_RID:
46-
description: 'Log Analytics Workspace ID (Optional)'
46+
description: 'Log Analytics Workspace Resource ID (Optional)'
4747
required: false
4848
default: ''
4949
type: string

.github/workflows/deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858
- 'None'
5959

6060
AZURE_ENV_LOG_ANALYTICS_WORKSPACE_RID:
61-
description: 'Log Analytics Workspace ID (Optional)'
61+
description: 'Log Analytics Workspace Resource ID (Optional)'
6262
required: false
6363
default: ''
6464
type: string

docs/CustomizingAzdParameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ By default this template will use the environment name as the prefix to prevent
1515
| `AZURE_ENV_AI_SERVICE_LOCATION` | string | `eastus` | Sets the location for Azure AI Services (OpenAI) deployment. |
1616
| `AZURE_ENV_MODEL_DEPLOYMENT_TYPE` | string | `GlobalStandard` | Defines the model deployment type. Allowed: `Standard`, `GlobalStandard`. |
1717
| `AZURE_ENV_GPT_MODEL_NAME` | string | `gpt-5.1` | Specifies the GPT model name. Default: `gpt-5.1`. |
18-
| `AZURE_ENV_GPT_MODEL_VERSION` | string | `2025-04-14` | Specifies the GPT model version. |
18+
| `AZURE_ENV_GPT_MODEL_VERSION` | string | `2025-11-13` | Specifies the GPT model version. |
1919
| `AZURE_ENV_GPT_MODEL_CAPACITY` | integer | `300` | Sets the model capacity (minimum 1). Default: 300. Optimal: 500 for multi-document claim processing. |
2020
| `AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT` | string | `cpscontainerreg.azurecr.io` | Sets the public container image endpoint for pulling pre-built images. |
21-
| `AZURE_ENV_IMAGETAG` | string | `latest` | Sets the container image tag (e.g., `latest`, `dev`, `hotfix`). |
21+
| `AZURE_ENV_IMAGETAG` | string | `latest_v2` | Sets the container image tag (e.g., `latest_v2`, `dev`, `hotfix`). |
2222
| `AZURE_ENV_LOG_ANALYTICS_WORKSPACE_RID` | string | Guide to get your [Existing Workspace Resource ID](/docs/re-use-log-analytics.md) | Reuses an existing Log Analytics Workspace instead of provisioning a new one. |
2323
| `AZURE_ENV_FOUNDRY_PROJECT_RID` | string | Guide to get your [Existing AI Project Resource ID](/docs/re-use-foundry-project.md) | Reuses an existing AI Foundry and AI Foundry Project instead of creating a new one. |
2424

0 commit comments

Comments
 (0)