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 before CLI/Bash, emphasizing Azure PowerShell (a Windows-centric tool), and suggesting Git Bash (from Git for Windows) as the Bash shell example for CLI users. While Linux/Bash usage is supported via the Azure CLI, the documentation's ordering and tool recommendations subtly prioritize Windows environments.
Recommendations:
- Alternate the order of PowerShell and CLI/Bash instructions or present CLI/Bash first to balance platform emphasis.
- In the prerequisites for CLI, mention native Bash shells on Linux/macOS before or alongside Git Bash for Windows.
- Explicitly state that all CLI examples work natively on Linux/macOS terminals, not just in Git Bash or Windows environments.
- Where possible, provide cross-platform notes or highlight any differences in command usage between Windows and Linux/macOS.
- Consider adding a short section or callout confirming full support for Linux/macOS environments to reassure non-Windows users.
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.
---
## Clean up resources
When no longer needed, delete the resource group. This deletes the resources in the resource group.
# [Portal](#tab/azure-portal)
1. In the [Azure portal](https://portal.azure.com), search for and select **Resource groups**.
2. In the resource group list, choose the name of your resource group.
3. In the **Overview** page of your resource group, select **Delete resource group**.
4. In the confirmation dialog box, type the name of your resource group, and then select **Delete**.
# [PowerShell](#tab/PowerShell)