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 consistently refers to the Azure portal and REST APIs for managing personal data, but does not provide any command-line examples or tooling guidance for Linux users. The Azure portal is a web-based tool accessible from any OS, but the lack of CLI, shell, or cross-platform scripting examples (such as Azure CLI or curl) means Linux users are not given parity in actionable guidance. There is an implicit 'Windows-first' bias due to the absence of Linux-specific or cross-platform instructions.
Recommendations:
- Include examples using Azure CLI (az dt) for identifying, exporting, and deleting data, which works on both Windows and Linux.
- Provide REST API usage examples using curl or HTTPie, which are common on Linux.
- Explicitly mention that the Azure portal is web-based and accessible from any OS, to avoid the impression of Windows exclusivity.
- Where possible, add PowerShell and Bash script examples side by side to demonstrate cross-platform support.
Create pull request