Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Hi there Nana Poku
Thanks for using QandA platform
This happens because with a private endpoint, all traffic must stay inside your private network, public access won't work unless DNS points to the private IP. If your DNS still resolves to the public IP, authentication will fail. you should have a Private DNS Zone (like privatelink.blob.core.windows.net) linked to your VNet, and your client is picking up the private IP. Also, it's better to use Azure AD for authentication instead of keys, also xheck your fireewall rules
If this helps kindly accept the answer thanks much.