Azure Graph Explorer – List All VM’s and their Disk SKU’s
Maybe you want to review all your virtual machine disk types? Using Azure Graph Explorer you can run the following query. You’ll get and…
Browse
Maybe you want to review all your virtual machine disk types? Using Azure Graph Explorer you can run the following query. You’ll get and…
This Azure Graph query will list all the VNIC’s in all subscriptions that aren’t connected to Virtual Machines, Network Security Group or Private EndPoints.
Here’s a quick script, it loop through the subscriptions matching the -like String, it will then get give all the resource group names, resource…
I recently had a requirement to Save Mail Attachments to an Azure Blob. The easiest way for me was to use a Logic App.…
Like many people we want to shutdown Azure VM’s when they are not being used, however with different time zones and working schedules this…
Unfortunately the Azure Storage Explorer or Azure Portal doesn’t allow you to search for a filename stored on a blob, so a simple way…
This Runbook will Add/Modify the Firewall Rules on an Azure SQL Server. This can be run interactively by removing the AzureRunAsConnection section. Additional it…
Let’s say you need to retain your hardcoded IP Address when you migrate VMWare VM’s to Azure using Azure Site Recovery, in this case…