英文:
Azure Front Door - Determine which origin is unavailable
问题
Azure Front Door当前设置了2个源组。
在每个源组中,我已经添加了1个源。
第一个源组正常工作,源健康度指标为100%。
我添加了第二个源组,但它不起作用,源健康度现在为0。
然而,通过Front Door,第一个端点正常工作。首先,这不应该返回源健康度为50%吗?其中有2个源之一由于某种原因不可用。
我尝试在门户中查找是否可以看到源的实际状态,但我没有找到。
在日志中查看FrontDoorHealthProbeLog,据我所见,实际上也没有关于哪个源不可用的信息。
根据文档,我猜"OriginName"可能是源(后端/源服务的URL/主机名),但似乎不是这种情况。
英文:
Have a Azure Front Door setup currently with 2 origin groups.
In each of the Origin Groups, I have added 1 origin.
The first origin group is working fine, and the Origin Health metric was at 100%.
I added a second origin group, which does not work, and the Origin Health is now 0.
However, the first endpoint works fine through Front Door. First question, should not this return in a Origin Health of 50% ? 1 out of 2 origins is unavailable for some reason.
I tried to figure out in the Portal, if you can see the actual status of the origins, but I have not been able to locate it.
Looking in the logs, FrontDoorHealthProbeLog, there actual is no info either, as far as I can see, on which of the thats unavailable.
According to the docs , I could guess that the "OriginName" could be the origin (URL/hostname of the backend/origin service), but that does not seem to be the case.
Can anyone point me in the direction of spotting which of the backends (origins) are down?
答案1
得分: 1
在前台门的指标中,应用按来源分割,您将获得以下图表,其中您可以查看每个来源的状态。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论