Skip to content

Commit 2b63fe0

Browse files
Vamshi-MicrosoftCopilot
andcommitted
Update descriptions for workflow inputs in deploy-v2.yml for clarity
Co-authored-by: Copilot <copilot@github.com>
1 parent be5088a commit 2b63fe0

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/deploy-v2.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- 'Local'
2424
default: 'codespace'
2525
azure_location:
26-
description: 'Azure Location For Deployment'
26+
description: 'Azure Region (Non-AI Services)'
2727
required: false
2828
default: 'australiaeast'
2929
type: choice
@@ -41,28 +41,29 @@ on:
4141
required: false
4242
default: ''
4343
type: string
44-
waf_enabled:
45-
description: 'Enable WAF'
44+
45+
build_docker_image:
46+
description: 'Build & Use Custom Images (Optional)'
4647
required: false
4748
default: false
4849
type: boolean
49-
enable_scalability:
50-
description: 'Enable Scalability (only applies when WAF is enabled)'
50+
waf_enabled:
51+
description: 'Deploy WAF'
5152
required: false
5253
default: false
5354
type: boolean
5455
EXP:
55-
description: 'Enable EXP'
56+
description: 'Deploy EXP'
5657
required: false
5758
default: false
5859
type: boolean
59-
build_docker_image:
60-
description: 'Build & Push Docker Image (Optional)'
60+
enable_scalability:
61+
description: 'Enable Scalability'
6162
required: false
6263
default: false
6364
type: boolean
6465
cleanup_resources:
65-
description: 'Cleanup Deployed Resources'
66+
description: 'Auto Delete RG'
6667
required: false
6768
default: false
6869
type: boolean
@@ -76,12 +77,12 @@ on:
7677
- 'Smoke-Testing'
7778
- 'None'
7879
AZURE_ENV_EXISTING_LOG_ANALYTICS_WORKSPACE_RID:
79-
description: 'Log Analytics Workspace Resource ID (Optional)'
80+
description: 'Existing Log Analytics Workspace Resource ID (Optional)'
8081
required: false
8182
default: ''
8283
type: string
8384
AZURE_EXISTING_AIPROJECT_RESOURCE_ID:
84-
description: 'Foundry Project Resource ID (Optional)'
85+
description: 'Existing AI Project Resource ID (Optional)'
8586
required: false
8687
default: ''
8788
type: string

0 commit comments

Comments
 (0)