Mike F. Robbins
banner
mikefrobbins.com
Mike F. Robbins
@mikefrobbins.com
Lead technical writer for Azure PowerShell & Azure CLI at Microsoft, former MVP, Automator, Efficiency Expert, Author, Lifelong Learner. Opinions are my own.
You can also install the Az PowerShell module from the Microsoft Artifact Registry (MAR) using Install-PSResource: aka.ms/azps/install...
Optimize the installation of Azure PowerShell
Learn how to optimize the installation of Azure PowerShell using PSResourceGet and install only the modules you need.
aka.ms
July 7, 2025 at 1:33 AM
Importing the Az module imports all the submodules, which takes a considerable amount of time. To reduce the duration, either let the submodules auto-import when a command is called or only import the ones you require. Example: Import-Module -Name Az.Compute, Az.Network, Az.Resources, Az.Storage
July 5, 2025 at 12:36 PM
Install-Module installs the Az.Accounts module once per submodule. Install-PSResource only installs Az.Accounts one time, regardless of the number of modules. Consider combining Install-PSResource with installing only the necessary modules to minimize the duration learn.microsoft.com/powershell/a...
Optimize the installation of Azure PowerShell
Learn how to optimize the installation of Azure PowerShell using PSResourceGet and install only the modules you need.
learn.microsoft.com
July 5, 2025 at 12:31 PM
Reposted by Mike F. Robbins
Check out Module Explorer, now on the PowerShell Gallery:
github.com/DearingDe...
2/2
GitHub - DearingDev/ModuleExplorer: An interactive TUI for exploring installed modules.
An interactive TUI for exploring installed modules. - DearingDev/ModuleExplorer
github.com
May 21, 2025 at 11:17 PM
Please share your concerns with the #Azure #PowerShell PMs and engineering team by logging an issue in the Azure PowerShell source repo on GitHub. github.com/Azure/azure-...
Issues · Azure/azure-powershell
Microsoft Azure PowerShell. Contribute to Azure/azure-powershell development by creating an account on GitHub.
github.com
May 22, 2025 at 4:52 PM