MB-901 · Question #69
You are deploying a project for a bank. You need to store sensitive data in Dynamics 365 for Finance and Operations that is received from Dynamics 365 Customer Engagement. You encrypt the data with…
The correct answer is D. Azure Key Vault. You should use Azure Key Vault. Azure Key Vault is designed to store secrets and sensitive data received from applications in the Azure platform. It allows you to control how the keys are distributed and used without the need to develop a separate extension that will keep the…
Question
You are deploying a project for a bank. You need to store sensitive data in Dynamics 365 for Finance and Operations that is received from Dynamics 365 Customer Engagement. You encrypt the data with encryption keys. Which Microsoft service should you use to store these keys safely? Choose the correct answer
Options
- ACommon Data Service
- BSQL database
- CCommon Data Model
- DAzure Key Vault
How the community answered
(66 responses)- A14% (9)
- B3% (2)
- C8% (5)
- D76% (50)
Explanation
You should use Azure Key Vault. Azure Key Vault is designed to store secrets and sensitive data received from applications in the Azure platform. It allows you to control how the keys are distributed and used without the need to develop a separate extension that will keep the keys. You should not use Common Data Service. It allows you to securely store and manage application data used by business applications, but not the specific encryption items. You should not use the Common Data Model. It is a set of standards and data schemas that are provided by Microsoft and its partners. It unifies the data stored in Common Data Service for further usage by multiple applications. You should not use a SQL database to store security keys. The data could be accidentally accessed via a simple SQL request. Storing keys in A SQL database is not secure.
Topics
Community Discussion
No community discussion yet for this question.