Skip to content

Commit 66da8de

Browse files
committed
update deploy FHIR service via portal quickstart
1 parent 6e6ab6f commit 66da8de

3 files changed

Lines changed: 35 additions & 30 deletions

File tree

articles/healthcare-apis/fhir/deploy-azure-portal.md

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
2-
title: Deploy the FHIR service in Azure Health Data Services
2+
title: Deploy the FHIR service in Azure Health Data Services via Azure portal
33
description: Learn how to deploy the FHIR service in Azure Health Data Services by using the Azure portal. This article covers prerequisites, workspace deployment, service creation, and security settings.
44
author: EXPEkesheth
55
ms.service: azure-health-data-services
66
ms.topic: quickstart
7-
ms.date: 10/01/2025
7+
ms.date: 02/23/2026
88
ms.author: kesheth
99
ms.custom:
1010
- mode-api
1111
- sfi-image-nochange
1212
---
1313

14-
# Deploy the FHIR service by using the Azure portal
14+
# Quickstart: Deploy the FHIR service via the Azure portal
1515

16-
The Azure portal provides a web interface with guided workflows, making it an efficient tool for deploying the FHIR® service, and ensuring accurate configuration within Azure Health Data Services.
16+
In this quickstart, you learn how to create and deploy a FHIR service instance via the Azure portal. The Azure portal provides a web interface with guided workflows, making it an efficient tool for deploying the FHIR® service, and ensuring accurate configuration within Azure Health Data Services.
1717

1818
## Prerequisites
1919

20-
- Verify you have an Azure subscription and permissions for creating resource groups and deploy resources.
20+
- An Azure subscription. If you don't have an Azure account, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
2121

22-
- Deploy a workspace for Azure Health Data Services. For steps, see [Deploy workspace in the Azure portal](../healthcare-apis-quickstart.md).
22+
- An Azure Health Data Services workspace. To create and deploy a workspace ps, see [Deploy workspace in the Azure portal](../healthcare-apis-quickstart.md).
2323

24-
## Create a new FHIR service
24+
## Create and deploy a new FHIR service
2525

26-
1. From your Azure Health Data Services workspace, choose **Create FHIR service**.
27-
1. Choose **Add FHIR service**.
28-
1. On the **Create FHIR service** page, complete the fields on each tab.
26+
1. Go to your Azure Health Data Services workspace resource.
27+
1. On the menu, select **Services** > **FHIR service**.
28+
1. Select **+ Add FHIR service**.
2929

3030
- **Basics tab**: Give the FHIR service a friendly and unique name. Select the **FHIR version** (**STU3** or **R4**), and then choose **Next: Additional settings**.
3131

@@ -46,30 +46,20 @@ The Azure portal provides a web interface with guided workflows, making it an ef
4646

4747
Tags are name and value pairs used for categorizing resources and aren't required. For more information, see [Use tags to organize your Azure resources and management hierarchy](../../azure-resource-manager/management/tag-resources.md).
4848

49-
- Choose **Review + Create** to begin the validation process. Wait until you receive confirmation that the deployment completed successfully. Review the confirmation screen, and then choose **Create** to begin the deployment.
49+
1. Choose **Review + Create** to begin the validation process. Wait until you receive confirmation that the deployment completed successfully. Review the confirmation screen, and then choose **Create** to begin the deployment.
5050

5151
The deployment process might take several minutes. When the deployment completes, you see a confirmation message.
5252

5353
:::image type="content" source="media/fhir-service/deployment-success-fhir-service-sml.png" alt-text="Screenshot showing successful deployment." lightbox="media/fhir-service/deployment-success-fhir-service-sml.png":::
5454

55-
1. Validate the deployment. Fetch the capability statement from your new FHIR service. Fetch a capability statement by browsing to `https://<WORKSPACE-NAME>-<FHIR-SERVICE-NAME>.fhir.azurehealthcareapis.com/metadata`.
55+
## Validate the deployment
5656

57-
## Troubleshoot FHIR service deployment
58-
Below are the error messages along with recommended actions to resolve the problems during deployment.
57+
From the deployment confirmation page, select **Go to reource**. Copy the **FHIR metadata endpoint** and paste in a brower to fetch the capability statement from your new FHIR service.
5958

60-
**What should I do if I accidentally deployed the Azure API for FHIR into the wrong subscription, deleted it, and am now facing a deployment failure in the correct subscription with a message stating that the resource name is not available?**
59+
## Clean up resources
6160

62-
Once a service name has been used, it cannot be reused in a different subscription, even after deletion. This restriction is in place to prevent impersonation and primarily impacts Azure API for FHIR.
61+
To avoid incurring costs, you can delete uneeded resources by deleting the FHIR service, or its containing workspace or resrouce group.
6362

64-
If deployed to the wrong subscription, you can move the resource to the desired subscription instead of deleting and recreating it. [Move Azure Resources](../../azure-resource-manager/management/move-resource-group-and-subscription.md)
65-
66-
**How can I delete a service and then re-add it with the same settings?**
67-
68-
To replicate settings between FHIR instance, you can follow below steps
69-
70-
* Create standard ARM templates with the configurations.
71-
72-
* Create a service and add configuration as per requirement.
7363

7464
## Related content
7565

articles/healthcare-apis/fhir/fhir-faq.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ services: healthcare-apis
55
author: expekesheth
66
ms.service: azure-health-data-services
77
ms.subservice: fhir
8-
ms.topic: reference
9-
ms.date: 05/27/2025
8+
ms.topic: faq
9+
ms.date: 02/23/2026
1010
ms.author: kesheth
1111
ms.custom: references_regions
1212
---
@@ -96,6 +96,21 @@ No. You can't change the URL for the FHIR service.
9696
Please refer to the "Service limits" section in
9797
[Azure FHIR service limits](fhir-features-supported.md#service-limits)
9898

99+
**What should I do if I accidentally deployed the Azure API for FHIR into the wrong subscription, deleted it, and am now facing a deployment failure in the correct subscription with a message stating that the resource name is not available?**
100+
101+
Once a service name has been used, it cannot be reused in a different subscription, even after deletion. This restriction is in place to prevent impersonation and primarily impacts Azure API for FHIR.
102+
103+
If deployed to the wrong subscription, you can move the resource to the desired subscription instead of deleting and recreating it. [Move Azure Resources](../../azure-resource-manager/management/move-resource-group-and-subscription.md)
104+
105+
**How can I delete a service and then re-add it with the same settings?**
106+
107+
To replicate settings between FHIR instance, you can follow below steps
108+
109+
* Create standard ARM templates with the configurations.
110+
111+
* Create a service and add configuration as per requirement.
112+
113+
99114
## FHIR Implementations and Specifications
100115

101116
### What is SMART on FHIR?

articles/healthcare-apis/fhir/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ items:
2525
href: get-started-with-fhir.md
2626
- name: Deploy a FHIR service
2727
items:
28-
- name: Using Azure portal
28+
- name: Azure portal
2929
href: deploy-azure-portal.md
30-
- name: Using Bicep
30+
- name: Bicep
3131
href: fhir-service-bicep.md
32-
- name: Using ARM template
32+
- name: ARM template
3333
href: fhir-service-resource-manager-template.md
3434
- name: Use Microsoft Entra External ID for an identity provider
3535
expanded: true

0 commit comments

Comments
 (0)