From d0c255311cc6044e72410c3d2449138e9339f710 Mon Sep 17 00:00:00 2001 From: TomasSuarez <83978153+tomasdevelopment@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:15:06 -0500 Subject: [PATCH] Update DeployResources.json --- templates/DeployResources.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/DeployResources.json b/templates/DeployResources.json index b5c98f1..600e88b 100644 --- a/templates/DeployResources.json +++ b/templates/DeployResources.json @@ -150,6 +150,7 @@ }, "kind": "StorageV2", "properties": { + "allowBlobPublicAccess": false, "networkAcls": { "bypass": "AzureServices", "defaultAction": "Deny" @@ -487,11 +488,12 @@ }, "properties": { "name": "[parameters('logicAppFEname')]", + "publicNetworkAccess": "Disabled", "siteConfig": { "appSettings": [ { "name": "FUNCTIONS_EXTENSION_VERSION", - "value": "~3" + "value": "~4" }, { "name": "FUNCTIONS_WORKER_RUNTIME",