35.0k views
4 votes
You develop and deploy an Azure App Service web app. The web app accesses Azure SQL Database data that is secured with a Microsoft Entrada ID conditional access policy. The applied policy controls access based on the network location of the user. What is the purpose of the conditional access policy?

1) To control access to the Azure App Service web app
2) To secure the Azure SQL Database data
3) To restrict access based on the user's network location
4) To manage user authentication for the web app

User Sunyata
by
7.5k points

1 Answer

5 votes

Final answer:

The purpose of the Microsoft Entrada ID conditional access policy is to restrict access to the Azure SQL Database based on the user's network location, thereby securing the database data.

Step-by-step explanation:

The purpose of the Microsoft Entrada ID conditional access policy that is applied to the Azure SQL Database is to restrict access based on the user's network location. The policy ensures that only users connecting from a specific network location (such as a corporate network) are allowed access to the sensitive database data. This is a security measure used to prevent unauthorized access, especially when users may connect from various unsecured locations. While it could indirectly affect the accessibility of the associated web app, the main objective of this policy is to secure the Azure SQL Database data against unauthorized access.

User Mopsyd
by
7.4k points