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 demonstrates a Windows bias by providing PowerShell commands for resource cleanup without equivalent Bash or Linux shell examples. PowerShell is featured prominently, and there are no explicit Linux or cross-platform command-line instructions for deleting resources, especially for Email and Domain resources. The structure and included examples prioritize Windows tooling and workflows.
Recommendations:
- Provide Bash/Azure CLI examples for all resource cleanup steps, not just for Communication Services but also for Email and Domain resources.
- Ensure that for every PowerShell command, there is a corresponding Azure CLI or Bash command that can be run on Linux/macOS.
- Reorganize the documentation so that cross-platform (CLI) examples are presented before or alongside PowerShell examples, rather than after.
- Clearly indicate which commands are platform-specific and offer guidance for users on Linux/macOS.
- Consider adding a table or section summarizing all available commands by platform (PowerShell, Azure CLI, Bash) for easy reference.
Create pull request