From 963ac2d9385ab72d7c450c03ba6d6a877e0ad25c Mon Sep 17 00:00:00 2001 From: nenad0707 Date: Sun, 17 Mar 2024 14:24:54 +0100 Subject: [PATCH] Remove storageAccountName from module compute --- main.bicep | 1 - 1 file changed, 1 deletion(-) diff --git a/main.bicep b/main.bicep index 8563052..5386e34 100644 --- a/main.bicep +++ b/main.bicep @@ -57,7 +57,6 @@ module compute 'compute.bicep' = { functionAppName: functionAppName appServicePlanSku: appServicePlanSku location: location - storageAccountName: storageAccountName tags: tags } }