#Requires -Version 7.0 #Requires -Modules Az.Accounts, Az.ResourceGraph <# .SYNOPSIS Lists Azure resources that are exposed to the public internet across every accessible subscription. .DESCRIPTION Uses Azure Resource Graph to find: - Public IP addresses (and what they're attached to) - Storage accounts allowing public network access - App Services / Function Apps with public access … Continue reading Manage Azure via PowerShell #3: Get-AzPublicFacingResources
