Bias Analysis
Detected Bias Types
windows_first
windows_tools
Summary
The documentation demonstrates a Windows bias by referencing Windows as a primary supported platform ("client-side SDKs for Web, Windows, iOS and Android") and by linking Teams policies to PowerShell modules (with /powershell/module/skype/ URLs) without mentioning Linux equivalents or alternatives. There are no explicit Linux examples, nor is Linux called out as a supported platform for the client SDKs. The documentation also refers to Teams administration patterns that are typically Windows-centric (PowerShell), and does not provide parity for Linux administrators or developers.
Recommendations
- Explicitly mention Linux as a supported platform for Azure Communication Services client SDKs, if applicable.
- Provide Linux-specific examples or instructions, especially for administration tasks (e.g., Teams policy management) that are currently referenced via PowerShell.
- If Teams policy management can be performed via cross-platform tools (such as Microsoft Graph API or Azure CLI), include those examples alongside or before PowerShell references.
- Clarify any platform limitations for SDKs and tools, and provide guidance for Linux users where possible.
- Ensure that diagrams and sample architectures do not imply Windows-only usage, and include Linux scenarios if supported.
Create Pull Request