Skip to content

Commit 60ff58a

Browse files
committed
Add App Setting for Functions
1 parent f37274a commit 60ff58a

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
@@ -121,6 +121,10 @@ resource "azapi_resource" "function" {
121121
name = "WEBSITE_CONTENTOVERVNET"
122122
value = "1"
123123
},
124+
{
125+
name = "WEBSITE_OS_TYPE"
126+
value = azurerm_service_plan.service_plan.os_type
127+
},
124128
{
125129
name = "WEBSITE_RUN_FROM_PACKAGE"
126130
value = "0"

0 commit comments

Comments
 (0)