We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721f5bb commit b45e5bfCopy full SHA for b45e5bf
api/codepush-infrastructure.bicep
@@ -35,6 +35,8 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = {
35
location: az_location
36
properties: {
37
minimumTlsVersion: 'TLS1_2'
38
+ allowBlobPublicAccess: true
39
+ publicNetworkAccess: 'Enabled'
40
}
41
sku: {
42
name: 'Standard_LRS'
0 commit comments