'Azure web activity error public access is not permitted
I'm trying to access my storage account with data factory web activity. When I run the pipeline it through the error: public access is not permitted on this storage account.
I am trying to use Managed Identities for the web activity to authenticate to the Storage without having to make it public. They are both in the same virtual network.
Any idea where it could be going wrong?
Thanks!
Solution 1:[1]
You need to make sure that both resources are connected to Virtual network. You may achieve that by creating Private Endpoints for both your Storage Account and Azure Data Factory.
If ADF doesn't have private endpoint it will connect over public network.
MaayanY,
there is a setting that may prevent you from accessing Blob, can you check your configuration?

Documentation reference: https://docs.microsoft.com/en-us/azure/storage/blobs/anonymous-read-access-configure?tabs=portal
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
