An administrator is configuring a new Azure App Service web app named app-finance-prod that runs on a Premium V3 App Service plan. The administrator must implement the following requirements:
1. The web app must connect to an Azure SQL database using a private endpoint located in a subnet named db-subnet inside a virtual network named VNet1. Outbound database traffic from the web app must be secured.
2. The custom application settings and database connection strings must remain specific to the production environment and must not be copied or swapped when deploying updates via a deployment slot named staging.
3. To resolve the database's private endpoint FQDN, the web app must use a private DNS zone named privatelink.database.windows.net.
Which three configurations should the administrator perform?
- Configure regional virtual network integration for app-finance-prod using a dedicated subnet in VNet1 that is delegated to Microsoft.Web/serverFarms.Answer
- Link the private DNS zone privatelink.database.windows.net to VNet1.Answer
- Configure the database connection string as a deployment slot setting on app-finance-prod.Answer
- DScale down the App Service Plan to the Basic B1 pricing tier to reduce costs during the setup phase.
- EDeploy the regional virtual network integration for app-finance-prod directly into db-subnet.