In a sharding configuration across multiple Azure-VMs (Linux), each with its own sub-domain (wildcard *.domain.com Azure dns-zone), the gateway must parses the SUB-DOMAIN-NAME.domain.com connect attempt and access a remote Azure Table-Storage (or any other REST endpoint) to determine which target Azure-VM to use for this. This Azure-VM determined will then be used for the remainder of the sticky-session (affinity cookie).
This should be possible via PowerShell configuration, but current limitations seem to exist as described here: https://serverfault.com/questions/881988/azure-application-gateway-limitations-wildcard-ssl-cert
Any tips on support for this scenario within the Azure Application Gateway or do I need to look elsewhere?
Secondary question but also necessary for this scenario: access to an Azure-table-storage from the Azure Application Gateway PowerShell possible?