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 presenting Azure PowerShell instructions before Azure CLI, and by providing a detailed PowerShell script without any equivalent Bash or Linux-native scripting example. The Azure CLI example is present but is less detailed and appears after the PowerShell example. There are no Linux-specific instructions or examples (e.g., Bash scripting, Linux file paths), and the PowerShell example assumes a Windows environment.
Recommendations:
- Provide Bash/Linux shell scripting examples for certificate renewal using Azure CLI, including handling certificate files and passwords in a Linux environment.
- Present Azure CLI examples before or alongside PowerShell examples to avoid implying Windows as the default platform.
- Include notes or sections for Linux/macOS users, such as how to generate or handle PFX files, and how to securely store and use passwords in scripts.
- Clarify that Azure CLI is cross-platform and highlight any differences in usage between Windows and Linux, if applicable.
Create pull request