Hi
Alexander Oliver •,
Welcome to Microsoft Q&A forum.
As I understand, you want to migrate quickbooks desktop data to an azure database.
This can be achieved using Azure Data Factory by following the tutorial mentioned here: https://learn.microsoft.com/en-us/azure/data-factory/connector-quickbooks?tabs=data-factory
Note:
The Copy Activity in the service cannot copy data directly from Quickbooks Desktop. To copy data from Quickbooks Desktop, export your Quickbooks data to a comma-separated-values (CSV) file and then upload the file to Azure Blob Storage. From there, you can use the service to copy the data to the sink of your choice.
Hope this helps. Let us know if you have further queries.
Thanks