Skip to content

Commit cb3de6c

Browse files
authored
Merge pull request #272676 from esmadau/main
update data lake info and conformance statament
2 parents 1c43173 + c061e30 commit cb3de6c

File tree

2 files changed

+325
-296
lines changed

2 files changed

+325
-296
lines changed

articles/healthcare-apis/dicom/deploy-dicom-services-in-azure-data-lake.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,30 @@ Use the Azure portal to **Deploy a custom template** and then use the sample ARM
206206

207207
1. When prompted, select the values for the workspace name, DICOM service name, region, storage account name, storage account SKU, and container name.
208208

209-
1. Select **Review + create** to deploy the DICOM service.
209+
1. Select **Review + create** to deploy the DICOM service.
210+
211+
## Troubleshooting
212+
213+
### Connectivity
214+
215+
To be alerted to store health and connectivity failures, please sign up for [Resource Health alerts](/azure/service-health/resource-health-alert-monitor-guide).
216+
217+
### 424 Failed Dependency
218+
219+
When the response status code is `424 Failed Dependency`, the issue lies with a dependency configured with DICOM and it may be the data lake store.
220+
The response body indicates which dependency failed and provides more context on the failure. For data lake storage account failures, an error code is provided which was received when attempting to interact with the store. For more information, see [Azure Blob Storage error codes](/rest/api/storageservices/blob-service-error-codes).
221+
Note that a code of `ConditionNotMet` typically indicates the blob file has been moved, deleted or modified without using DICOM APIs. The best way to mitigate such a situation is to use the DICOM API to DELETE the instance to remove the index and then reupload the modified file. This will enable you to continue to reference and interact with the file through DICOM APIs.
210222

211223
## Next steps
224+
[Receive resource health alerts](/azure/service-health/resource-health-alert-monitor-guide)
225+
226+
[Assign roles for the DICOM service](../configure-azure-rbac.md#assign-roles-for-the-dicom-service)
227+
228+
[Review DICOM service conformance statement](/azure/healthcare-apis/dicom/dicom-services-conformance-statement-v2)
229+
230+
[Use DICOMweb Standard APIs with DICOM services](dicomweb-standard-apis-with-dicom-services.md)
212231

213-
* [Assign roles for the DICOM service](../configure-azure-rbac.md#assign-roles-for-the-dicom-service)
214-
* [Use DICOMweb Standard APIs with DICOM services](dicomweb-standard-apis-with-dicom-services.md)
215232
* [Enable audit and diagnostic logging in the DICOM service](enable-diagnostic-logging.md)
216233

217-
[!INCLUDE [DICOM trademark statement](../includes/healthcare-apis-dicom-trademark.md)]
234+
235+
[!INCLUDE [DICOM trademark statement](../includes/healthcare-apis-dicom-trademark.md)]

0 commit comments

Comments
 (0)