Skip to content

Commit

Permalink
deleted unsupported regions (#2874)
Browse files Browse the repository at this point in the history
deleted westus2 and eastus2 as these regions don't support the creation of Azure Stack HCI cluster
  • Loading branch information
sforstre authored Dec 4, 2024
1 parent f027744 commit 18dbecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_hcibox/bicep/main.azd.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ param githubBranch string = 'main'
param deployBastion bool = false

@description('Location to deploy resources')
@allowed(['eastus', 'eastus2', 'westus2', 'westeurope', 'australiaeast'])
@allowed(['eastus', 'westeurope', 'australiaeast'])
param location string

@description('Override default RDP port using this parameter. Default is 3389.')
Expand Down

0 comments on commit 18dbecf

Please sign in to comment.