Scenario
I have an Azure Webjob that has been deployed in an Azure website, and a virtual machine in a cloud service that is hosting a MongoDB database. The azure web job needs to get access to the MongoDB collections
Question
It is possible to add this azure website to the cloud service? the reason for this is because I want to access MongoDB service which is available only in the internal LAN provided by the web service.
or maybe what's best approach for my azure website can get access to the MongoDB?.