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/configure-import-data.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To enable a managed identity on the FHIR service:
31
31
32
32
After you enable the managed identity, a system-assigned GUID value appears.
33
33
34
-
[](media/export-data/fhir-mi-enabled.png#lightbox)
34
+

35
35
36
36
## Step 2: Assign permissions to the FHIR service
37
37
@@ -44,7 +44,7 @@ Use the following steps to assign permissions to access the storage account:
44
44
3. Add the [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) role to the FHIR service.
45
45
4. Select **Save**.
46
46
47
-
[](media/bulk-import/add-role-assignment-page.png#lightbox)
47
+

48
48
49
49
Now you're ready to select the storage account for import.
50
50
@@ -60,7 +60,7 @@ For this step, you need to get the request URL and JSON body:
60
60
3. Select **JSON View**.
61
61
4. Select the API version as **2022-06-01** or later.
62
62
63
-
To specify the Azure storage account in JSON view, you need to use the [REST API](/rest/api/healthcareapis/services/create-or-update) to update the FHIR service.
63
+
To specify the Azure storage account in JSON view, you need to use the [REST API](/rest/api/healthcareapis/fhir-services/create-or-update) to update the FHIR service.
64
64
65
65
[](media/bulk-import/fhir-json-view.png#lightbox)
66
66
@@ -111,13 +111,13 @@ To securely import FHIR data into the FHIR service from an Azure Data Lake Stora
111
111
1. On the **Firewalls and virtual networks** tab, select **Enabled from selected virtual networks and IP addresses**.
112
112
113
113
[](media/export-data/storage-networking-1.png#lightbox)
114
-
114
+
115
115
1. In the **Resource type** dropdown list, select **Microsoft.HealthcareApis/workspaces**. In the **Instance name** dropdown list, select your workspace.
116
116
117
117
1. In the **Exceptions** section, select the **Allow trusted Microsoft services to access this storage account** checkbox.
118
118
119
119
[](media/export-data/exceptions.png#lightbox)
120
-
120
+
121
121
1. Select **Save** to retain the settings.
122
122
123
123
1. Run the following PowerShell command to install the `Az.Storage` PowerShell module in your local environment. You can use this module to configure your Azure storage accounts by using PowerShell.
@@ -145,7 +145,7 @@ To securely import FHIR data into the FHIR service from an Azure Data Lake Stora
145
145
1. Confirm that under **Resource instances**, **2 selected** appears in the **Instance name** dropdown list. The two selected instances are the name of the workspace instance and the name of the FHIR service instance that you registered as trusted Microsoft resources.
146
146
147
147
[](media/export-data/storage-networking-2.png#lightbox)
148
-
148
+
149
149
You're now ready to securely import FHIR data from the storage account. The storage account is on selected networks and isn't publicly accessible. To securely access the files, you can use [private endpoints](../../storage/common/storage-private-endpoints.md) for the storage account.
150
150
151
151
[!INCLUDE [Specific IP ranges for storage account](../includes/common-ip-address-storage-account.md)]
Copy file name to clipboardExpand all lines: articles/healthcare-apis/register-application.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,9 @@ The following steps are required for the DICOM service, but optional for the FHI
83
83
84
84
If you're referencing a different resource application, select your DICOM API Resource Application Registration that you created previously under **APIs my organization**.
85
85
86
-
3. Select scopes (permissions) that the confidential client application will ask for on behalf of a user. Select **user_impersonation**, and then select **Add permissions**.
86
+
3. Select scopes (permissions) that the confidential client application will ask for on behalf of a user. Select **Dicom.ReadWrite**, and then select **Add permissions**.
87
87
88
-
[](dicom/media/dicom-select-scopes.png#lightbox)
88
+
[](dicom/media/dicom-select-scope.png#lightbox)
89
89
90
90
>[!NOTE]
91
91
>Use grant_type of client_credentials when trying to obtain an access token for the FHIR service using tools such as Postman or REST Client. For more details, visit [Access using Postman](./fhir/use-postman.md) and [Accessing Azure Health Data Services using the REST Client Extension in Visual Studio Code](./fhir/using-rest-client.md).
0 commit comments