Im using the following as a workshop https://www.youtube.com/watch? v=IAqJ6nCDtGc
I have some sales data in an Azure SQL Database (Rather than an on premise database)
And I have a data lake Gen Storage 1 I've successfully set up the Connectors and Data sets. Each Connector has tested ok
Do create the Azure Data Lake created an app registration to get the information I needed for the principal ID and the Principal Key
Ive created the pipeline with a copy activity as per the above video
When I run it I get the following
{ "errorCode": "2200", "message": "Failure happened on 'Sink' side. ErrorCode=UserErrorFailedFileOperation,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The request to 'Unknown' failed and the status code is 'BadRequest', request id is ''. \r\nBad Request\r\n\r\n
Bad Request - Invalid URL
\r\nHTTP Error 400. The request URL is invalid.
\r\n\r\n ,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Net.WebException,Message=The remote server returned an error: (400) Bad Request.,Source=System,'", "failureType": "UserError", "target": "Copy Sales data to data lake" }Ive checked the URL in the data lake connector and this seems fine
"dataLakeStoreUri": "https://.azuredatalakestore.net/webhdfs/v1",
The only other URL I can think of is the one set up when registering the app on sign on URL
If anyone can help it would be greatly appreciated.
Debbie