Skip to content

Commit 67eaceb

Browse files
Merge pull request #196957 from v-krishnag/dataref
Dataref
2 parents 474afef + 3b36bdd commit 67eaceb

30 files changed

+1081
-887
lines changed

articles/iot-central/.openpublishing.redirection.iot-central.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@
150150
"redirect_url": "/azure/iot-central/core/overview-iot-central-admin#create-applications",
151151
"redirect_document_id": false
152152
},
153+
{
154+
"source_path_from_root": "/articles/iot-central/core/howto-export-data.md",
155+
"redirect_url": "/articles/iot-central/core/howto-export-to-blob-storage",
156+
"redirect_document_id": false
157+
},
153158
{
154159
"source_path_from_root": "/articles/iot-central/concepts-architecture.md",
155160
"redirect_url": "/azure/iot-central/core/concepts-architecture/",

articles/iot-central/TOC.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,27 @@
174174
- name: Use rules and workflows to integrate with other services
175175
href: core/howto-configure-rules-advanced.md
176176
- name: Export data to cloud destinations
177-
href: core/howto-export-data.md
178-
- name: Export data to cloud destinations (legacy)
179-
href: core/howto-export-data-legacy.md
180-
- name: Troubleshoot data export
181-
href: core/troubleshoot-data-export.md
177+
items:
178+
- name: Export to Blob Storage
179+
href: core/howto-export-to-blob-storage.md
180+
- name: Export to Service Bus
181+
href: core/howto-export-to-service-bus.md
182+
- name: Export to Event Hubs
183+
href: core/howto-export-to-event-hubs.md
184+
- name: Export to Azure Data Explorer
185+
href: core/howto-export-to-azure-data-explorer.md
186+
- name: Export to a webhook
187+
href: core/howto-export-to-webhook.md
188+
- name: Export data to cloud destinations (legacy)
189+
href: core/howto-export-data-legacy.md
190+
- name: Transform data internally for export
191+
href: core/howto-transform-data-internally.md
192+
- name: Troubleshoot data export
193+
href: core/troubleshoot-data-export.md
182194
- name: Export data and visualize with Databricks
183195
href: core/howto-create-custom-analytics.md
184196
- name: Transform data internally on ingress
185197
href: core/howto-map-data.md
186-
- name: Transform data internally for export
187-
href: core/howto-transform-data-internally.md
188198
- name: Transform data externally
189199
href: core/howto-transform-data.md
190200
- name: Connect other clouds with device bridge

articles/iot-central/core/concepts-architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Reasons to export data include:
8585

8686
### Storage and analysis
8787

88-
For long-term storage and control over archiving and retention policies, you can [continuously export your data](howto-export-data.md) to other storage destinations. Use of separate storage also lets you use other analytics tools to derive insights and view the data in your solution.
88+
For long-term storage and control over archiving and retention policies, you can [continuously export your data](howto-export-to-blob-storage.md).
89+
to other storage destinations. Use of separate storage also lets you use other analytics tools to derive insights and view the data in your solution.
8990

9091
### Business automation
9192

articles/iot-central/core/concepts-telemetry-properties-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The article doesn't describe every possible type of telemetry, property, and com
2727
Each example shows a snippet from the device model that defines the type and example JSON payloads to illustrate how the device should interact with the IoT Central application.
2828

2929
> [!NOTE]
30-
> IoT Central accepts any valid JSON but it can only be used for visualizations if it matches a definition in the device model. You can export data that doesn't match a definition, see [Export IoT data to destinations in Azure](howto-export-data.md).
30+
> IoT Central accepts any valid JSON but it can only be used for visualizations if it matches a definition in the device model. You can export data that doesn't match a definition, see [Export IoT data to cloud destinations using Blob Storage](howto-export-to-blob-storage.md).
3131
3232
The JSON file that defines the device model uses the [Digital Twin Definition Language (DTDL) v2](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md).
3333

articles/iot-central/core/howto-connect-secure-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Currently, it's not possible to connect an IoT Central application directly to V
2121

2222
- An IoT Central application. To learn more, see [Create an IoT Central application](howto-create-iot-central-application.md).
2323

24-
- Data export configured in your IoT Central application to send device data to a destination such as Azure Blob Storage, Azure Event Hubs, or Azure Service Bus. The destination is configured to use a managed identity. To learn more, see [Export IoT data to cloud destinations using data export](howto-export-data.md).
24+
- Data export configured in your IoT Central application to send device data to a destination such as Azure Blob Storage, Azure Event Hubs, or Azure Service Bus. The destination is configured to use a managed identity. To learn more, see [Export IoT data to cloud destinations using Blob Storage](howto-export-to-blob-storage.md).
2525

2626
## Configure the destination service
2727

articles/iot-central/core/howto-create-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ Select the ellipsis, for more chart controls:
9696

9797
## Next steps
9898

99-
Now that you've learned how to visualize your data with the built-in analytics capabilities, a suggested next step is to learn how to [Export IoT data to cloud destinations using data export](howto-export-data.md).
99+
Now that you've learned how to visualize your data with the built-in analytics capabilities, a suggested next step is to learn how to [Export IoT data to cloud destinations using Blob Storage](howto-export-to-blob-storage.md).

articles/iot-central/core/howto-create-organizations.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: contperf-fy22q2
1414

1515
Organizations let you define a hierarchy that you use to manage which users can see which devices in your IoT Central application. The user's role determines their permissions over the devices they see, and the experiences they can access. Use organizations to implement a multi-tenanted application.
1616

17-
Organizations is an optional feature that gives you more control over the [users and roles](howto-manage-users-roles.md) in your application.
17+
Organizations are an optional feature that gives you more control over the [users and roles](howto-manage-users-roles.md) in your application.
1818

1919
Organizations are hierarchical:
2020

@@ -59,7 +59,7 @@ When you create a new device in your application, assign it to an organization i
5959

6060
To assign or reassign an existing device to an organization, select the device in the device list and then select **Organization**:
6161

62-
:::image type="content" source="media/howto-create-organization/change-device-organization.png" alt-text="Screenshot that shows how change the organization a device is associated with." lightbox="media/howto-create-organization/change-device-organization.png":::
62+
:::image type="content" source="media/howto-create-organization/change-device-organization.png" alt-text="Screenshot that shows how to change the organization a device is associated with." lightbox="media/howto-create-organization/change-device-organization.png":::
6363

6464
> [!TIP]
6565
> You can see which organization a device belongs to in the device list. Use the filter tool in the device list to show devices in a particular organization.
@@ -153,9 +153,10 @@ When you start adding organizations, all existing devices, users, and experience
153153
The following limits apply to organizations:
154154

155155
- The hierarchy can be no more than five levels deep.
156-
- The total number of organization cannot be more than 200. Each node in the hierarchy counts as an organization.
156+
- The total number of organizations can't be more than 200. Each node in the hierarchy counts as an organization.
157157

158158

159159
## Next steps
160160

161-
Now that you've learned how to manage Azure IoT Central organizations, the suggested next step is learn how to [Export IoT data to cloud destinations using data export](howto-export-data.md).
161+
Now that you've learned how to manage Azure IoT Central organizations, the suggested next step is to learn how to [Export IoT data to cloud destinations using Blob Storage](howto-export-to-blob-storage.md).
162+

articles/iot-central/core/howto-export-data-legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: iot-central
1010
---
1111
# Export IoT data to cloud destinations using data export (legacy)
1212

13-
The legacy data export (classic) feature is now deprecated and you should plan to migrate to the new [data export feature](howto-export-data.md). The legacy data export lacks important capabilities such as the availability of different data types, filtering, and message transformation. See the following table for a comparison of legacy data export with new data export:
13+
The legacy data export (classic) feature is now deprecated and you should plan to migrate to the new [data export feature](howto-export-to-blob-storage.md). The legacy data export lacks important capabilities such as the availability of different data types, filtering, and message transformation. See the following table for a comparison of legacy data export with new data export:
1414

1515
| Capability | Legacy data export (classic) | New data export |
1616
| :------------- | :---------- | :----------- |
@@ -69,7 +69,7 @@ In the new data export, you can create a destination and reuse it across differe
6969
>
7070
> - Legacy data exports (classic) are scheduled to be retired. Migrate any legacy data exports to new exports
7171
>
72-
> - For information about the latest data export features, see [Export IoT data to cloud destinations using data export](./howto-export-data.md).
72+
> - For information about the latest data export features, see [Export IoT data to cloud destinations using Blob Storage](howto-export-to-blob-storage.md).
7373
7474

7575
This article describes how to use the data export feature in Azure IoT Central. This feature lets you export your data continuously to **Azure Event Hubs**, **Azure Service Bus**, or **Azure Blob storage** instances. Data export uses the JSON format and can include telemetry, device information, and device template information. Use the exported data for:

0 commit comments

Comments
 (0)