I have the given scenario: I have some data on blob storage account and i want to load it into Azure Data Warehouse. I saw here:
https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-get-started-load-with-polybase
that this is quite possible using Polybase. My question is whether there will be network traffic charge for loading data from Azure Blob Storage to Azure Data Warehouse or not. If so, let's say i have a 1TB flat file on premise. Uploading the file to Azure acording to this:
https://azure.microsoft.com/en-us/pricing/details/bandwidth/
Is free right? (it seems that inbound traffic is free of charge and I pay only for the storage that I use monthly:
https://azure.microsoft.com/en-us/pricing/details/storage/blobs-general/
So I will pay for 1 TB ZRS around 26 EUR / Month (storage)
If there will be network traffic charge between Azure Blob Storage and Azure Data Warehouse, I will have an additional charge acording to:
https://azure.microsoft.com/en-us/pricing/details/bandwidth/
Is that right?