We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8a9b4f + b8e366e commit 05dbeeaCopy full SHA for 05dbeea
1 file changed
infra/azure-storage/azure-storage.module.bicep
@@ -10,7 +10,7 @@ resource azure_storage 'Microsoft.Storage/storageAccounts@2024-01-01' = {
10
}
11
properties: {
12
accessTier: 'Hot'
13
- allowSharedKeyAccess: false
+ allowSharedKeyAccess: true
14
minimumTlsVersion: 'TLS1_2'
15
networkAcls: {
16
defaultAction: 'Allow'
0 commit comments