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
Summary:
The documentation page is generally platform-neutral for most tasks, as it focuses on using the Azure portal (web interface). However, in the 'Revoke a consumer user's session' section, only Microsoft Graph PowerShell is provided as a command-line example, and the instructions explicitly reference 'Windows PowerShell' without mentioning cross-platform compatibility or alternatives for Linux/macOS users. There are no CLI, Bash, or platform-agnostic command examples, nor is it clarified that Microsoft Graph PowerShell is available on non-Windows platforms.
Recommendations:
- Clarify that Microsoft Graph PowerShell is cross-platform and can be used on Linux and macOS, not just Windows.
- Replace references to 'Windows PowerShell' with 'PowerShell' or 'a PowerShell terminal', and provide installation instructions for Linux/macOS if needed.
- Provide equivalent examples using Azure CLI, Bash, or direct Microsoft Graph API calls with curl or HTTPie for Linux/macOS users.
- Explicitly state that all command-line instructions are platform-agnostic where possible, or provide separate instructions for each major OS.
Create pull request