Skip to content

Commit 1d1aa4a

Browse files
authored
Merge pull request #111815 from EricBergDE/patch-16
Fix error in final bicep file
2 parents 5ba4dca + 66fa123 commit 1d1aa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/troubleshooting/quickstart-troubleshoot-bicep-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The Bicep file attempts to reference a virtual network that doesn't exist in you
179179
'Standard_ZRS'
180180
'Premium_LRS'
181181
])
182-
parameter storageAccountType string = 'Standard_LRS'
182+
param storageAccountType string = 'Standard_LRS'
183183
184184
@description('Prefix for storage name.')
185185
param prefixName string

0 commit comments

Comments
 (0)