Skip to content

Commit

Permalink
param(values): removed hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Jan 10, 2024
1 parent 3bbcdfc commit c50450e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises-dev/main-exercises-dev.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ targetScope = 'subscription'
// We assume that we've arleady authenticated to Azure and selected the lab subscription id or name

@description('This is a Bicep file that deploys a lab environment')
param primaryLocation string = 'centralus'
param primaryLocation string

param labResourceGroup string = 'rgp-lab'
param labResourceGroup string
@secure()
param kvtPw string
param iacResourceGroup string = 'rgp-iac'
Expand Down

0 comments on commit c50450e

Please sign in to comment.