英文:
Azure Managed Grafana with custom URL
问题
I set up an Azure Managed Grafana instance in Azure. It generated a custom URL for me. Let's say it's:
https://grafana-fzaeb1evc4d7cyaf.eus.grafana.azure.com (this is not the actual URL).
I also have a domain: domain.com
.
I created a CNAME DNS record for dashboard.domain.com
that points to grafana-fzaeb1evc4d7cyaf.eus.grafana.azure.com
It worked, but I'm getting a 404 from nginx. I'm guessing there's a configuration setting somewhere in Azure or Grafana to tell it to respond to my dashboard.domain.com
URL, but I can't find it in either system and some Googling has yielded nothing.
Any thoughts on how I can get this to work?
英文:
I set up an Azure Managed Grafana instance in Azure. It generated a custom URL for me. Let's say it's:
https://grafana-fzaeb1evc4d7cyaf.eus.grafana.azure.com (this is not the actual URL).
I also have a domain: domain.com
.
I created a CNAME DNS record for dashboard.domain.com
that points to grafana-fzaeb1evc4d7cyaf.eus.grafana.azure.com
It worked, but I'm getting a 404 from nginx. I'm guessing there's a configuration setting somewhere in Azure or Grafana to tell it to respond to my dashboard.domain.com
URL, but I can't find it in either system and some Googling has yielded nothing.
Any thoughts on how I can get this to work?
答案1
得分: 1
设置Azure托管的Grafana实例的自定义域名目前尚不受支持。
目前最佳做法是将短域名重定向到默认域名。
英文:
Setting custom domain names for Azure managed instances of Grafana is not supported yet.
The best what you can do right now is to set redirect from short name to default one.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论