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:
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation references Azure PowerShell as a method for managing reservations (e.g., splitting reservations), and lists the PowerShell method before the Azure CLI method in the section on role assignments. There are no explicit Linux-only examples or tools, and the CLI is mentioned after PowerShell, which may suggest a Windows-first approach. However, most API examples are platform-neutral, and there are no overtly missing Linux examples.
Recommendations:
- When listing command-line tools, mention Azure CLI before or alongside Azure PowerShell to avoid implying a Windows-first workflow.
- Provide explicit Azure CLI examples for all operations where PowerShell is mentioned, especially for tasks like splitting reservations.
- Where possible, include bash or shell script examples to demonstrate parity for Linux users.
- Clarify that both Azure CLI and PowerShell are cross-platform, and provide links to installation/use instructions for both on Windows, Linux, and macOS.
- Audit linked articles (such as those for splitting reservations) to ensure they contain CLI and Linux-friendly instructions.
Create pull request