I am working with a customer right now that is doing a lot of work with Azure Data Factory (ADF). ADF is a powerful cloud based data integration tool that lets you move data from a multitude of source, process that data and store it in a target data store. You can think of it […]
Tag: blob storage
Using NFS on Azure blob and some performance tests
Recently, Microsoft announced that they’re enabling the NFS protocol on top of blob storage. This is growing the strategy that started with ADLS gen 2, which put the HDFS protocol on top of blob storage. I am working on a number of projects where this support would be helpful for customers. It’s still early days […]
Analyse Storage Account logs using Python in Azure Notebooks
Azure Storage can provide you detailed log information about all transactions happening against your storage account. There are default metrics that are gathered and shown through Azure Monitor. Additionally, you can configure logging on the storage account that give you a log information on a per request basis. Analyzing these logs can be a bit […]