Meteor App (hosted on Azure) using Azure's MongoDB

I am wondering if it is possible, and if so how, to use an Azure MongoDB as the backend for my Meteor Application.

I have added the connection string from my database into the MONGO_URL variable with no success. I have found some previous threads over Stack Overflow and on here about incompatibility related to oplog errors, but they seem to be using DocumentDB instead of Azure’s MongoDB (which I think is newer than a few years ago).

Thanks