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 exclusively references the Azure portal (web UI) and does not provide any command-line examples for configuration. Where command-line instructions are given (e.g., cloning GitHub repositories), only generic 'git' commands are shown, with no mention of platform-specific tools. There is no mention of Powershell, but all portal navigation and configuration steps implicitly assume a Windows-centric workflow, as Azure portal and B2C custom policy management are most commonly performed on Windows. There are no Linux-specific instructions, nor is there any mention of Azure CLI, Bash, or cross-platform automation options.
Recommendations:
- Provide Azure CLI and/or Bash examples for key configuration steps, especially for identity provider setup and custom policy uploads.
- Explicitly state that all steps can be performed from any OS with a web browser, and clarify any platform-specific requirements.
- Include references to Linux-compatible tools for managing Azure AD B2C (e.g., Azure CLI, REST API), and provide example commands.
- Where file editing is required (e.g., XML policy files), mention cross-platform editors and workflows.
- Add a parity check to ensure all instructions are equally accessible from Windows, Linux, and macOS.
Create pull request