Hi @T West , welcome to Microsoft Q&A forum.
There are many ways to do migration from one Azure Database table to another:
- Using Azure Data Factory
- Using elastic queries
- Using Data Sync (Suitable for entire database)
- Generate Scripts
You can definitely give a try to Azure Data Factory as mentioned in below article:
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-bulk-copy-portal
Please let us know if this helps or we can discuss further on this.
----------
if answer helps, please select 'Accept Answer' as it could help other community members as well.