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 strong Windows bias by providing only Azure PowerShell examples for command-line operations, with no equivalent examples for Azure CLI (which is cross-platform and commonly used on Linux/macOS). All scripting and automation guidance is centered on PowerShell, and references to obtaining region codes or deploying resources are given exclusively with PowerShell commands. There is no mention of Bash, Linux shell, or Azure CLI alternatives, and the structure consistently presents PowerShell before or instead of any cross-platform tooling.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all command-line operations, including exporting, modifying, and deploying Resource Manager templates, as well as deleting resources.
- Explicitly mention that AzCopy is cross-platform and provide example commands for both Windows and Linux/macOS shells.
- Where PowerShell is referenced, provide equivalent Bash or shell script snippets for Linux users.
- Instruct users on how to install and use Azure CLI on Linux/macOS, and link to relevant documentation.
- Ensure that any references to tools or commands (such as obtaining region codes) include both PowerShell and Azure CLI methods.
- Consider reordering sections or using tabs to present PowerShell and Azure CLI equally, rather than defaulting to PowerShell.
Create pull request