Skip to content

Commit 75ecbc3

Browse files
new screens; small edits
1 parent 9a5bea4 commit 75ecbc3

8 files changed

+8
-8
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Azure portal provides a web interface with guided workflows, making it an ef
1515

1616
## Prerequisites
1717

18-
- Verify you have an Azure subscription and permissions to create resource groups and deploy resources.
18+
- Verify you have an Azure subscription and permissions for creating resource groups and deploy resources.
1919

2020
- Deploy a workspace for Azure Health Data Services. For steps, see [Deploy workspace in the Azure portal](../healthcare-apis-quickstart.md).
2121

@@ -27,16 +27,16 @@ The Azure portal provides a web interface with guided workflows, making it an ef
2727

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

30-
:::image type="content" source="media/fhir-service/create-ahds-fhir-service.png" alt-text="Screenshot showing how to create a FHIR service from the Basics tab." lightbox="media/fhir-service/create-ahds-fhir-service.png":::
30+
:::image type="content" source="media/fhir-service/create-ahds-fhir-service-sml.png" alt-text="Screenshot showing how to create a FHIR service from the Basics tab." lightbox="media/fhir-service/create-ahds-fhir-service-lrg.png":::
3131

32-
- **Additional settings tab** (optional): This tab allows you to:
32+
- **Additional settings tab (optional)**: This tab allows you to:
3333
- **View authentication settings**: The default configuration for the FHIR service is **Use Azure RBAC for assigning data plane roles**. When configured in this mode, the authority for the FHIR service is set to the Microsoft Entra tenant for the subscription.
3434

35-
- **Integration with non-Microsoft Entra ID (optional)**: Use this option when you need to configure up to two additional identity providers other than Micrsoft Entra ID to authenticate and access FHIR resources with SMART on FHIR scopes.
35+
- **Integration with non-Microsoft Entra ID (optional)**: Use this option when you need to configure up to two additional identity providers other than Microsoft Entra ID to authenticate and access FHIR resources with SMART on FHIR scopes.
3636

37-
- **Setting versioning policy**: The versioning policy controls the history setting for FHIR service at the system level or individual resource type level. For more information, see [FHIR versioning policy and history management](fhir-versioning-policy-and-history-management.md). Choose **Next: Security**.
37+
- **Setting versioning policy (optional)**: The versioning policy controls the history setting for FHIR service at the system level or individual resource type level. For more information, see [FHIR versioning policy and history management](fhir-versioning-policy-and-history-management.md). Choose **Next: Security**.
3838

39-
- On the **Security settings** tab, review the fields.
39+
- On the **Security settings tab (optional)**, review the fields.
4040

4141
By default, data is encrypted with Microsoft-managed keys. For additional control over encryption keys, you can supply customer-managed keys to use for encryption of data. Customer-managed keys must be stored in an Azure Key Vault. You can either create your own keys and store them in a key vault, or use the Azure Key Vault APIs to generate keys. For more information, see [Configure customer-managed keys for the FHIR service](configure-customer-managed-keys.md). Choose **Next: Tags**.
4242

@@ -48,7 +48,7 @@ The Azure portal provides a web interface with guided workflows, making it an ef
4848

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

51-
:::image type="content" source="media/fhir-service/deployment-success-fhir-service.png" alt-text="Screenshot showing successful deployment." lightbox="media/fhir-service/deployment-success-fhir-service.png":::
51+
:::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":::
5252

5353
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`.
5454

1.17 MB
Loading
80.5 KB
Loading
Binary file not shown.
1.02 MB
Loading
65.6 KB
Loading

articles/healthcare-apis/fhir/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ items:
2424
- name: Deploy a FHIR service
2525
items:
2626
- name: Using Azure portal
27-
href: fhir-portal-quickstart.md
27+
href: deploy-azure-portal.md
2828
- name: Using Bicep
2929
href: fhir-service-bicep.md
3030
- name: Using ARM template

0 commit comments

Comments
 (0)