I read the below blog for implementing the encryption concept in my application but in my application I have used code first migrations concept for performing CRUD operations on Azure SQL database. But this blog explains the encryption concept with plain SQL queries on Azure SQL database.
Always Encrypted: Protect sensitive data in SQL Database and store your encryption keys in Azure Key Vault
https://learn.microsoft.com/en-us/azure/sql-database/sql-database-always-encrypted-azure-key-vault
How can I implement the always encrypted concept for code first migration scenarios implemented in web applications?