Skip to content

Instantly share code, notes, and snippets.

@fabiocannas
Created October 11, 2024 16:00
Show Gist options
  • Save fabiocannas/0225e0225ef277bf3906ba32c4f6edd4 to your computer and use it in GitHub Desktop.
Save fabiocannas/0225e0225ef277bf3906ba32c4f6edd4 to your computer and use it in GitHub Desktop.
Get a list of all resources in an Azure Subscription using Powershell
Get-AzResource | Select-Object * | Export-Csv -Path "C:path\to\AzureSubscriptionResources.csv" -NoTypeInformation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment