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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing command-line examples exclusively in Azure PowerShell, with no equivalent Azure CLI (cross-platform) or Bash examples. The only non-portal automation method shown is PowerShell, which is primarily associated with Windows environments. There is no mention of Linux-native tools or scripting approaches, and the ordering of examples always places PowerShell before any mention of CLI (which is only referenced in the intro, not in examples).
Recommendations:
- Provide Azure CLI (az) command examples alongside PowerShell for all automation and deletion tasks, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include Bash script examples where appropriate, especially for tasks that could be automated outside of Windows environments.
- When listing automation options, present Azure CLI and PowerShell together, or alternate their order, to avoid implying PowerShell is the primary or preferred method.
- Explicitly mention that all operations can be performed from Linux, macOS, or Windows, and provide links to relevant cross-platform tooling documentation.
- Consider including REST API curl examples for advanced users who may prefer direct API calls from any platform.
Create pull request