Remove multiple Data Lake Storage Gen1 Access Control List entries (ACLs) in one operation

In large Data Lake Stores, operations on ACL entries are slow I recently wanted to simplify permissions in a Data Lake Storage file system. For folders and files in Data Lake Storage, we define permissions using Access Control Lists. Microsoft generally recommends that we should assign permissions to security groups, and not for individual users … Read more

How to query Application Insights with C#

Update: the code example in this article uses an API that is now deprecated. It will only be useful if you are stuck using old NuGet library to query Application Insights. For new code, you should use https://www.nuget.org/packages/Azure.Monitor.Query/ instead. This article does not provide code example on how to use that newer API. Application Insights … Read more

How to use NordVPN + PiHole together

NordVPN blocks access to PiHole device when connected I consider the following privacy tools useful, but for a long time, I didn’t see a way to make them work together at the same time: PiHole is a DNS-based ad-blocking and malware-blocking software with a friendly web UI.Typically, it’s installed on a Raspberry Pi device, and … Read more

Azure Storage Files: what takes my space?

Recently, I got curious what exactly takes up space in my Azure Storage Files. In the end, I’m paying for each stored byte. 😉I tried to find out using Azure Portal, but it wasn’t practical. While Azure Portal displays size of files, it doesn’t display total size of folders: Maybe Azure Storage Explorer can do … Read more