Forum Discussion

deennitj2k25's avatar
deennitj2k25
Copper Contributor
Feb 26, 2024

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