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
Summary:
The documentation provides three platform pivots: Portal, PowerShell, and CLI. The PowerShell (Windows-centric) section is presented before the CLI (cross-platform) section, and detailed PowerShell examples are given. However, the CLI section is present and provides parity in steps and detail. There are no exclusive Windows tools or missing Linux examples, but the ordering and prominence of PowerShell may suggest a slight Windows-first bias.
Recommendations:
- Consider placing the Azure CLI section before the PowerShell section to reflect the CLI's cross-platform nature and reduce perceived Windows-first bias.
- Explicitly mention that both Azure CLI and PowerShell are available on Windows, Linux, and macOS, and clarify that users can choose either based on their environment.
- Ensure that all examples and instructions are equally detailed in both PowerShell and CLI sections.
- If possible, add a short note at the start of the technical sections highlighting the cross-platform availability of the CLI and PowerShell tools.
Create pull request
Flagged Code Snippets
1. Use [New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject](/powershell/module/az.cdn/new-azfrontdoorcdnorigingrouploadbalancingsettingobject) to create an in-memory object for storing load balancing settings.
2. Run [Approve-AzPrivateEndpointConnection](/powershell/module/az.network/approve-azprivateendpointconnection) to approve the private endpoint connection details. Use the *Name* value from the output in the previous step for approving the connection.
1. Run [New-AzFrontDoorCdnOriginGroup](/powershell/module/az.cdn/new-azfrontdoorcdnorigingroup) to create an origin group that contains your API Management instance.
1. Use the [New-AzFrontDoorCdnOrigin](/powershell/module/az.cdn/new-azfrontdoorcdnorigin) command to add your API Management instance to the origin group.
## Approve the private endpoint
1. Run [Get-AzPrivateEndpointConnection](/powershell/module/az.network/get-azprivateendpointconnection) to retrieve the connection name of the private endpoint connection that needs approval.
## Complete Azure Front Door setup
Use the [New-AzFrontDoorCdnRoute](/powershell/module/az.cdn/new-azfrontdoorcdnroute) command to create a route that maps your endpoint to the origin group. This route forwards requests from the endpoint to your origin group.