Chapter 7: Data Migration – Azure Data Factory and Other Cloud Services
When your business needs to move data between cloud providers, Azure Data Factory presents a convenient and robust interface for this task. Microsoft provides connectors to integrate the data factory with multiple third-party services, including Amazon Web Services (AWS) and Google Cloud. In this chapter, we will walk though several illustrative examples on migrating data from these two cloud providers. In addition, you will learn how to use Azure Data Factory's Custom Activity to work with providers who are not supported by Microsoft's built-in connectors.
In this chapter, we will cover the following recipes:
- Copying data from Amazon S3 to Azure Blob storage
- Copying large datasets from S3 to ADLS
- Copying data from Google Cloud Storage to Azure Data Lake
- Copying data from Google BigQuery to Azure Data Lake Store
- Migrating data from Google BigQuery to Azure Synapse ...