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:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation demonstrates a Windows bias by providing only PowerShell-based instructions for enabling Saviynt to delete users, explicitly stating the need for a 'Windows workstation or server' and referencing the Microsoft Graph PowerShell module. There are no equivalent instructions or examples for Linux or cross-platform environments (e.g., using Azure CLI, Bash, or REST API). This may hinder users on non-Windows systems from following the guide effectively.
Recommendations:
- Provide equivalent instructions using cross-platform tools such as Azure CLI or Microsoft Graph REST API, which can be used on Linux, macOS, and Windows.
- Explicitly mention that the PowerShell module can be used on non-Windows platforms if supported, or clarify platform requirements.
- Add Linux/macOS command-line examples (e.g., Bash scripts or curl commands for REST API calls) alongside PowerShell examples.
- Rephrase steps to be platform-agnostic where possible, or present Windows and Linux instructions in parallel.
- Include a note about cross-platform compatibility and link to relevant documentation for non-Windows environments.
Create pull request