Phat Huynh
Phat Huynh

Reputation: 43

Azure Data Factory outbound data transfer pricing

I want to use Azure Data Factory V2 to copy data from Blob Storage to another Blob Storage. Two Blob storage are the same region and Data Factory is different region.

So outbound data transfer will be charged or not?

Upvotes: 1

Views: 521

Answers (2)

Naveen KUMAR109
Naveen KUMAR109

Reputation: 41

Azure Data Factory charges you in a variety of modes as below based on your integration runtime. How ever, when your Copy Activity moves data with a same data center. You will not be charged for that. (DIU's count is not considered for billing) Pipeline activities: $0.005/hour**

Upvotes: 0

CHEEKATLAPRADEEP
CHEEKATLAPRADEEP

Reputation: 12768

Bandwidth refers to data moving in and out of Azure data centers.

Data going out of Azure data centres are charged as follows:

enter image description here

Use of the copy activity to egress data out of an Azure datacenter will incur additional network bandwidth charges, which will show up as a separate outbound data transfer line item on your bill. More information.

Upvotes: 1

Related Questions