Hello,
I had created a Grafana in Microsoft Azure. There are 2 IP addresses namely public and private. I would like to disable the access from Internet and only access through intranet. Please let me know, how to do this.
Thanks in advance.
Regards, Chaitanya
Look at /etc/grafana/grafana.ini under the [server] section.
You should find:
;http_addr =
Simply set that to http_addr = 10.10.10.10 or whatever your private IP address is.
Antony.
This topic was automatically closed after 365 days. New replies are no longer allowed.