From b45e5bf2486ddbd921cdda63c5a81f9ed008f9a1 Mon Sep 17 00:00:00 2001 From: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:38:42 +0200 Subject: [PATCH] Update codepush-infrastructure.bicep (#1) --- api/codepush-infrastructure.bicep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/codepush-infrastructure.bicep b/api/codepush-infrastructure.bicep index 5caefe1..419c383 100644 --- a/api/codepush-infrastructure.bicep +++ b/api/codepush-infrastructure.bicep @@ -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'