Setting up VNet Integration on Azure Managed Grafana

Dominic Leung 20 Reputation points
2025-07-31T08:29:52.05+00:00

Im running a Clickhouse on Azure VM, exposed on a private IP on an Azure private network.

I would like to use the Clickhouse Plugin on Azure Managed Grafana to display statistics of the clickhosue. I don't think the managed grafana can use the private IP yet. Any solution on that please?

Azure Managed Grafana
Azure Managed Grafana
An Azure service used to deploy Grafana dashboards for analytics and monitoring solutions.
{count} votes

Accepted answer
  1. Jose Benjamin Solis Nolasco 5,216 Reputation points
    2025-07-31T14:56:05.24+00:00

    @Dominic Leung I hope you are doing well,

    Azure Managed Grafana doesn’t natively support direct access to private IPs across VNets without additional configuration

    Options to Enable VNet Access for Azure Managed Grafana

    Use Azure Private Link with a Public Endpoint

    • Expose ClickHouse via a public endpoint secured with Private Link.
    • This allows Managed Grafana to access the service securely without exposing it broadly to the internet.
    • You’ll need to configure DNS resolution and ensure the endpoint is reachable from Grafana’s VNet.

    See more https://learn.microsoft.com/en-us/azure/private-link/private-link-overview

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.