When it comes to Azure table, here are the properties:
Scalable – it supports up to 500TB per account
Reliable – due to multiple replicas in different data centers, it is highly reliable and fault tolerant.
Schema-less – the data stored does not have any particular structure in it.
Comparing the features of MongoDB, here are some points:
MongoDB is primarily a document-oriented database.
In order to be reliable, it requires few redundant instances.
MongoDB uses more memory for its own cache than Azure Table does.
For more simple environments, using Azure Table is more suitable whereas when it comes to more advanced queries, you can use MongoDB.