Skip to content

Commit c1204b4

Browse files
committed
Add function config
1 parent 1f93360 commit c1204b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/infra/function.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ resource "azapi_resource" "function" {
6868
name = "WEBSITE_CONTENTOVERVNET"
6969
value = "1"
7070
},
71+
{
72+
name = "WEBSITE_RUN_FROM_PACKAGE"
73+
value = "1"
74+
},
7175
{
7276
name = "AzureWebJobsStorage__accountName"
7377
value = azurerm_storage_account.storage.name

0 commit comments

Comments
 (0)