Skip to content

Commit b8e366e

Browse files
committed
fix: enable shared key access for Azure Storage account
1 parent df268a0 commit b8e366e

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)