From aef681db3d4d7bff2bc504767e3b03570c5b645d Mon Sep 17 00:00:00 2001 From: Simon Angling Date: Sun, 15 Oct 2023 15:43:00 +0200 Subject: [PATCH] Update deploy-baseline.bicep Fixed ZOne Redudant to Zone Redundant --- workload/bicep/deploy-baseline.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workload/bicep/deploy-baseline.bicep b/workload/bicep/deploy-baseline.bicep index 1f643d6c2..5302e18d6 100644 --- a/workload/bicep/deploy-baseline.bicep +++ b/workload/bicep/deploy-baseline.bicep @@ -205,7 +205,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)')