Category: Azure

  • RabitMq Vs Azure service Bus

    Architecture   Area Microsoft Service Bus RabbitMQ Concepts Namespaces Namespaces are used to create a sandbox area for messaging. Namespaces also support authentication and authorization around this sandbox Rabbit does not have a namespaces concept but there is a lot… Continue reading

  • Traffic Manager in Azure

    A: Azure Traffic Manager provides globally aware DNS resolution to Azure services located in different regions using an intelligent set of processes based on specified configurations and the geographical location of the users local DNS server (LDNS). It’s easiest to… Continue reading

  • Redis Cache in Azure

    Redis cache is open source Nosql based key value data sore approach  for faster query.   Redis in azure : One approach to sharing a ConnectionMultiplexer instance in your application is to have a static property that returns a connected… Continue reading

  • Indexing in Document Db

    By default, DocumentDB automatically indexes every property in a document as soon as the document is added to the database. However, you can take control and fine tune your own indexing policy that reduces storage and processing overhead when there… Continue reading