Skip to content

Commit 57ed4e8

Browse files
authored
Merge pull request #177564 from dominicbetts/scale-msi-trouble
Add data export troubleshooting
2 parents 8ef1959 + 1fb4e06 commit 57ed4e8

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

articles/iot-central/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@
232232
items:
233233
- name: Device connections
234234
href: core/troubleshoot-connection.md
235+
- name: Data exports
236+
href: core/troubleshoot-data-export.md
235237
- name: FAQ
236238
href: core/howto-faq.yml
237239
- name: Manage your personal preferences
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Troubleshoot data exports from Azure IoT Central | Microsoft Docs
3+
description: Troubleshoot issues with data exports in IoT Central
4+
services: iot-central
5+
author: dominicbetts
6+
ms.author: dobett
7+
ms.date: 10/26/2021
8+
ms.topic: troubleshooting
9+
ms.service: iot-central
10+
11+
---
12+
13+
# Troubleshoot issues with data exports from your Azure IoT Central application
14+
15+
This document helps you find out why the data your IoT Central application isn't reaching it's intended destination or isn't arriving in the correct format.
16+
17+
## Managed identity issues
18+
19+
You're using a managed identity to authorize the connection to an export destination. Data is not arriving at the export destination.
20+
21+
Before you configure or enable the export destination, make sure that you complete the following steps:
22+
23+
- Enable the managed identity for the the application.
24+
- Configure the permissions for the managed identity.
25+
- Configure any virtual networks, private endpoints, and firewall policies.
26+
27+
To learn more, see [Export data](howto-export-data.md?tabs=managed-identity).
28+
29+
## Next steps
30+
31+
If you need more help, you can contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/community/). Alternatively, you can file an [Azure support ticket](https://portal.azure.com/#create/Microsoft.Support).
32+
33+
For more information, see [Azure IoT support and help options](../../iot-fundamentals/iot-support-help.md).

0 commit comments

Comments
 (0)