Skip to content

Commit 59c35ad

Browse files
authored
Merge pull request #93754 from dominicbetts/central-verticals
Add preview includes
2 parents e95ab17 + cdbd3c3 commit 59c35ad

27 files changed

+88
-35
lines changed

articles/iot-central/energy/concept-iot-central-smart-meter-app.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ manager: abjork
1212

1313
# Azure IoT Central - smart meter app architecture
1414

15+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
16+
1517
This article provides an overview of the smart meter monitoring app template architecture. The diagram below shows a commonly used architecture for smart meter app on Azure using IoT Central platform.
1618

17-
> [!div class="mx-imgBorder"]
18-
> ![smart meter architecture](media/concept-iot-central-smart-meter/smart-meter-app-architecture.png)
19+
[!div class="mx-imgBorder"]
20+
![smart meter architecture](media/concept-iot-central-smart-meter/smart-meter-app-architecture.png)
1921

2022
This architecture consists of the following components. Some solutions may not require every component listed here.
2123

articles/iot-central/energy/concept-iot-central-solar-panel-app.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ manager: abjork
1212

1313
# Azure IoT Central - solar panel app architecture
1414

15+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
16+
17+
1518
This article provides an overview of the solar panel monitoring app template architecture. The diagram below shows a commonly used architecture for solar panel app on Azure using IoT Central platform.
1619

17-
> [!div class="mx-imgBorder"]
18-
> ![smart meter architecture](media/concept-iot-central-solar-panel/solar-panel-app-architecture.png)
20+
[!div class="mx-imgBorder"]
21+
![smart meter architecture](media/concept-iot-central-solar-panel/solar-panel-app-architecture.png)
1922

2023
This architecture consists of the following components. Some applications may not require every component listed here.
2124

articles/iot-central/energy/overview-iot-central-energy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ manager: abjork
1111
---
1212

1313
# Build energy solutions with IoT Central
14+
15+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
16+
17+
1418
Smart meters and solar panels are playing an important role in the energy industry transformation. The smart meters give more controls and real-time insights about energy consumptions and solar panels growth is driving breakthrough in renewable energy generation. The smart meter and solar panel monitoring apps are sample templates to show the various capabilities. Partners can leverage these templates to build energy solutions with IoT Central for their specific needs. No new coding and no additional cost are required to deploy and use these applications. Learn more about energy application templates and their capabilities.
1519

1620

@@ -31,8 +35,8 @@ You can try the [smart meter monitoring app for free](https://apps.azureiotcentr
3135

3236
After you deploy the app, you'll see the simulated meter data on the dashboard, as shown in the figure below. This template is a sample app that you can easily extend and customize for your specific use cases.
3337

34-
> [!div class="mx-imgBorder"]
35-
> ![Smart Meter App Dashboard](media/overview-iot-central-energy/smart-meter-app-dashboard.png)
38+
[!div class="mx-imgBorder"]
39+
![Smart Meter App Dashboard](media/overview-iot-central-energy/smart-meter-app-dashboard.png)
3640

3741

3842
## What is the solar panel monitoring application?

articles/iot-central/energy/tutorial-smart-meter-app.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ manager: abjork
1212

1313
# Tutorial: Create and walk-through the smart meter monitoring app template
1414

15+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
16+
1517
This tutorial guides you through the process of creating the smart meter monitoring application, which includes a sample device model with simulated data. In this tutorial, you'll learn:
1618

1719
> [!div class="checklist"]
@@ -34,8 +36,8 @@ You can create this application in three simple steps:
3436

3537
2. Select **Energy** tab and click **Create app** under **Smart meter monitoring** application tile.
3638

37-
> [!div class="mx-imgBorder"]
38-
> ![Build App](media/tutorial-iot-central-smart-meter/smart-meter-build.png)
39+
[!div class="mx-imgBorder"]
40+
![Build App](media/tutorial-iot-central-smart-meter/smart-meter-build.png)
3941

4042

4143
3. **Create app** will open the **New application** form. Fill in the requested details as shown in the figure below:
@@ -65,25 +67,25 @@ Adatum is a fictitious energy company, who monitors and manages smart meters. On
6567
* Track the total energy consumption for planning and billing purposes
6668
* Command and control operations such as reconnect meter and update firmware version. In the template, the command buttons show the possible functionalities and don't send real commands.
6769

68-
> [!div class="mx-imgBorder"]
69-
> ![Smart meter monitoring dashboard](media/tutorial-iot-central-smart-meter/smart-meter-dashboard.png)
70+
[!div class="mx-imgBorder"]
71+
![Smart meter monitoring dashboard](media/tutorial-iot-central-smart-meter/smart-meter-dashboard.png)
7072

7173
### Devices
7274
The app comes with a sample smart meter device. You can see the device details by clicking on the **Devices** tab.
7375

74-
> [!div class="mx-imgBorder"]
75-
> ![Smart meter devices](media/tutorial-iot-central-smart-meter/smart-meter-devices.png)
76+
[!div class="mx-imgBorder"]
77+
![Smart meter devices](media/tutorial-iot-central-smart-meter/smart-meter-devices.png)
7678

7779
Click on the sample device **SM0123456789** link to see the device details. You can update the writable properties of the device on the **Update Properties** page, and visualize the updated values on the dashboard.
7880

79-
> [!div class="mx-imgBorder"]
80-
> ![Smart meter properties](media/tutorial-iot-central-smart-meter/smart-meter-device-properties.png)
81+
[!div class="mx-imgBorder"]
82+
![Smart meter properties](media/tutorial-iot-central-smart-meter/smart-meter-device-properties.png)
8183

8284
### Device Template
8385
Click on the **Device templates** tab to see the smart meter device model. The model has pre-define interface for Data, Property, Commands, and Views.
8486

85-
> [!div class="mx-imgBorder"]
86-
> ![Smart meter device templates](media/tutorial-iot-central-smart-meter/smart-meter-device-template.png)
87+
[!div class="mx-imgBorder"]
88+
![Smart meter device templates](media/tutorial-iot-central-smart-meter/smart-meter-device-template.png)
8789

8890

8991
## Clean up resources

articles/iot-central/energy/tutorial-solar-panel-app.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ manager: abjork
1212

1313
# Tutorial: Create and walk-through the solar panel monitoring app template
1414

15+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
16+
1517
This tutorial guides you through the process of creating the solar panel monitoring application, which includes a sample device model with simulated data. In this tutorial, you'll learn:
1618

1719

@@ -36,8 +38,8 @@ You can create this application in three simple steps:
3638

3739
2. Select **Energy** tab and click **Create app** under **Solar panel monitoring** application tile.
3840

39-
> [!div class="mx-imgBorder"]
40-
> ![Build App](media/tutorial-iot-central-solar-panel/solar-panel-build.png)
41+
[!div class="mx-imgBorder"]
42+
![Build App](media/tutorial-iot-central-solar-panel/solar-panel-build.png)
4143

4244
3. **Create app** will open **New application** form. Fill in the requested details as shown in the figure below:
4345
* **Application name**: Pick a name for your IoT Central application.
@@ -65,27 +67,27 @@ Adatum is a fictitious energy company, who monitors and manages solar panels. On
6567
* Track the total energy generation for planning and billing purposes
6668
* Command and control operations such as activate panel and update firmware version. In the template, the command buttons show the possible functionalities and don't send real commands.
6769

68-
> [!div class="mx-imgBorder"]
69-
> ![Solar panel monitoring dashboard](media/tutorial-iot-central-solar-panel/solar-panel-dashboard.png)
70+
[!div class="mx-imgBorder"]
71+
![Solar panel monitoring dashboard](media/tutorial-iot-central-solar-panel/solar-panel-dashboard.png)
7072

7173
### Devices
7274
The app comes with a sample solar panel device. You can see the device details by clicking on the **Devices** tab.
7375

74-
> [!div class="mx-imgBorder"]
75-
> ![Solar panel devices](media/tutorial-iot-central-solar-panel/solar-panel-device.png)
76+
[!div class="mx-imgBorder"]
77+
![Solar panel devices](media/tutorial-iot-central-solar-panel/solar-panel-device.png)
7678

7779

7880
Click on the sample device **SP0123456789** link to see the device details. On the **Update Properties** page, you can update the writable properties of the device and visualize the updated values on the dashboard.
7981

80-
> [!div class="mx-imgBorder"]
81-
> ![Solar panel properties](media/tutorial-iot-central-solar-panel/solar-panel-device-properties.png)
82+
[!div class="mx-imgBorder"]
83+
![Solar panel properties](media/tutorial-iot-central-solar-panel/solar-panel-device-properties.png)
8284

8385

8486
### Device Template
8587
Click on the **Device templates** tab to see the solar panel device model. The model has pre-define interface for Data, Property, Commands, and Views.
8688

87-
> [!div class="mx-imgBorder"]
88-
> ![Solar panel devices template](media/tutorial-iot-central-solar-panel/solar-panel-device-templates.png)
89+
[!div class="mx-imgBorder"]
90+
![Solar panel devices template](media/tutorial-iot-central-solar-panel/solar-panel-device-templates.png)
8991

9092

9193
## Clean up resources
@@ -94,8 +96,8 @@ If you decide to not continue using this application, delete your application wi
9496
1. From the left-hand menu, open Administration tab
9597
2. Select Application settings and click Delete button at the bottom of the page.
9698

97-
> [!div class="mx-imgBorder"]
98-
> ![Delete application](media/tutorial-iot-central-solar-panel/solar-panel-delete-app.png)
99+
[!div class="mx-imgBorder"]
100+
![Delete application](media/tutorial-iot-central-solar-panel/solar-panel-delete-app.png)
99101

100102

101103
## Next steps

articles/iot-central/government/concepts-connectedwastemanagement-architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services: iot-central
1212

1313
# Connected waste monitoring reference architecture
1414

15+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
1516

1617
A connected waste management solution can be built using the **Azure IoT Central app template** as a kick starter IoT application. This article provides a high-level reference architecture guidance on building an end to end solution.
1718

articles/iot-central/government/concepts-waterconsumptionmonitoring-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services: iot-central
1111

1212
# Water consumption monitoring reference architecture
1313

14+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
15+
1416
Water consumption monitoring solutions can be built with the **Azure IoT Central app template** as a kick starter IoT application. This article provides a high-level reference architecture guidance on building an end to end solution.
1517

1618
![Water consumption monitoring architecture](./media/concepts-waterconsumptionmonitoring-architecture/concepts-waterconsumptionmonitoring-architecture1.png)

articles/iot-central/government/concepts-waterqualitymonitoring-architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services: iot-central
1212

1313
# Water quality monitoring reference architecture
1414

15+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
16+
1517
Water quality monitoring solutions can be built with the **Azure IoT Central app template** as a kick starter IoT application. This article provides a high-level reference architecture guidance on building an end to end solution.
1618

1719

articles/iot-central/government/how-to-configure-connected-field-services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services: iot-central
1212

1313
# Build end-to-end solution with Azure IoT Central and Dynamics 365 Field Service
1414

15+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
16+
1517
As a builder, you can enable integration of your Azure IoT Central application to other business systems.
1618

1719

articles/iot-central/government/overview-iot-central-government.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services: iot-central
1111

1212
# Building government solutions with Azure IoT Central
1313

14+
[!INCLUDE [iot-central-pnp-original](../../../includes/iot-central-pnp-original-note.md)]
15+
1416
Get started with building smart city solutions leveraging Azure IoT Central application templates. Start now with **water quality monitoring**, **water consumption monitoring**, and **connected waste management**.
1517

1618
## What is Water Quality Monitoring application template?

0 commit comments

Comments
 (0)