diff --git a/azure/eventhub_log_forwarder/function_template.json b/azure/eventhub_log_forwarder/function_template.json index a3caf771..17643004 100644 --- a/azure/eventhub_log_forwarder/function_template.json +++ b/azure/eventhub_log_forwarder/function_template.json @@ -77,7 +77,9 @@ "name": "Standard_LRS" }, "properties": { - "minimumTlsVersion": "TLS1_2" + "minimumTlsVersion": "TLS1_2", + "supportsHttpsTrafficOnly": true, + "allowBlobPublicAccess": false } }, { @@ -92,6 +94,7 @@ "properties": { "name": "[parameters('functionAppName')]", "clientAffinityEnabled": false, + "httpsOnly": true, "siteConfig": { "cors": { "allowedOrigins": [