Skip to content

Commit

Permalink
Merge pull request #630 from Azure/remove-default-region
Browse files Browse the repository at this point in the history
Remove default region
  • Loading branch information
danycontre committed Jul 29, 2024
2 parents 3659786 + c4d35ba commit 17de4a8
Show file tree
Hide file tree
Showing 3 changed files with 67,129 additions and 6 deletions.
8 changes: 4 additions & 4 deletions workload/bicep/deploy-baseline.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ param deploymentEnvironment string = 'Dev'
@sys.description('This value is used to set the expiration date on the disk encryption key. (Default: 60)')
param diskEncryptionKeyExpirationInDays int = 60

@sys.description('Location where to deploy compute services. (Default: eastus2)')
param avdSessionHostLocation string = 'eastus2'
@sys.description('Required. Location where to deploy compute services.')
param avdSessionHostLocation string

@sys.description('Location where to deploy AVD management plane. (Default: eastus2)')
param avdManagementPlaneLocation string = 'eastus2'
@sys.description('Required. Location where to deploy AVD management plane.')
param avdManagementPlaneLocation string

@sys.description('AVD workload subscription ID, multiple subscriptions scenario. (Default: "")')
param avdWorkloadSubsId string = ''
Expand Down
Loading

0 comments on commit 17de4a8

Please sign in to comment.