Skip to content

Commit 0c77ab5

Browse files
authored
Merge pull request #277643 from shellyhaverkamp/smh-ahds-quickstart
Fixed screenshots
2 parents 4adedd6 + b560c9b commit 0c77ab5

18 files changed

+80
-91
lines changed

articles/healthcare-apis/health-data-services-get-started.md

Lines changed: 37 additions & 41 deletions
Large diffs are not rendered by default.
Lines changed: 37 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,75 @@
11
---
2-
title: Deploy workspace in the Azure portal - Azure Health Data Services
3-
description: This document teaches users how to deploy a workspace in the Azure portal.
4-
author: chachachachami
2+
title: Create an Azure workspace in the Azure portal for Azure Health Data Services
3+
description: Learn how to create a workspace for Azure Health Data Services by using the Azure portal. The workspace is a centralized logical container for instances of the FHIR service, DICOM service, and MedTech service.
4+
author: msjasteppe
55
ms.service: healthcare-apis
6-
ms.subservice: fhir
6+
ms.subservice: workspace
77
ms.topic: quickstart
8-
ms.date: 06/06/2022
9-
ms.author: chrupa
8+
ms.date: 06/07/2024
9+
ms.author: jasteppe
1010
ms.custom: mode-api
1111
---
1212

13-
# Deploy Azure Health Data Services workspace using Azure portal
13+
# Create an Azure workspace for Azure Health Data Services
1414

15-
In this article, you’ll learn how to create a workspace by deploying Azure Health Data Services through the Azure portal. The workspace is a centralized logical container for all your Azure Health Data services such as FHIR® services, DICOM® services, and MedTech services. It allows you to organize and manage certain configuration settings that are shared among all the underlying datasets and services where applicable.
15+
Follow the steps in this article to create a workspace before you deploy instances of Azure Health Data Services in the Azure portal. The workspace is a centralized logical container for Azure Health Data services such as FHIR® services, DICOM® services, and MedTech services. It allows you to organize and manage configuration settings that are shared among all the underlying datasets and services.
1616

17+
## Prerequisites
1718

18-
## Prerequisite
19+
Before you create a workspace in the Azure portal, you need an Azure account subscription. For more information, see [Create your free Azure account today](https://azure.microsoft.com/free/search/?OCID=AID2100131_SEM_c4b0772dc7df1f075552174a854fd4bc:G:s&ef_id=c4b0772dc7df1f075552174a854fd4bc:G:s&msclkid=c4b0772dc7df1f075552174a854fd4bc).
1920

20-
Before you can create a workspace in the Azure portal, you must have an account subscription. If you
21-
don’t have an Azure subscription, see [Create your free Azure account today](https://azure.microsoft.com/free/search/?OCID=AID2100131_SEM_c4b0772dc7df1f075552174a854fd4bc:G:s&ef_id=c4b0772dc7df1f075552174a854fd4bc:G:s&msclkid=c4b0772dc7df1f075552174a854fd4bc).
21+
## Create a resource
2222

23-
## Create new Azure service
23+
1. In the Azure portal, select **Create a resource**.
2424

25-
In the Azure portal, select **Create a resource**.
25+
:::image type="content" source="media/healthcare-apis-quickstart/create-resource.png" alt-text="Screenshot showing resource creation." lightbox="media/healthcare-apis-quickstart/create-resource.png":::
2626

27-
[ ![Screenshot of Create resource.](media/create-resource.png) ](media/create-resource.png#lightbox)
27+
1. In the search box, enter **Azure Health Data Services**.
2828

29-
## Search for Azure Health Data Services
29+
:::image type="content" source="media/healthcare-apis-quickstart/search-services-marketplace.png" alt-text="Screenshot showing how to search for Azure Health Data Services." lightbox="media/healthcare-apis-quickstart/search-services-marketplace.png":::
3030

31-
In the search box, enter **Azure Health Data Services**.
31+
1. Choose **Create** to create an Azure Health Data Services account.
3232

33-
[ ![Screenshot of Search for Azure Health Data Services](media/search-services-marketplace.png) ](media/search-services-marketplace.png#lightbox)
33+
:::image type="content" source="media/healthcare-apis-quickstart/create-health-data-services-resource.png" alt-text="Screenshot showing how to create a new account." lightbox="media/healthcare-apis-quickstart/create-health-data-services-resource.png":::
3434

35-
## Create Azure Health Data Services account
35+
1. On the **Basics** tab, under **Project details**, from the dropdown lists select a **Subscription** and **Resource group**.
3636

37-
Select **Create** to create a new Azure Health Data Services account.
37+
1. Choose **Create new** to create a new resource group.
3838

39-
[ ![Screenshot of create new account button.](media/create-azure-health-data-services-resource.png) ](media/create-azure-health-data-services-resource.png#lightbox)
39+
:::image type="content" source="media/healthcare-apis-quickstart/create-health-data-services-workspace-basics-tab.png" alt-text="Screenshot showing the workspace settings on the Basics tab." lightbox="media/healthcare-apis-quickstart/create-health-data-services-workspace-basics-tab.png":::
40+
41+
1. Enter a **Name** for the workspace, and then select a **Region**. The name must be 3 to 24 alphanumeric characters, all lowercase. Don't use a hyphen "-" as it's an invalid character for the name. For information about regions and availability zones, see [Regions and Availability Zones in Azure](../availability-zones/az-overview.md).
4042

41-
## Enter subscription and workspace details
43+
1. Select **Next: Networking >**. Connect a workspace publicly with the default **Public endpoint (all networks)** option selected. You can also connect a workspace using a private endpoint by selecting the **Private endpoint** option. For more information about accessing Azure Health Data Services over a private endpoint, see [Configure Private Link for Azure Health Data Services](healthcare-apis-configure-private-link.md).
4244

43-
1. Under the **Project details** section of the **Basics** tab, select a **Subscription** and **Resource group** from their drop-down lists. Select **Create new** to create a new resource group.
45+
:::image type="content" source="media/healthcare-apis-quickstart/create-workspace-networking-tab.png" alt-text="Screenshot showing the Networking tab." lightbox="media/healthcare-apis-quickstart/create-workspace-networking-tab.png":::
46+
47+
1. Select **Next: Tags >** if you want to include name and value pairs to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. Enter a **Name** and **Value** for the workspace, and then select **Review + create** or **Next: Review + create**. For more information about tags, see [Use tags to organize your Azure resources and management hierarchy](.././azure-resource-manager/management/tag-resources.md).
4448

45-
[ ![Screenshot of create health data services workspace basics tab.](media/create-health-data-services-workspace-basics-tab.png) ](media/create-health-data-services-workspace-basics-tab.png#lightbox)
49+
:::image type="content" source="media/healthcare-apis-quickstart/tags-new.png" alt-text="Screenshot showing the Tags tab." lightbox="media/healthcare-apis-quickstart/tags-new.png":::
4650

47-
2. Enter a **Name** for the workspace, and then select a **Region**. The name must be 3 to 24 alphanumeric characters, all in lowercase. Don't use a hyphen "-" as it's an invalid character for the name. For information about regions and availability zones, see [Regions and Availability Zones in Azure](../availability-zones/az-overview.md).
51+
1. Review the details. Choose **Create** if you don't need to make any changes to the workspace project and instance details. If you need to make changes to the project and instance details, select **Previous**.
4852

49-
3. Select **Next: Networking >**. It's here that you can connect a workspace publicly with the default **Public endpoint (all networks)** option selected. You may also connect a workspace using a private endpoint by selecting the **Private endpoint** option. For more information about accessing Azure Health Data Services over a private endpoint, see [Configure Private Link for Azure Health Data Services](healthcare-apis-configure-private-link.md).
53+
:::image type="content" source="media/healthcare-apis-quickstart/workspace-review-create-tab.png" alt-text="Screenshot showing details about the workspace." lightbox="media/healthcare-apis-quickstart/workspace-review-create-tab.png":::
5054

51-
[ ![Screenshot of create health data services workspace networking tab.](media/create-workspace-networking-tab.png) ](media/create-workspace-networking-tab.png#lightbox)
55+
**Optional**: Select **Download a template for automation** of the newly created workspace.
5256

53-
4. Select **Next: Tags >** if you want to include name and value pairs to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. Enter a **Name** and **Value** for the workspace, and then select **Review + create** or **Next: Review + create**. For more information about tags, see [Use tags to organize your Azure resources and management hierarchy](.././azure-resource-manager/management/tag-resources.md).
57+
1. After the workspace deployment process is complete, select **Go to resource**.
5458

55-
[ ![Screenshot of the health data services workspace tags tab.](media/tags-new.png) ](media/tags-new.png#lightbox)
59+
:::image type="content" source="media/healthcare-apis-quickstart/workspace-deployment-details.png" alt-text="Screenshot showing the workspace and the Go to resource button." lightbox="media/healthcare-apis-quickstart/workspace-deployment-details.png":::
5660

57-
5. Select **Create** if you don't need to make any changes to the workspace project and instance details. If you must make changes to the project and instance details, select **Previous**.
58-
59-
[ ![Screenshot of the health data services workspace instance details.](media/workspace-review-create-tab.png) ](media/workspace-review-create-tab.png#lightbox)
60-
61-
**Optional**: You may select **Download a template for automation** of your newly created workspace.
62-
63-
6. After the workspace deployment process is complete, select **Go to resource**.
64-
65-
[ ![Screenshot of the workspace and the go to resource button.](media/workspace-deployment-details.png) ](media/workspace-deployment-details.png#lightbox)
66-
67-
You now can create a FHIR service, DICOM service, and MedTech service from the newly deployed Azure Health Data Services workspace.
68-
69-
[ ![Screenshot of the newly deployed Azure Health Data Services workspace.](media/deploy-health-data-services-workspace.png) ](media/deploy-health-data-services-workspace.png#lightbox)
61+
1. Create instances of the FHIR service, DICOM service, and MedTech service in the newly created Azure Health Data Services workspace.
7062

63+
:::image type="content" source="media/healthcare-apis-quickstart/deploy-health-data-services-workspace.png" alt-text="Screenshot showing the newly created workspace." lightbox="media/healthcare-apis-quickstart/deploy-health-data-services-workspace.png":::
7164

7265
## Next steps
7366

7467
[Deploy the FHIR service](./../healthcare-apis/fhir/fhir-portal-quickstart.md)
7568

7669
[Deploy the DICOM service](./../healthcare-apis/dicom/deploy-dicom-services-in-azure.md)
7770

78-
[Deploy a MedTech service and ingest data to your FHIR service](./../healthcare-apis/iot/deploy-iot-connector-in-azure.md)
71+
[Deploy the MedTech service and ingest data into the FHIR service](./../healthcare-apis/iot/deploy-iot-connector-in-azure.md)
7972

80-
[Convert data to FHIR](./../healthcare-apis/fhir/convert-data-overview.md)
73+
[Convert data to FHIR format](./../healthcare-apis/fhir/convert-data-overview.md)
8174

82-
[!INCLUDE [FHIR and DICOM trademark statement](./includes/healthcare-apis-fhir-dicom-trademark.md)]
75+
[!INCLUDE [FHIR and DICOM trademark statement](./includes/healthcare-apis-fhir-dicom-trademark.md)]
Binary file not shown.
Binary file not shown.
88.9 KB
Loading
82 KB
Loading
54.6 KB
Loading

0 commit comments

Comments
 (0)