First Look Into Blockchain

Since last year, I have been spending time with customers understanding how blockchain can help them improve/replace existing processess. Its relatively a new technology but evolving very fast. Anyways, recorded an hour long video session  First Look Into Blockchain for Channel9. Its predominately focus on blockchain from developers perspective. [0:57] What is Blockchain? [2:14] How is this different than a standard distributed database? [5:16] DEMO: […]

Using Client Certificate Authentication for Web API Hosted in Azure

During recent customer engagement there was a discussion around client certificate [a.k.a tls mutual] authentication and how to use it with asp.net web api that is hosted on azure as a azure api app. Apparently there is an article that covers this topic for web apps hosted in azure but it cannot be used as-is for web api as there are some differences on how to get […]

Reporting Unused Disks Space in Azure IaaS

If you’re using Azure VMs in your organization one of the common governance challenge is to identify the unused disk space that was just lying around in azure storage unused and cost company money unnecessarily. This usually happens when vms are deleted but vhds are kept so to make sure that data is not lost or just disks are marked […]