QuestionQ34
Secure, optimize, and deploy database solutionsYou have an Azure subscription containing an Azure SQL database named SalesDB and an Azure App Service app named sales-api. The sales-api app uses virtual network integration with the vnet-prod/subnet-app subnet and reads data from SalesDB.
Configure authentication and network access to meet these requirements:
- Make sure sales-api connects to SalesDB by using passwordless authentication.
- Ensure that all database traffic stays within the subscription.
- Minimize administrative effort.
What should you configure?
Select
Authentication for sales-api:
Network access for SalesDB:
Community Discussion