Skip to content

Commit 76879bf

Browse files
committed
trying to resolve link error on line 38
1 parent 1bc84fb commit 76879bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/healthcare-apis/fhir/fhir-service-bicep.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ author: schaffererin
55
ms.service: healthcare-apis
66
ms.topic: tutorial
77
ms.author: v-eschaffer
8-
ms.date: 04/20/2022
8+
ms.date: 04/25/2022
99
---
1010

11-
# Deploy a FHIR service within Azure Health Data Services - using Bicep
11+
# Deploy a FHIR service within Azure Health Data Services using Bicep
1212

13-
In this article, you'll learn how to deploy FHIR service within the Azure Health Data Services (hereby called FHIR service) using Bicep.
13+
In this article, you'll learn how to deploy FHIR service within the Azure Health Data Services using Bicep.
1414

1515
[Bicep](../../azure-resource-manager/bicep/overview.md) is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. It provides concise syntax, reliable type safety, and support for code reuse. Bicep offers the best authoring experience for your infrastructure-as-code solutions in Azure.
1616

@@ -35,7 +35,7 @@ In this article, you'll learn how to deploy FHIR service within the Azure Health
3535

3636
The Bicep file used in this article is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-api-for-fhir/).
3737

38-
:::code language="bicep" source="~quickstart-templates/quickstarts/microsoft.healthcareapis/azure-api-for-fhir/main.bicep":::
38+
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.healthcareapis/azure-api-for-fhir/main.bicep":::
3939

4040
The Bicep file defines three Azure resources:
4141

0 commit comments

Comments
 (0)