Skip to content

Commit 05dbeea

Browse files
authored
Merge pull request #6 from csharpfritz/fix_StorageAccess
2 parents f8a9b4f + b8e366e commit 05dbeea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/azure-storage/azure-storage.module.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource azure_storage 'Microsoft.Storage/storageAccounts@2024-01-01' = {
1010
}
1111
properties: {
1212
accessTier: 'Hot'
13-
allowSharedKeyAccess: false
13+
allowSharedKeyAccess: true
1414
minimumTlsVersion: 'TLS1_2'
1515
networkAcls: {
1616
defaultAction: 'Allow'

0 commit comments

Comments
 (0)