Forum Discussion
Access private endpoint enabled azure storage account from internal container app
Hello Folks.
Need solution to this problem statement.
Requirement: Need to access blob from azure storage account which has public endpoint disabled and private endpoint enabled.
Container app is created with internal ingress with workload profiles in a virtual network. It is not able to access the blob from storage account.
Getting below error: "<?xml version="1.0" encoding="utf-8"?><Error><Code>PublicAccessNotPermitted</Code><Message>Public access is not permitted on this storage acco
unt."
Nslookup is giving me the expected private IP of the storage account which is associated with private endpoint.
Can someone points me to the right direction asap.
Regards,
Deendayal
2 Replies
Did you follow this yet?
https://learn.microsoft.com/en-us/azure/storage/common/storage-private-endpoints
- deennitj2k25Copper ContributorKidd_Ip: Yes, followed that document already. Problem is fixed as the table private endpoint was also required by the application which we identified from the container app logs and issue was fixed post that.
Thanks for your reply.