Skip to content

Commit 8309974

Browse files
committed
updates to bicep blob storage
1 parent 1176198 commit 8309974

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

infra/main.bicep

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,9 @@ module storage 'core/storage/storage-account.bicep' = {
511511
location: storageResourceGroupLocation
512512
tags: updatedTags
513513
publicNetworkAccess: 'Enabled'
514+
allowBlobPublicAccess: false
515+
allowSharedKeyAccess: false
516+
defaultToOAuthAuthentication: true
514517
sku: {
515518
name: 'Standard_LRS'
516519
}
@@ -521,7 +524,7 @@ module storage 'core/storage/storage-account.bicep' = {
521524
containers: [
522525
{
523526
name: storageContainerName
524-
publicAccess: 'Blob'
527+
publicAccess: 'None'
525528
}
526529
]
527530
}

0 commit comments

Comments
 (0)