Home › Azure AZ-204 › cloudcomputing › az204compute › An Azure Function in a VNet-integrated Premium p…
An Azure Function in a VNet-integrated Premium plan needs to reach a privately-deployed Azure SQL Database. Which configuration is correct?
ADisable Azure SQL firewalls entirely
BMove the Function to a Snowball appliance
CEnable VNet integration on the Function App, then enable a Private Endpoint on the Azure SQL server inside that VNet
DMake the SQL server's public endpoint world-accessible and trust IPs
Answer & Solution
Correct answer: C. Enable VNet integration on the Function App, then enable a Private Endpoint on the Azure SQL server inside that VNet
VNet integration on Functions + Private Endpoint on Azure SQL = private connectivity. Public exposure + IP allowlists is weaker; disabling SQL firewalls is reckless; Snowball is offline transfer.
Related questions
Which Azure compute service is BEST suited for a long-running, stateful workload that needWhich Azure Functions binding accepts the function's return value and writes it to a destiAn AKS cluster needs to give pods authenticated access to Azure Key Vault WITHOUT mountingWhich Functions runtime binding lets a function automatically execute when a new message lWhich Azure Container Registry feature reduces image pull latency for a multi-region KuberWhich Azure compute construct lets a containerised microservice integrate with Dapr sidecaAn ASP.NET Core app is deployed on Azure App Service. The team wants a parallel staging enWhich Azure Functions hosting plan ALWAYS keeps function instances warm and offers VNET in