Azure Dicom service url issue

Dentread Cloud-Admin 0 Reputation points
2025-01-16T06:24:34.3333333+00:00

After creating a dicom service my service url is not working for the dicom service it is showing not found and even after registering the application i am not able to upload the dicom to the dicom service

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
179 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Khadeer Ali 3,670 Reputation points Microsoft Vendor
    2025-01-24T14:12:59.9833333+00:00

    @Dentread Cloud-Admin ,

    Welcome to Microsoft Q&A Platform!

    Thanks for reaching out. Looks like you might be having some trouble with the URL format or permissions for your DICOM service. Here are a few steps to help you out:

    1. Service URL Format: Make sure you're using the right format for your DICOM service URL, which should be https://<workspacename-dicomservicename>.dicom.azurehealthcareapis.com . Replace with the actual names you used during deployment.
    2. API Versioning:  Include the API version in the URL when you make requests. This helps the service recognize and process your requests properly.
    3. Application Registration: After you’ve registered your app in Microsoft Entra ID, check that you’ve given it the necessary permissions to access the DICOM service. Look at the roles assigned to the app in the Azure portal.
    4. Access Token: Ensure you're getting a Microsoft Entra access token correctly using PowerShell, Azure CLI, or other supported methods before trying to upload DICOM files.
    5. Deployment Verification: Make sure your DICOM service has been deployed successfully and is running. You can see the details in the Azure portal.
    6. If you’re still having issues, go through the deployment logs for any errors or warnings.

    You can also check out the Azure documentation on deploying the DICOM service with Blob storage for more detailed guidance.
    Deploy the DICOM service with Blob storage by using the Azure portal

    If you have any further questions or need more assistance, feel free to ask!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.