Category: Uncategorized
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