Skip to content

Commit

Permalink
Updated Storage Account Module NFSv3 Parameter (#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbertbbb authored Jun 4, 2023
1 parent 68e2196 commit f6178a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/storage/storage-accounts/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = {
supportsHttpsTrafficOnly: supportsHttpsTrafficOnly
isHnsEnabled: enableHierarchicalNamespace ? enableHierarchicalNamespace : null
isSftpEnabled: enableSftp
isNfsV3Enabled: enableNfsV3
isNfsV3Enabled: enableNfsV3 ? enableNfsV3 : null
largeFileSharesState: (skuName == 'Standard_LRS') || (skuName == 'Standard_ZRS') ? largeFileSharesState : null
minimumTlsVersion: minimumTlsVersion
networkAcls: !empty(networkAcls) ? {
Expand Down

0 comments on commit f6178a4

Please sign in to comment.