I have Blob storage that is linked using managed private endpoint from ADF, and using Managed Vnet Integration runtime that points to managed private endpoint to blob storage.
from linked services, I'm using system assigned identity and I have givne 'Storage Blob Data Contributor' role to this target storage account.
Test Connection is successful.
but when I run very simple copy data pipeline (source Azure SQL database) sink dataset that uses linked service to blob storage container. it fails with below error message (storage name masked with xxxxxx)
Operation on target Test New SFTP Generate Extract failed: ErrorCode=UserErrorFailedToCreateAzureBlobContainer,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Unable to create Azure Blob container. Endpoint: https://xxxxxx.blob.core.windows.net/, Container Name: test.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.WindowsAzure.Storage.StorageException,Message=The remote name could not be resolved: 'xxxxxx.blob.core.windows.net',Source=Microsoft.WindowsAzure.Storage,''Type=System.Net.WebException,Message=The remote name could not be resolved: 'xxxxxx.blob.core.windows.net',Source=System,'
what would be the cause of this issue. using managed private endpoint, managed vnet integration runtime, TEST CONNECTION is SUCCESSFUL but pipeline fails
Note: I have created the exactly the same setup configuration in UAT Subscription it works fine???