An open API service indexing awesome lists of open source software.

https://github.com/arnab-developer/showresources

Show Azure resources
https://github.com/arnab-developer/showresources

Last synced: 3 months ago
JSON representation

Show Azure resources

Awesome Lists containing this project

README

        

# Show resources

This is a PowerShell script to show resources in an Azure subscription. This script has dependency on Azure PowerShell `Az` module.

Open a PowerShell terminal and login to Azure.

```powershell
Connect-AzAccount
```

Set proper Azure subscription.

```powershell
Set-AzContext
```

Navigate to the repository folder and execute the `Run.ps1` script.

```powershell
.\src\Run.ps1
```

This will create a new `resources.json` file in the root of the repository folder. Open the `json` file in any text editor to view the resources.