Hi @MartinJaffer-MSFT ,
Yes, you're right. The second call is using a different authorization scheme. The call is going to a AWS s3 bucket to get the stored data. The first call is successful but the redirection url is missing in the response as the activity failed. This is the response from the first call.
{
"Response": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>InvalidArgument</Code><Message>Only one auth mechanism allowed; only the X-Amz-Algorithm query parameter, Signature query string parameter or the Authorization header should be specified</Message><ArgumentName>Authorization</ArgumentName><ArgumentValue>Bearer aaaaa</ArgumentValue><RequestId>TDFBYZJ73XW97T3S</RequestId><HostId>PS2j4O9Q=</HostId></Error>",
"ADFWebActivityResponseHeaders": {
"x-amz-request-id": "TDFBYZJaaaaa",
"x-amz-id-2": "fftyyy=",
"Transfer-Encoding": "chunked",
"Connection": "close",
"Date": "Fri, 06 Dec 2022 20:17:42 GMT",
"Server": "AmazonS3",
"Content-Type": "application/xml"
},
"effectiveIntegrationRuntime": "AutoResolveIntegrationRuntime (East US 2)",
"executionDuration": 0,
"durationInQueue": {
"integrationRuntimeQueue": 0
},
"billingReference": {
"activityType": "ExternalActivity",
"billableDuration": [
{
"meterType": "AzureIR",
"duration": 0.016666666666666666,
"unit": "Hours"
}
]
}
}