Thank you for posting your query!
please check the below steps and confirm us
- DNS Resolution: The error message indicates a failure in name resolution. Ensure that the DNS settings in your virtual network are correctly configured. You might need to set up a custom DNS server that can resolve the Azure Blob Storage endpoints.
- Network Security Group (NSG) Rules: Verify that the NSG rules associated with your virtual network and subnet allow outbound traffic to Azure Blob Storage. Sometimes, restrictive NSG rules can block necessary traffic.
- Private Endpoint DNS Configuration: When using private endpoints, ensure that the DNS configuration is correctly set up to resolve the private endpoint's IP address. You might need to configure a DNS forwarder or use Azure Private DNS Zones.
- Firewall Settings: Double-check the firewall settings of your storage account. Ensure that the virtual network and subnet are correctly added to the allowed networks list.
- Managed Private Endpoint Approval: Ensure that the managed private endpoint in ADF is correctly approved in the storage account. Sometimes, re-approving the endpoint can help resolve connectivity issues.
- Logs and Diagnostics: Enable diagnostic logs for your storage account and Azure Batch account. These logs can provide more detailed information about the error and help pinpoint the issue.
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.