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 does not provide any OS-specific examples, scripts, or tooling, but it also does not include any command-line or automation examples at all. As such, there is a lack of parity in that neither Windows (e.g., PowerShell) nor Linux (e.g., Bash/cURL) approaches are shown. However, the absence of Linux-specific examples or mentions could be considered a subtle bias, as many Azure AD B2C and Microsoft Graph API guides tend to default to Windows/PowerShell unless otherwise specified.
Recommendations:
- Add explicit examples for both Windows (PowerShell) and Linux/macOS (Bash/cURL) for interacting with the Microsoft Graph API to delete or export user data.
- Include sample scripts or command-line invocations for both platforms, demonstrating how to authenticate and call the relevant Graph API endpoints.
- Ensure that any references to tools or workflows are cross-platform, or provide alternatives where necessary.
- Clarify in the documentation that the API operations can be performed from any OS, and provide links to SDKs or tools for multiple platforms.
Create pull request