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 a Windows-first bias in the prerequisites, specifically in the Azure CLI installation step, where only instructions for installing the Azure CLI on Windows are linked. There are no equivalent instructions or links for installing the Azure CLI on Linux or macOS, nor is there mention of cross-platform compatibility in this context. The rest of the documentation is focused on iOS development and does not exhibit Windows bias.
Recommendations:
- In the prerequisites, provide links to Azure CLI installation instructions for all major platforms (Windows, Linux, macOS), or link to the general Azure CLI installation page that covers all platforms.
- Explicitly mention that the Azure CLI is cross-platform and can be used on Linux and macOS as well as Windows.
- Where platform-specific instructions are given, ensure parity by including Linux/macOS equivalents or clarifying when steps are platform-agnostic.
- Review other quickstart/resource links to ensure they do not default to Windows tabs or pivots unless contextually appropriate.
Create pull request