Skip to content

Commit 6ad08ff

Browse files
committed
add links to quickstart repo
1 parent 4642526 commit 6ad08ff

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/healthcare-apis/deploy-healthcare-apis-using-bicep.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: How to create Azure Health Data Services, workspaces, and FHIR and DICOM services with BICEP
3-
description: This document describes how to deploy Azure Health Data Services using Azure Bicep.
2+
title: How to deploy Azure Health Data Services services with BICEP
3+
description: This document describes how to deploy an Azure Health Data Services using Azure Bicep workspace with a FHIR and a DICOM service with BICEP.
44
author: chachachachami
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: quickstart-bicep
8-
ms.date: 03/11/2026
8+
ms.date: 03/27/2026
99
ms.author: chrupa
1010
ms.reviewer: v-catheribun
1111
ms.custom:
@@ -17,7 +17,7 @@ ms.custom:
1717

1818
# Quickstart: Deploy Azure Health Data Service with Bicep
1919

20-
In this quickstart, you use a Bicep file to create an Azure Health Data Services workspace with a Fast Healthcare Interoperability Resources (FHIR) service and a Digital Imaging Communications in Medicine (DICOM) service.
20+
In this quickstart, use a Bicep file to create an Azure Health Data Services workspace with a Fast Healthcare Interoperability Resources (FHIR) service and a Digital Imaging Communications in Medicine (DICOM) service.
2121

2222
[!INCLUDE [About Bicep](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-bicep-introduction.md)]
2323

@@ -29,10 +29,10 @@ An Azure subscription. If you don't have an Azure subscription, [create a free a
2929

3030
## Review the Bicep file
3131

32-
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/<template-name>).
32+
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.healthcareapis/workspaces/create-workspace-with-child-services).
3333

3434

35-
:::code language="bicep" source="~/quickstart-templates/<template-name>/main.bicep":::
35+
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.healthcareapis/workspaces/create-workspace-with-child-services/main.bicep":::
3636

3737
The Bicep file defines three Azure resources.
3838

@@ -46,7 +46,7 @@ The Bicep file defines three Azure resources.
4646

4747
You can deploy the Bicep file by using Azure CLI or Azure PowerShell. This example uses Azure CLI in Bash.
4848

49-
1. Save your Bicep file locally as `main.bicep`
49+
1. Save your Bicep file locally as `main.bicep`.
5050
1. Open a Bash shell and go to the directory where you saved the Bicep file.
5151
1. Run the following command to sign in to Azure from the CLI. Follow the prompts to complete the authentication process.
5252

0 commit comments

Comments
 (0)