AZ-500 · Question #561
You have an Azure subscription that contains an Azure SQL database named SQL1. You need to configure SQL1 to use Always Encrypted. What should you use?
The correct answer is B. Microsoft SQL Server Management Studio (SSMS). To configure Always Encrypted in your database, follow these steps: 1. Provision cryptographic keys to protect your data. 2. Set up encryption for specific database columns that include sensitive information to ensure You can perform the above steps using SQL tools: ->…
Question
Options
- ApgAdmin
- BMicrosoft SQL Server Management Studio (SSMS)
- CMySQL Workbench
- Dthe Azure portal
How the community answered
(40 responses)- B93% (37)
- C5% (2)
- D3% (1)
Explanation
To configure Always Encrypted in your database, follow these steps: 1. Provision cryptographic keys to protect your data. 2. Set up encryption for specific database columns that include sensitive information to ensure You can perform the above steps using SQL tools: *-> Provision Always Encrypted keys using SQL Server Management Studio * Configure Always Encrypted using PowerShell * sqlpackage - which automate the setup process https://learn.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-
Community Discussion
No community discussion yet for this question.