Azure 应用程序网关 - 后端运行状况 404 错误
我正在尝试使用 ADFS 配置 Azure 应用程序网关。后端池指向 ADFS Web 应用程序代理。后端健康检查报告为不健康。 我收到错误:在后端服务器 http 响应中收到无效状态代码 404
一切似乎都已正确配置,我可以在绕过应用程序网关时访问该站点
I am trying to configure Azure Application Gateway with ADFS. The Backend pool points to ADFS Web Application Proxy. The backend health check is reporting as unhealthy.
I am getting an a error: received invalid status code 404 in the backend servers http response
Everything appears to be configured correctly and I can access the site when bypassing the App Gateway
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通过重新配置运行状况探测已解决此问题
This was resolved by re-configuring the health probe
在我使用应用服务作为后端池的情况下,我必须创建一个自定义运行状况探针(例如
http-probe
)以在 HTTP 设置(http 例如),其中 HTTP 设置(例如
http
)是在请求路由规则中配置的设置。In my case with the App Service as a backend pool, I had to create a custom Health probe(
http-probe
for ex.) to be used in the HTTP setting(http
for ex.), where the HTTP setting(http
for ex.) is the one configured in the Request Routing Rule.