I have installed a Solr instance on Azure VM and I have also configured Solr on port:8983
so that I can access it everywhere for my MVC website. e.g: _mysolr.azurewebsites.net:8983_
My MVC website are setup on Azure. I want to restrict Solr so that no one else can access except my MVC website in Azure.
How I can put security on Solr or Azure VM so that no one can access it except my own website for getting search result.