From 48716710db6f1878af64304e8bd65a0f4ca3c955 Mon Sep 17 00:00:00 2001 From: Basanth-K <101700560+Basanth-K@users.noreply.github.com> Date: Thu, 7 Apr 2022 21:48:15 +0530 Subject: [PATCH] Update function_template.json Added properties for resource 'Microsoft.Storage/storageAccounts', to enable infrastructure encryption. --- azure/eventhub_log_forwarder/function_template.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/azure/eventhub_log_forwarder/function_template.json b/azure/eventhub_log_forwarder/function_template.json index b1c81b6f4..8556ea74f 100644 --- a/azure/eventhub_log_forwarder/function_template.json +++ b/azure/eventhub_log_forwarder/function_template.json @@ -77,7 +77,17 @@ "kind": "StorageV2", "sku": { "name": "Standard_LRS" - } + }, + "properties": { + "encryption": { + "keySource": "Microsoft.Storage", + "requireInfrastructureEncryption": true, + "services": { + "blob": { "enabled": true }, + "file": { "enabled": true } + } + } + } }, { "apiVersion": "2018-11-01",