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_tools
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation frequently mentions PowerShell and Azure CLI scripts for client application registration and access token retrieval, often listing PowerShell before Azure CLI. It references .NET SDK and C# as access tools, which are more commonly associated with Windows environments. There are no explicit Linux or cross-platform shell (e.g., Bash) examples, nor are Linux-specific tools or workflows highlighted. The documentation lacks parity in presenting Linux-native approaches or examples, and Windows-centric tools are mentioned first or exclusively.
Recommendations:
- Provide explicit Bash or Linux shell examples alongside or before PowerShell examples.
- Mention Azure CLI as the primary cross-platform tool, and clarify that it works on Linux, macOS, and Windows.
- Include examples using Linux-native tools (e.g., Bash scripts, curl) for authentication and API access.
- Balance references to .NET/C# with Python or JavaScript examples, which are more cross-platform.
- Clearly state that all features and workflows are supported on Linux and macOS, not just Windows.
- Where screenshots are used, include examples from non-Windows environments when possible.
Create pull request