AZ-400 · Question #148
A team is developing an application that is based on the .Net core framework. The application will connect to a Microsoft SQL Server database. During the development stage the application will be deve
The correct answer is B. In the connection strings in the App Service. You should place this in the connection strings setting in the Azure Web App. Option A is incorrect since this is not the recommended place to keep the database connecting string settings. Option C is incorrect since this is used when the application needs to authenticate using e
Question
Options
- AIn the Web.config file
- BIn the connection strings in the App Service
- CIn the Authentication/Authorization section in the App Service
- DIn the Identity section in the App Service
How the community answered
(42 responses)- A17% (7)
- B71% (30)
- C7% (3)
- D5% (2)
Explanation
You should place this in the connection strings setting in the Azure Web App. Option A is incorrect since this is not the recommended place to keep the database connecting string settings. Option C is incorrect since this is used when the application needs to authenticate using external identity provider. Option D is incorrect since this is used to authenticate to other resources in Azure. https://docs.microsoft.com/en-us/azure/app-service/configure-common
Community Discussion
No community discussion yet for this question.