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:
Summary:
The documentation page provides detailed instructions for registering a Microsoft Graph application in Azure AD B2C, but all steps are described exclusively via the Azure Portal (web UI) and do not include any command-line examples. There are no references to Windows-specific tools or PowerShell, but there is also a lack of parity for Linux users, as no CLI (such as Azure CLI or Microsoft Graph CLI) or scripting examples are provided. This omission may disadvantage users who prefer or require command-line automation, especially on Linux or macOS platforms.
Recommendations:
- Add equivalent Azure CLI commands for all portal-based steps, such as application registration, permission assignment, and client secret creation.
- Provide Microsoft Graph CLI or REST API examples for registering applications and managing permissions.
- Include sample scripts (in Bash or cross-platform scripting languages) to automate the registration and configuration process.
- Explicitly mention that all steps can be performed via CLI on Linux/macOS, and link to relevant CLI documentation.
- Ensure that any automation guidance is not limited to Windows or PowerShell, but is accessible to users on all platforms.
Create pull request