Create Azure Functions to handle CRUD operations for the notes.
Implement encryption of title and description fields before saving to the database.
Implement decryption while retrieving from the database.
Check for modifications in the record during edit operations, only re-encrypt if there are changes.
Create Azure Functions to handle CRUD operations for the notes.
Implement encryption of title and description fields before saving to the database.
Implement decryption while retrieving from the database.
Check for modifications in the record during edit operations, only re-encrypt if there are changes.