Skip to content

Commit dc9fd05

Browse files
Vamshi-MicrosoftCopilot
andcommitted
Add additional Azure regions and update description for existing_webapp_url input
Co-authored-by: Copilot <copilot@github.com>
1 parent 0baf1e2 commit dc9fd05

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-v2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ on:
3131
- 'australiaeast'
3232
- 'centralus'
3333
- 'eastasia'
34+
- 'eastus'
3435
- 'eastus2'
3536
- 'japaneast'
3637
- 'northeurope'
3738
- 'southeastasia'
3839
- 'uksouth'
40+
- 'westeurope'
3941
resource_group_name:
4042
description: 'Resource Group Name (Optional)'
4143
required: false
@@ -87,7 +89,7 @@ on:
8789
default: ''
8890
type: string
8991
existing_webapp_url:
90-
description: 'Existing Container WebApp URL (Skips Deployment)'
92+
description: 'Run Tests Against Existing RG (Provide Web App URL)'
9193
required: false
9294
default: ''
9395
type: string

0 commit comments

Comments
 (0)