How to connect to a on premise SQL Server from Azure Managed Grafana
Sean Lively
0
Reputation points
I have a new Azure Managed Grafana instance, and I'd like to connect to a on-premise SQL Server.
We have all of the VPN/Virtual networks setup, and from a vnet connected VM, I'm able to query data.
I have a Private Endpoint (not managed) setup, and it's landing in the correct vnet.
When I attempt to setup the MSSQL data source in Grafana by DNS name (prd-sql01.company.net), I get an immediate failure: lookup prd-sql01.company.net on 127.0.0.11:53: no such host
What's necessary to get an Azure Managed Grafana instance connected to a SQL Instance on a private network?
Sign in to answer