Skip to content

Commit be1c374

Browse files
Remove 'eastus' from the list of available Azure locations in deployment workflows
1 parent 356e60f commit be1c374

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy-v2-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
- 'northeurope'
2020
- 'southeastasia'
2121
- 'uksouth'
22-
- 'eastus'
2322
resource_group_name:
2423
description: 'Resource Group Name (Optional)'
2524
required: false

.github/workflows/deploy-v2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
- 'northeurope'
2020
- 'southeastasia'
2121
- 'uksouth'
22-
- 'eastus'
2322
resource_group_name:
2423
description: 'Resource Group Name (Optional)'
2524
required: false

0 commit comments

Comments
 (0)