Skip to content

Instantly share code, notes, and snippets.

View fabioseidl's full-sized avatar

Fabio Seidl fabioseidl

View GitHub Profile
@fabioseidl
fabioseidl / README.md
Last active October 9, 2024 15:29
Azure Storage Throttling Investigation Queries

Azure Storage Throttling Investigation Queries

This gist contains a set of Kusto queries designed to help investigate issues related to throttling in Azure Storage. By leveraging data from Log Analytics, these queries provide insights into file reads, operations, and potential throttling patterns observed in Azure Storage accounts.

@fabioseidl
fabioseidl / README.md
Last active September 23, 2024 12:19
Synapse Serverless Queries Analysis

SQL Queries for Synapse Serverless Consumption Analysis

This Gist contains queries designed to analyze request history data from the sys.dm_exec_requests_history table.

@fabioseidl
fabioseidl / README.md
Last active September 23, 2024 11:56
Kusto Query (Log Analytics) for Analysis Services usage investigation

Analysis Services QPU Usage Investigation

This repository contains Kusto Query Language (KQL) scripts for investigating the usage of Azure Analysis Services. These scripts help analyze the QPU (Query Processing Unit) usage by various dimensions such as dataset, report, model, query, user, and visual ID.