Deploy DICOM service using the Azure portal

Important

Azure Healthcare APIs is currently in PREVIEW. The Supplemental Terms of Use for Microsoft Azure Previews include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

In this quickstart, you'll learn how to deploy the DICOM Service using the Azure portal.

Once deployment is complete, you can use the Azure portal to navigate to the newly created DICOM service to see the details including your Service URL. The Service URL to access your DICOM service will be: https://<workspacename-dicomservicename>.dicom.azurehealthcareapis.com. Make sure to specify the version as part of the url when making requests. More information can be found in the API Versioning for DICOM service documentation.

Prerequisite

To deploy the DICOM service, you must have a workspace created in the Azure portal. For more information about creating a workspace, see Deploy Workspace in the Azure portal.

Deploying DICOM service

  1. On the Resource group page of the Azure portal, select the name of your Healthcare APIs Workspace.

    select workspace resource group.

  2. Select Deploy DICOM service.

    deploy dicom service.

  3. Select Add DICOM service.

    add dicom service.

  4. Enter a name for the DICOM service, and then select Review + create.

    dicom service name.

    (Optional) Select Next: Tags >.

    Tags are name/value pairs used for categorizing resources. For information about tags, see Use tags to organize your Azure resources and management hierarchy.

  5. When you notice the green validation check mark, select Create to deploy the DICOM service.

  6. When the deployment process completes, select Go to resource.

    dicom go to resource.

    The result of the newly deployed DICOM service is shown below.

    dicom finished deployment.

Next steps