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 provides both Azure CLI and Azure PowerShell examples for deployment, resource review, and cleanup. However, PowerShell (a Windows-centric tool) is given equal prominence to Azure CLI, and in some sections, PowerShell is mentioned before or alongside CLI without clarifying cross-platform usage. There are no Linux-specific shell examples (e.g., Bash), and no mention of Linux tools or environments, which may disadvantage Linux users or suggest a Windows-first approach.
Recommendations:
- Clearly indicate that Azure CLI commands are cross-platform and can be run on Windows, Linux, and macOS.
- Consider providing Bash shell examples or explicitly referencing Bash for Linux/macOS users, especially in sections where command-line usage is demonstrated.
- If PowerShell is included, clarify that PowerShell Core is available cross-platform, or provide separate tabs for Windows PowerShell and Bash.
- Where possible, lead with Azure CLI/Bash examples, as these are more universally applicable, and mention PowerShell as an alternative.
- Add notes or links for Linux/macOS users about installing and using Azure CLI in their environments.
Create pull request