简体   繁体   中英

Terraform azure Function App with Enable network injection

I need help with this issue,

I need to configurate in terraform this option:

在此处输入图片说明

but I don't know how I can do it

The resource app_service_virtual_network_swift_connection can be used to configure the network injection:

resource "azurerm_app_service_virtual_network_swift_connection" "example" {
  app_service_id = azurerm_app_service.example.id
  subnet_id      = azurerm_subnet.example.id
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM