Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

The request was blocked by DoSP PowerBI REST API

Hi,

 

I have a DataFactory pipeline that sends a few HTTP requests to the PowerBI REST API, but sometime ago it started giving me the following error:

 

The request was blocked by DoSP

 

I can understand that it's a Denial of Service Protection. However, sometimes it fails on the first request.

We do have some of the requests inside a loop, to check when the PowerBI refresh is completed, but there's a 5min wait between them, so I don't understand why the DoSP is firing. 

 

 The Pipeline in question: 

 

manumanu_0-1628763705868.jpeg

 

The loop part:

manumanu_1-1628763705873.jpeg

 

 

Cheers,

Manuel

Status: New
Comments
v-chuncz-msft
Community Support

@manumanu 

 

A similar issue has been reported internally, so stay tuned.

CRI 247586043

manumanu
Regular Visitor

@v-chuncz-msft thanks for the info.

In the meantime, I saw a possible resolution to this. 

Using a Self-Hosted Data Factory Integration Runtime seems to fix the issue, since only I will be sending the REST API requests from that IP address.

 

Either way, looking forward for the issue being resolved when using the Azure IR.

 

Cheers,

Manuel