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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
windows_tools
Summary:
The documentation demonstrates a mild Windows bias by listing PowerShell instructions and prerequisites before CLI/Bash equivalents, and by recommending Git Bash (from Git for Windows) as the Bash shell for CLI users. PowerShell is presented as a primary automation method, and the CLI section assumes a Bash shell but specifically references a Windows-centric tool (Git Bash) rather than native Linux/macOS terminals. However, Linux CLI parity is generally maintained in the examples.
Recommendations:
- In the CLI prerequisites, mention native Bash shells on Linux and macOS first, then mention Git Bash for Windows users as an alternative.
- Reorder the sections so that CLI (cross-platform) instructions appear before PowerShell (Windows-centric) instructions, or clarify that both are equally supported.
- In the prerequisites and instructions, avoid phrasing that implies PowerShell is the default or preferred automation tool.
- Explicitly state that all CLI examples work natively on Linux and macOS terminals, and provide any necessary notes for Windows users.
- Where possible, provide links or notes for installing Bash on all platforms, not just Git Bash for Windows.
Create pull request
Flagged Code Snippets
---
> [!NOTE]
> The deployment takes a few minutes to complete. Note the names for the Azure API for FHIR service and the resource group, for use in reviewing deployed resources.
## Review deployed resources
# [Portal](#tab/azure-portal)
Follow these steps to see an overview of your new Azure API for FHIR service:
1. In the [Azure portal](https://portal.azure.com), search for and select **Azure API for FHIR**.
2. In the FHIR list, select your new service. The **Overview** page for the new Azure API for FHIR service appears.
3. To validate that the new FHIR API account is provisioned, select the link next to **FHIR metadata endpoint** to fetch the FHIR API capability statement. The link has a format of `https://<service-name>.azurehealthcareapis.com/metadata`. If the account is provisioned, a JSON file is displayed.
# [PowerShell](#tab/PowerShell)
Run the following interactive code to view details about your Azure API for FHIR service. You have to enter the name and resource group of the new service.