We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37274a commit 60ff58aCopy full SHA for 60ff58a
code/infra/function.tf
@@ -121,6 +121,10 @@ resource "azapi_resource" "function" {
121
name = "WEBSITE_CONTENTOVERVNET"
122
value = "1"
123
},
124
+ {
125
+ name = "WEBSITE_OS_TYPE"
126
+ value = azurerm_service_plan.service_plan.os_type
127
+ },
128
{
129
name = "WEBSITE_RUN_FROM_PACKAGE"
130
value = "0"
0 commit comments