Raymond Raymond

Azure Blob Storage - This request is not authorized to perform this operation.

event 2021-09-11 visibility 24,609 comment 0 insights toc
more_vert
insights Stats

When using Azure Storage SDK to access blob objects, the following error can throw out:

This request is not authorized to perform this operation.

This issue usually relates to Azure Storage's network settings.

Change security and network settings

Go to Azure portal and find the storage account. And then go to Networking tab in Security + networking group.

Allow access from all networks

If the blob storage is public, you can configure the firewall and virtual networks to allow access from all networks.

2021091185922-image.png

Allow only selected networks

If the storage is not public, you can create a virtual network and then only grant access to your resources in the specific network. You can also configure specific IP address.

Refer to page for more details about how to make these settings: Configure Azure Storage firewalls and virtual networks.

More from Kontext
comment Comments
No comments yet.

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts