Onprem SQL Server password saved to KeyVault doesn't work on LinkedService

Venkat Bommavaram 21 Reputation points
2022-07-29T16:59:25.893+00:00

Failed to get the secret from key vault, secretName: XYZ, secretVersion: 123, vaultBaseUrl: https://abc.vault.azure.net/. The error message is: An error occurred while sending the request.
Unable to connect to the remote server
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 20.62.134.229:443.

I created secret on the Keyvault for the onprem SQL server. For some reason the connection is not able to read it from the keyvault.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,148 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,471 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vidya Narasimhan 2,126 Reputation points Microsoft Employee
    2022-07-31T01:40:22.837+00:00

    Hi Venkat Bommavaram,

    Based on the error provided, it seems more like your application does not have network line of sight to the keyvault resource. To verify you can try Telnet to keyvault hostname abc.vault.azure.net at port 443 from your application/host.

    0 comments No comments

0 additional answers

Sort by: Most helpful