[&] You are the principal architect for your company's HR web portal. The portal is written in ASP.NET Core MVC using .NET Core 2.1 and uses ADO.NET primitives for data access. Your data custodian insists that all data is protectecd with encryption at rest and in transit. You have just provisioned a new Azure SQL database to hold all of the HR data. What changes do you need to make to meet these requirements? - Enable transparent data encryption for the database - Enable transparent data encryption for the Azure SQL Server hosting the database - Modify all connection strings to use the encryption endpoint for the Azure SQL Server hosting the database - Require encrypted communication for the Azure SQL Server hosting the database [&] Which of the following services allow unencrypted data access? - Cosmos DB - Storage account - Azure SQL database - Azure database for MySQL