question

SukumarVinnakota-8083 avatar image
0 Votes"
SukumarVinnakota-8083 asked JamesTran-MSFT answered

Failed to get the secret from key vault

I get the below issue when running a pipeline in ADF.

"Message": "'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to get the secret from key vault, secretName: <<Secret_Name>>, secretVersion: , vaultBaseUrl: <<KeyVaultURL>>. The error message is: An error occurred while sending the request.\r\nThe remote name could not be resolved:<<KeyVaultURL>>.,Source=Microsoft.DataTransfer.ClientLibrary,'"

Linked Service is working as expected . This error pops up randomly. When i run the pipeline twice/thrice, Pipeline gets succeeded.

azure-data-factoryazure-key-vault
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JamesTran-MSFT avatar image
0 Votes"
JamesTran-MSFT answered

@SukumarVinnakota-8083
Thank you for your post!

When it comes to the error message you're receiving, I believe this issue might be better handled by our support team, since we'd need a Fiddler trace in order to figure out if this is being caused by ADF or if this is a request issue with the Azure key Vault.


If you'd like to Collect a network trace with Fiddler, you can definitely follow our documentation, and then reproduce the issue. But keep in mind that "a network trace contains the full contents of every message sent by your app. Never post raw network traces from production apps to public forums..."

A key thing to look out for when using Fiddler is any 401, 403, or 429 error codes that you might be getting when trying to get the secret from the AKV.
109477-image.png
109449-image.png



If you have any other questions or would like me to work with our support teams on this, please let me know.
Thank you for your time and patience throughout this issue.


Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.


image.png (27.8 KiB)
image.png (4.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.