Skip to content

Commit

Permalink
Update codepush-infrastructure.bicep (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
velimir-jankovic authored Sep 26, 2024
1 parent 721f5bb commit b45e5bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/codepush-infrastructure.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = {
location: az_location
properties: {
minimumTlsVersion: 'TLS1_2'
allowBlobPublicAccess: true
publicNetworkAccess: 'Enabled'
}
sku: {
name: 'Standard_LRS'
Expand Down

0 comments on commit b45e5bf

Please sign in to comment.