@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!