Skip to content

Commit b45e5bf

Browse files
Update codepush-infrastructure.bicep (#1)
1 parent 721f5bb commit b45e5bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/codepush-infrastructure.bicep

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = {
3535
location: az_location
3636
properties: {
3737
minimumTlsVersion: 'TLS1_2'
38+
allowBlobPublicAccess: true
39+
publicNetworkAccess: 'Enabled'
3840
}
3941
sku: {
4042
name: 'Standard_LRS'

0 commit comments

Comments
 (0)