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_first
⚠️
missing_linux_example
Summary:
The documentation shows some Windows bias, notably in the prerequisites where the link to creating an Azure Communication Resource uses a Windows-specific tab and pivot. Additionally, the instructions for running the application specify opening a PowerShell window, with no mention of Linux or macOS terminal alternatives. There are no explicit Linux/macOS examples or notes about cross-platform compatibility.
Recommendations:
- Ensure that all links and instructions default to platform-neutral or provide both Windows and Linux/macOS options (e.g., use '?tabs=windows' only when necessary, and add Linux/macOS tabs).
- In the 'Run the application' section, mention that users can use any terminal (PowerShell, Command Prompt, Terminal on macOS/Linux) and provide equivalent commands if any are platform-specific.
- Explicitly state that the sample can be run on Windows, Linux, and macOS, and note any platform-specific considerations.
- If there are any platform-specific steps (e.g., for Azure Dev Tunnels or npm), provide both Windows and Linux/macOS command examples.
Create pull request