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
Summary:
The documentation provides both Azure CLI and PowerShell examples for programmatic management of access restrictions, but PowerShell examples are often presented first or given special emphasis (e.g., in advanced scenarios). There is a notable presence of PowerShell-specific code blocks outside of the tabbed CLI/PowerShell sections, and no mention of Linux-native tools or shell scripting (e.g., Bash). While Azure CLI is cross-platform, the documentation does not explicitly provide Bash or Linux shell examples, and PowerShell is sometimes highlighted as the default scripting interface.
Recommendations:
- Ensure that Azure CLI examples are presented before or alongside PowerShell examples, especially in advanced scenarios.
- Where PowerShell examples are given outside of tabbed sections, provide equivalent Bash/Azure CLI examples.
- Clarify that Azure CLI commands can be run natively on Linux/macOS and in Bash, not just in Cloud Shell.
- Avoid implying that PowerShell is the default or preferred scripting environment for all users.
- Consider including Bash script snippets for common scenarios to improve accessibility for Linux users.
- Review screenshots and UI instructions to ensure they are not Windows-centric, though this page appears neutral in that regard.
Create pull request