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
- Install latest version of PowerShell
- Install lastest version of Azure PowerShell
- Install latest version of Azure CLI
Note: To deploy the FHIR service only, you can remove the workspace resource and the dependency on it in the template.
Note: To deploy the DICOM service only, you can remove the workspace resource and the dependency on it in the template.
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.