Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.46 KB

HowToDeploy.md

File metadata and controls

48 lines (37 loc) · 2.46 KB

Deploy the Healthcare APIs

You can deploy each service through the Azure portal, or using scripts that you can find in the repo.

Important

Make sure that you have installed the latest versions of PowerShell, Azure Az PowerShell Module, and Azure CLI. You can check the versions:

  • PowerShell $PSVersionTable.PSVersion
  • Azure PowerShell Module Get-InstalledModule -Name Az -AllVersions
  • az cli --version

Deploy workspace

Deploy workspace and FHIR

Note: To deploy the FHIR service only, you can remove the workspace resource and the dependency on it in the template.

Deploy workspace and DICOM

Note: To deploy the DICOM service only, you can remove the workspace resource and the dependency on it in the template.

Deploy workspace, the FHIR service and Iot Connector

Note: To deploy the IoT Connector only, you can remove the workspace resource, the fhir resource, and the dependency on them in the template.

Warning

Make sure that you have been granted adequate permissions to create resources in a subscription. Otherwise you may receive errors as one shown.

The client 'xxx' with object id 'xxx' does not have authorization to perform action 'Microsoft.Resources/subscriptions/resourcegroups/write' over scope '/subscriptions/xxx/resourcegroups/xxx' or the scope is invalid. If access was recently granted, please refresh your credentials.