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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
sivab
Frequent Visitor

Status code: 416, description: 'The range specified is invalid for the current size of the resource.

"Status code: 416, description: 'The range specified is invalid for the current size of the resource.'." I am trying to get the data from Azure blob storage. But it genarates the above error code... Can any one help me..?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @sivab ,

According to document of azure storage error message, it seems like you are configure a wrong byte range to receive azure blob store data stream. 

Microsoft Azure Storage Extension Error Codes

Code: 416 ‘Requested Range Not Satisfiable’
Message: The specified byte range is invalid or unavailable.

Please understand that this link is provided with no warranties or guarantees of content changes, and confers no rights.

Maybe you can take a look at following link to know more about configure request header:

Specifying the Range Header for Blob Service Operations

If above not help, can you please share more detail information about how to get data and configuration?

How to Get Your Question Answered Quickly

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @sivab ,

According to document of azure storage error message, it seems like you are configure a wrong byte range to receive azure blob store data stream. 

Microsoft Azure Storage Extension Error Codes

Code: 416 ‘Requested Range Not Satisfiable’
Message: The specified byte range is invalid or unavailable.

Please understand that this link is provided with no warranties or guarantees of content changes, and confers no rights.

Maybe you can take a look at following link to know more about configure request header:

Specifying the Range Header for Blob Service Operations

If above not help, can you please share more detail information about how to get data and configuration?

How to Get Your Question Answered Quickly

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.