Hello,
Yes, you can implement your scenario using Azure Application Gateway
Rule1 :: Listener1 --> HTTPSettings1 --> BackendPool1
- Create Listener1 with hostname custA.mydomain.com
- Leverage the option "Override with specific domain name" in HTTPSettings1 and mention
"custA.azurewebsites.com" under the same - Place the web app custA.azurewebsites.com in a distinct backend pool
- Configure Rule1 to bind Listener1, HTTPSettings1 and a BackendPool1
Similar configurations needed for custB.mydomain.com
Hope this helps !