Skip to content

Commit 503c7de

Browse files
committed
Addressing feedback and build warning.
1 parent 7cae3c3 commit 503c7de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/healthcare-apis/iot/troubleshoot-errors-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here's a list of errors that can be found in the Azure Resource Manager (ARM) AP
6060

6161
**Fix**:
6262
- If you're deploying a MedTech service using an ARM template, correct the errors in the mapping JSON provided in the `properties.deviceMapping` property.
63-
- If you're deploying a MedTech service using the Azure portal, correct the errors in the mapping JSON provided in the [**Device mapping** tab](https://learn.microsoft.com/en-us/azure/healthcare-apis/iot/deploy-new-config#configure-the-device-mapping-tab).
63+
- If you're deploying a MedTech service using the Azure portal, correct the errors in the mapping JSON provided in the [**Device mapping** tab](deploy-new-config.md#configure-the-device-mapping-tab).
6464

6565
### fullyQualifiedEventHubNamespace is null, empty, or formatted incorrectly
6666

articles/healthcare-apis/iot/troubleshoot-errors-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The template’s type and line with the error are specified in the error message
226226

227227
* The **Azure role assignments** show that your event hub has an **Azure Event Hubs Data Receiver** role assigned to your MedTech service’s system-assigned managed identity (if not, follow these [step-by-step instructions](deploy-new-deploy.md#grant-access-to-the-device-message-event-hub)).
228228

229-
* If you're deploying a MedTech service using an ARM template, ensure that the MedTech service resource in the ARM template has an identity property containing the type value of "SystemAssigned" (see example ARM template in the azuredeploy.json file on [GitHub](https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors-with-iothub)).
229+
* If you're deploying a MedTech service using an ARM template, ensure that the MedTech service resource in the ARM template has an identity property containing the type value of "SystemAssigned" (see example ARM template in the *azuredeploy.json* file on [GitHub](https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.healthcareapis/workspaces/iotconnectors-with-iothub)).
230230

231231
### MultipleResourceFoundException
232232

@@ -280,7 +280,7 @@ The expression and line with the error are specified in the error message.
280280

281281
**Description**: A template in the device mapping doesn't have a matching template with the same type within the FHIR destination mapping. The template’s type is specified in the error message.
282282

283-
**Severity**: Blocking
283+
**Severity**: Non-blocking
284284

285285
**Fix**: On the Azure portal, go to the **Device mapping** blade and the **Destination** blade of your MedTech service, and ensure that, for each template in the device mapping, there's a template with the same `typeName` value within the FHIR destination mapping.
286286

0 commit comments

Comments
 (0)