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:
- 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. - API Versioning: Include the API version in the URL when you make requests. This helps the service recognize and process your requests properly.
- 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.
- 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.
- Deployment Verification: Make sure your DICOM service has been deployed successfully and is running. You can see the details in the Azure portal.
- 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!