I've created a scale-set with two instances and connected the scale-set with application gateway. Now, I want to ssh into the instances but I cannot do it using application gateway. The instances do not have public IP assigned.
I was able to ssh into instances using load-balancer(when scale-set was connected to load balancer).
I tried to create an NSG and associate NSG with application gateway subnet, but still cannot ssh into scale set instances.
How can I ssh into scale set instances that is behind application gateway?