About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation references both Azure CLI and Azure PowerShell for exporting ARM JSON templates, but consistently lists Azure PowerShell (a Windows-centric tool) alongside or before Azure CLI. There are no explicit Linux-specific instructions or examples, and the workflow assumes the Azure portal (web UI), which is cross-platform, but the command-line alternatives do not highlight Linux parity or provide bash-specific examples.
Recommendations:
- When listing command-line tools, mention Azure CLI before Azure PowerShell, as Azure CLI is cross-platform and more commonly used on Linux.
- Explicitly state that Azure CLI commands work on Linux/macOS/Windows, and provide example commands in bash syntax.
- Include a note or section for Linux/macOS users, clarifying that all export and decompilation steps are supported on those platforms.
- If referencing PowerShell, clarify that PowerShell Core is cross-platform, or provide both Windows PowerShell and bash/Azure CLI examples where appropriate.
- Consider adding a table or quick-reference showing parity of export options across Windows, Linux, and macOS.
Create pull request