You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/fhir-service-bicep.md
+20-22Lines changed: 20 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ The Bicep file used in this article is from [Azure Quickstart Templates](https:/
39
39
40
40
The Bicep file defines three Azure resources:
41
41
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.
43
43
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.
45
45
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.
47
47
48
48
## Deploy the Bicep file
49
49
@@ -66,26 +66,24 @@ The Bicep file defines three Azure resources:
66
66
67
67
---
68
68
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
+
69
85
> [!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.
0 commit comments