Azure App Service
Azure App Service Plan is used to host apps like Azure Functions Apps, Azure Logic Apps and Azure Web App
Network Integration
Subnet Delegation is required to give the App Service Plan access to connect its apps to a subnet.
delegations = [{
name = "serverfarmsdelegation"
sd_name = "Microsoft.Web/serverFarms"
actions = ["Microsoft.Network/virtualNetworks/subnets/action"]
}]