Skip to content

Commit 33c35df

Browse files
Updated parameter descriptions
1 parent 3d40975 commit 33c35df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ on:
3434
default: false
3535
type: boolean
3636
AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID:
37-
description: 'Enter Azure Log Analytics Workspace ID (leave empty for default value)'
37+
description: 'Log Analytics Workspace ID (optional)'
3838
required: false
3939
default: ''
4040
type: string
4141
AZURE_EXISTING_AI_PROJECT_RESOURCE_ID:
42-
description: 'Enter Azure AI Project Resource ID (leave empty for default value)'
42+
description: 'AI Project Resource ID (optional)'
4343
required: false
4444
default: ''
4545
type: string
4646
existing_webapp_url:
47-
description: 'Enter existing WebApp URL (skips deployment if provided)'
47+
description: 'Existing WebApp URL'
4848
required: false
4949
default: ''
5050
type: string
5151
build_docker_image:
52-
description: 'Build and push new Docker image'
52+
description: 'Build and push Docker image'
5353
required: false
5454
default: false
5555
type: boolean

0 commit comments

Comments
 (0)