Hi Team,
I have configured Azure WebApp (Asp.net MVC Application) which is working well from more than 12 months. Now, we have separate Site-to-Site VPN Connectivity also established between our Azure Network and On-Premises Data Center.
Now, we want to extend our Azure WebApp and like Add a User in our On-Premises Active Directory. when I was reading some article between Azure WebApp and VPN connectivity, I found that We require Point-To-Site VPN Connectivity. So, we are ready for that as well.
But recently I came across this MSDN Article: https://azure.microsoft.com/en-us/documentation/articles/web-sites-integrate-with-vnet/
Where in section under "There are some things that VNET Integration does not support including:" They named "AD integration"
which confused me a lot. Is that the same not supported which I want or something different ?
my final aim is: through my Azure WebApp, I would like to add/modify/delete the Active Directory User (Active Directory is on my On-Premises)
Please suggest me alternative if that is not support.
Regards, Brijesh Shah