Azure SQL Database supports change tracking mechanisms like CDC, which can be used to capture insert, update, and delete operations on database tables. This information can then be used to incrementally update another database.
Otherwise, I recommend you to check this thread : https://stackoverflow.com/questions/77201413/copy-data-incrementally-between-databases