Skip to content

Commit 1bc84fb

Browse files
committed
edits
1 parent 736dd84 commit 1bc84fb

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

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

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ The Bicep file used in this article is from [Azure Quickstart Templates](https:/
3939

4040
The Bicep file defines three Azure resources:
4141

42-
- [Microsoft.HealthcareApis/workspaces]: create a Microsoft.HealthcareApis workspace resource.
42+
* [Microsoft.HealthcareApis/workspaces](/azure/templates/microsoft.healthcareapis/workspaces): create a Microsoft.HealthcareApis/workspaces resource.
4343

44-
- [Microsoft.HealthcareApis/workspaces/fhirservices]: create a Microsoft.HealthcareApis workspace fhirservices resource.
44+
* [Microsoft.HealthcareApis/workspaces/fhirservices](/azure/templates/microsoft.healthcareapis/workspaces/fhirservices): create a Microsoft.HealthcareApis/workspaces/fhirservices resource.
4545

46-
- [Microsoft.Storage/storageAccounts]: create a Microsoft.Storage storage account resource.
46+
* [Microsoft.Storage/storageAccounts](/azure/templates/microsoft.storage/storageaccounts): create a Microsoft.Storage/storageAccounts resource.
4747

4848
## Deploy the Bicep file
4949

@@ -66,26 +66,24 @@ The Bicep file defines three Azure resources:
6666
6767
---
6868
69+
You'll need to replace **\<service-name\>** with the name of the service. You'll also need to replace **\<location\>** with the location of the Azure API for FHIR. Location options include:
70+
71+
* australiaeast
72+
* eastus
73+
* eastus2
74+
* japaneast
75+
* northcentralus
76+
* northeurope
77+
* southcentralus
78+
* southeastasia
79+
* uksouth
80+
* ukwest
81+
* westcentralus
82+
* westeurope
83+
* westus2
84+
6985
> [!NOTE]
70-
> Replace **\<service-name\>** with the name of the service. Replace **\<location\>** with the location of the Azure API for FHIR.
71-
>
72-
> Location options include:
73-
>
74-
> * australiaeast
75-
> * eastus
76-
> * eastus2
77-
> * japaneast
78-
> * northcentralus
79-
> * northeurope
80-
> * southcentralus
81-
> * southeastasia
82-
> * uksouth
83-
> * ukwest
84-
> * westcentralus
85-
> * westeurope
86-
> * westus2
87-
88-
When the deployment finishes, you should see a message indicating the deployment succeeded.
86+
> When the deployment finishes, you should see a message indicating the deployment succeeded.
8987
9088
## Review the deployed resources
9189

0 commit comments

Comments
 (0)