Forum Discussion
Petri-X
Jan 29, 2024Bronze Contributor
Differences between AZ and Azure CLI PowerShell modules
Hi, As we all have the following PS modules: How to install Azure PowerShell How to install the Azure CLI Anybody have experiences the differences between these two? I have a feeling that they ...
Petri-X
Feb 07, 2024Bronze Contributor
Big thanks dcaro for your reply.
But how is the features between them? Especially when speak about non-beta features?
dcaro
Microsoft
Feb 09, 2024Petri-X being supported by Azure CLI and Azure PowerShell is a criterion for a service to reach General Availability. It is always possible that you find differences for certain specific scenarios mostly for services that have been around for a while, but we have commands in both tools (az rest and Invoke-AzRestMethod) to help address the situation until with fix the gaps.
If there is a feature missing, you can submit an issue on GitHub, our teams are looking at it every day:
- Azure CLI: https://github.com/Azure/azure-cli
- Azure PowerShell: https://github.com/Azure/azure-powershell