简体   繁体   English

为多租户应用程序服务配置Azure应用程序网关

[英]Configuring Azure Application Gateway for Multi tenant App service

I have application1.Azurewebsites.net and application2.Azurewebsites.net and I want to use Azure Application Gateway , I followed the documentation and I was able to do it for one application but there is no documentation on how I achieve the same for more than one app, I tried multisite setup as soon as I set it up i get 400 response from the application Gateway endpoint my back end pools shows healthy status. 我有application1.Azurewebsites.netapplication2.Azurewebsites.net ,我想使用Azure Application Gateway ,我遵循了文档说明,并且能够针对一个应用程序执行此操作,但是没有关于如何达到相同目的的文档。一个应用程序,一经设置,我就尝试进行多站点设置,我从应用程序网关端点收到400响应,我的后端池显示正常状态。

For the Multiple Application Set up in Gateway. 对于在网关中设置的多个应用程序。

BackEnd Pool
App Services -> app1 (BackEndpool1)
App Services -> app2 (BackEndpool2)


httpsettings
setting1 => port 80 , use appservices , customprobe (httpsettings1)
setting2 => port 80 , use appservices , customprobe (httpsettings2)


Listeners
Multisite => fronendport 80 => hostname = app1 (Listeners1)
Multisite => fronendport 80 => hostname = app2 (Listeners2)

Rules 
(Listeners1) -> (BackEndpool1) -> (httpsettings1)
(Listeners2) -> (BackEndpool2) -> (httpsettings2)

愚蠢的我,我错过了开始为app1和app2添加应用程序网关的CName的步骤

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在多租户应用程序中加载特定于租户的变量 - Loading the tenant specific variables in a multi tenant application 多租户应用程序的数据库配置 - Database provisioning of a multi tenant application 多租户应用程序中的IdentityRole - IdentityRole in multi-tenant application 内部网上的多租户或多实例应用程序 - multi tenant or multi instance application on intranet Azure 数据库水平分片是多租户 C# asp.net 应用程序的最佳解决方案 - Azure Database Horizontal Sharding the best solution for Multi-tenant C# asp.net application 如何在多租户应用中通过C#以编程方式切换Azure AD目录 - How to switch Azure AD directory programatically via C# in a multi tenant app 上传大文件 - Azure App Service 上的 502 bad gateway 错误 - Upload large file - 502 bad gateway error on Azure App Service 502 错误:使用 IronPDF 的 Azure 应用服务上的网关错误 - 502 Error: Bad Gateway on Azure App Service with IronPDF 多租户MVC应用程序有时会提供错误的租户 - Multi Tenant MVC Application Sometimes Provides Wrong Tenant 具有租户特定角色的ASP.NET多租户应用程序 - ASP.NET Multi tenant application with tenant specific roles
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM