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_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing only PowerShell-based instructions for enabling Saviynt to delete users, explicitly stating the use of a 'Windows workstation or server.' There are no equivalent examples or guidance for Linux or macOS users, and the use of PowerShell and Windows terminology is presented as the default and only method.
Recommendations:
- Provide equivalent instructions for Linux and macOS environments, such as using Microsoft Graph CLI, Azure CLI, or PowerShell Core (pwsh) on non-Windows platforms.
- Clarify that PowerShell Core is cross-platform and provide installation steps for Linux/macOS if PowerShell is still the preferred method.
- Include alternative command-line examples using Azure CLI or REST API calls with curl for broader compatibility.
- Avoid language that assumes the user is on Windows; instead, offer platform-agnostic steps or clearly separate instructions for each OS.
- Add notes or links to Microsoft documentation on using Microsoft Graph tools on Linux/macOS.
Create pull request