Skip to content

Commit e37893a

Browse files
committed
link errors
1 parent d959f43 commit e37893a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.date: 04/20/2022
1010

1111
# 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](../azure-resource-manager/bicep/overview.md).
13+
In this article, you'll learn how to deploy FHIR service within the Azure Health Data Services (hereby called FHIR service) using Bicep.
1414

15-
Bicep 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.
15+
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
1616

1717
## Prerequisites
1818

@@ -35,7 +35,7 @@ Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy
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="../azure-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)