How to point to virtual machine configured in application gateway backend pool
Neerav Agrawal
45
Reputation points
I have setup an application gateway to point one app service and one virtual machince through it.
I have DNS configurations (CNAME) set-up for both based upon respective custom domains. For example
- From DNS configuration "appservice.service.com" domain is pointing to application gateway, and that is correctly pointing to its app service configured in first backend pool of application gateway. Because same domain is added as a custom domain in app service.
- From DNS configuration "virtualmachine.service.com" domain is pointing to application gateway. In application gateway the second backend pool is configured for virtual machine but it is not pointing here correctly. I think it is not identifying it.
Can anyone please suggest how to resolve this.
Sign in to answer