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
Summary:
The documentation page demonstrates a Windows bias by providing explicit PowerShell examples and links, while omitting equivalent Linux/Unix command-line (Azure CLI or Bash) examples. PowerShell is mentioned before Azure CLI, and no Linux-specific guidance or parity is offered, despite the article being targeted at Linux-based SAP HANA deployments.
Recommendations:
- Provide Azure CLI (cross-platform) examples and links alongside or before PowerShell examples, especially since the target audience is likely to use Linux.
- When referencing how to perform tasks (such as creating or deleting subnets or virtual networks), include both PowerShell and Azure CLI/Bash instructions or links.
- Avoid listing PowerShell before Azure CLI in instructions or links, or alternate the order to avoid implicit prioritization.
- Explicitly mention that all operations can be performed from Linux environments using Azure CLI, and provide sample commands.
- Review and update all referenced documentation links to ensure Linux users are equally supported.
Create pull request