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
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing detailed PowerShell examples and explanations before Azure CLI equivalents, and by referencing PowerShell-specific cmdlets and workflows. The PowerShell section is more comprehensive, with step-by-step command breakdowns, while the Azure CLI section is less detailed. There is no mention of Linux-specific tools, shells, or workflows, and the use of PowerShell as a primary scripting example assumes a Windows-centric audience.
Recommendations:
- Provide equally detailed Azure CLI examples, including step-by-step breakdowns of commands and their parameters, to match the depth of the PowerShell section.
- Explicitly mention that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows, to encourage non-Windows users.
- Add Bash shell script examples for common lifecycle policy tasks, demonstrating usage in a typical Linux environment.
- Avoid presenting PowerShell examples before CLI or Bash examples; consider presenting CLI first or in parallel, as it is more universally available.
- Reference Linux and macOS environments in prerequisites or introductory sections, clarifying that all operations can be performed from those platforms.
Create pull request