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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page provides extensive mapping between deprecated and current Azure Service Manager and Resource Manager APIs, with a strong focus on PowerShell cmdlets for both old and new command sets. There are no examples or references to cross-platform CLI tools (such as Azure CLI), Bash, or Linux-native workflows. All scripting and automation examples are PowerShell-based, which is traditionally associated with Windows environments, though it is now cross-platform. There is no mention of Linux, macOS, or alternative scripting environments.
Recommendations:
- Add equivalent Azure CLI (az) command mappings alongside PowerShell cmdlets, as Azure CLI is widely used on Linux and macOS.
- Provide Bash or shell script examples for common operations, or at least reference their availability.
- Explicitly state that PowerShell is available cross-platform, but also highlight and link to documentation for Linux/macOS users.
- Include a section or table mapping deprecated Service Manager commands to both PowerShell and Azure CLI equivalents.
- Mention other automation options (e.g., ARM templates, Bicep, SDKs) that are platform-agnostic.
Create pull request