在跨多个Azure-VM (Linux)的切分配置中,每个分区都有自己的子域(通配符*.domain.com Azure dns-zone),网关必须解析子域-NAME.domain.com连接尝试并访问远程Azure表-存储(或任何其他REST端点),以确定用于此的目标Azure-VM。确定的Azure-VM将用于粘性会话的其余部分(亲和cookie)。
这应该可以通过PowerShell配置实现,但是当前的限制似乎存在,如下所述:https://serverfault.com/questions/881988/azure-application-gateway-limitations-wildcard-ssl-cert
在Azure应用程序网关中对此场景的支持有什么建议,还是我需要在其他地方查找?
第二个问题,也是这个场景所必需的:从Azure应用网关PowerShell访问Azure表存储空间可能吗?
发布于 2019-01-01 17:41:03
- hostA.domain.com > host1
- hostB.domain.com > host2
- hostA.example.com > host3
- hostB.example.com > host4 ...
- everything that doesnt match the above hostnames goes to this last listener > hostx
https://stackoverflow.com/questions/53997217
复制相似问题