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:
Summary:
The documentation lists both Azure CLI and PowerShell as alternatives to the management SDKs, but mentions Azure CLI first, followed by PowerShell and REST API. There are no explicit examples or instructions that are Windows- or PowerShell-specific, and no exclusive mention of Windows tools or patterns. However, the inclusion of PowerShell as a primary alternative (alongside CLI) may subtly prioritize Windows users, as PowerShell is more commonly associated with Windows environments.
Recommendations:
- Ensure that all command-line examples and tool references are provided for both Azure CLI and PowerShell, with equal prominence.
- Where possible, clarify that Azure CLI is cross-platform and suitable for Linux, macOS, and Windows.
- If including PowerShell, also mention that PowerShell Core is available cross-platform, or provide Bash/Shell alternatives for Linux users.
- Consider providing explicit Linux/Bash examples or links, especially in sections discussing management or automation.
- Review included markdown files (e.g., iot-hub-sdks-management.md) to ensure they do not contain Windows- or PowerShell-only instructions.
Create pull request