Tag: Azure
-
How to use Redis as your primary database
Recently, I got chance to work with Redis and realized that redis is not just a cache solution it can serve as your primary database. Traditional databases store their data on disk, even though most databases have an embedded cache on RAM to optimize query performances. Most of the time we end up using some…
-
How to stream Activity Logs to Azure Event Hubs
Azure Introduction In this blog we are going to see how to stream activity logs of your azure subscription to a Event Hub. First create a service bus name since this is required to export the Activity Log Go to Activity Logs page and click Export Enter the service bus name and policy Once the Export…