Skip to content

Commit

Permalink
Merge pull request Azure#507 from sangling/patch-1
Browse files Browse the repository at this point in the history
Update deploy-baseline.bicep
  • Loading branch information
danycontre authored Oct 15, 2023
2 parents f2d5d89 + aef681d commit 3e3a502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/bicep/deploy-baseline.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ param avdSessionHostCountIndex int = 0
@sys.description('When true VMs are distributed across availability zones, when set to false, VMs will be members of a new availability set. (Default: true)')
param availabilityZonesCompute bool = true

@sys.description('When true, ZOne Redudant Storage (ZRS) is used, when set to false, Locally Redundant Storage (LRS) is used. (Default: false)')
@sys.description('When true, Zone Redundant Storage (ZRS) is used, when set to false, Locally Redundant Storage (LRS) is used. (Default: false)')
param zoneRedundantStorage bool = false

@sys.description('Sets the number of fault domains for the availability set. (Default: 2)')
Expand Down

0 comments on commit 3e3a502

Please sign in to comment.