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
⚠️
missing_linux_example
Summary:
The documentation shows a bias towards Windows by referencing Microsoft Teams PowerShell cmdlets (Set-CsTeamsAcsFederationConfiguration, Set-CsExternalAccessPolicy) for tenant and user policy configuration, without providing equivalent instructions or examples for Linux or cross-platform environments. No Linux-specific tools or command-line alternatives are mentioned for these administrative steps, and no guidance is given for performing these tasks outside of PowerShell.
Recommendations:
- Provide equivalent instructions for configuring Teams federation and external access policies using cross-platform tools, such as the Microsoft Teams admin center web UI or Microsoft Graph API, which are accessible from any OS.
- Explicitly mention that the PowerShell cmdlets require Windows or provide guidance on how to use PowerShell Core on Linux/macOS if possible.
- Include step-by-step examples for Linux users, such as using Azure CLI, Microsoft Graph API via curl or HTTPie, or web-based admin portals, for all administrative tasks currently shown only with PowerShell.
- Add a note clarifying platform requirements for each administrative step, and ensure parity in instructions for both Windows and Linux users.
Create pull request