I am a newbie in Azure and have complex system .I have following condition.
Virtual Machine(vm1) where I have have installed ADDS(Active Directory Domain Service)
I have created few user in vm1
I have Created New SQL server Virtual Machine(vm2) where SQL 2015 is running and have database on it.
I have Created another Virtual Machine (vm3) where i need to install my application.
I have added the Domain name and configure DNS on vm2 and vm3 with respect to vm1.
In vm2, when i try to give the permission to the database for user from vm1, I can do it.
Now , when i try to run the application with respective user from vm1 from vm3 , I cannot talk with the database .
I have followed up many links but still not found solution.