The module contains a collection of functions to work with Azure resources
- Azure "Az" modules: (https://docs.microsoft.com/en-us/powershell/azure/install-az-ps)
Install-Module -Name 'AzToolbox' -Scope 'CurrentUser'
Download the zip file or clone the repo locally: copy the AzToolbox folder under
$env:PSUserProfile\Documents\WindowsPowershell\Modules
folder (for Windows Powershell)$env:PSUserProfile\Documents\Powershell\Modules
folder (for Powershell 7 / Powershell Core)
Download the zip file or clone the repo locally: copy the AzToolbox folder under /Users/<user>/.local/share/powershell/Modules/
folder