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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing command-line examples exclusively in Azure PowerShell, a tool most commonly associated with Windows environments. There are no examples using Azure CLI (which is cross-platform and preferred by many Linux users), nor are there any Bash or Linux shell script examples. The PowerShell approach is presented before ARM templates, and there is no mention of Linux-specific workflows or tools. Installation instructions and references are all for Azure PowerShell, with no equivalent guidance for Linux users.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell command sequences, as Azure CLI is cross-platform and widely used on Linux.
- Include Bash shell script examples where appropriate, especially for automation scenarios.
- When listing command-line options, present Azure CLI and PowerShell in parallel, or at least mention both, rather than only PowerShell.
- Provide installation and setup instructions for Azure CLI alongside PowerShell, with links to Linux-specific documentation.
- Review references and links to ensure Linux users are not excluded (e.g., avoid only linking to PowerShell samples).
- Consider adding a section or note explicitly stating that all operations can be performed from Linux environments using Azure CLI or ARM templates.
Create pull request