CPU usage for last month
in Uncategorized
This provides min max and average
Continue reading
Memory usage in MB and % for Azure VM
in Uncategorized
This has a workaround in case you do not have Insight
Continue reading
List All file Share and backup information
in Uncategorized
This PowerShell script is written to connect to Azure, loop through all subscriptions under a specific tenant, and for each storage account in each subscription, list each File Share and information about backup for each of them.
Continue reading
List Containers
in Uncategorized
This PowerShell script is written to connect to Azure, loop through all subscriptions under a specific tenant, and for each storage account in each subscription, list each unique container.
Continue reading
Resource Graph and Log Analytics Join
in Uncategorized
This query correlates Azure Virtual Machines (VMs) with their security protection status, focusing on VMs with a ProtectionStatusRank of 450 (indicating a potential security concern). Key Steps: Purpose: This query helps in identifying security-vulnerable VMs while ensuring only actively monitored resources are included. 🚀
Continue reading
Query Azure Firewall for Traffic
in Uncategorized
This Kusto Query Language (KQL) script is designed to analyze network traffic logs stored in AzureDiagnostics and extract details about connections to a specific destination. Script Breakdown
Continue reading
Computer – Heartbeat Missing – Azure Alert
in Azure KQL Query
This script is designed to track the heartbeat status of monitored resources in Azure using Kusto Query Language (KQL) Script Functionality How This Relates to the Alert Configuration This setup helps detect if any monitored resource has stopped sending heartbeat signals within a 10-minute threshold, potentially indicating downtime or connectivity issues.
Continue reading