Skip to content

Commit 79372e5

Browse files
committed
Add solution options
1 parent 62ff14c commit 79372e5

File tree

2 files changed

+74
-3
lines changed

2 files changed

+74
-3
lines changed

articles/iot-fundamentals/iot-services-and-technologies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Internet of Things (IoT) technologies and solutions
33
description: Describes the collection of technologies and services you can use to build an Azure IoT solution.
4-
author: robinsh
4+
author: dominicbetts
55
ms.service: iot-fundamentals
66
services: iot-fundamentals
77
ms.topic: overview
8-
ms.date: 10/09/2018
9-
ms.author: robinsh
8+
ms.date: 01/15/2020
9+
ms.author: dobett
1010
---
1111

1212
# Azure technologies and services for creating IoT solutions
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Azure Internet of Things (IoT) solution options
3+
description: Guidance on choosing between a platform services or managed app platform approach to building an IoT solution. The platform service approach uses services such as IoT Hub and Digital Twins as building blocks. The managed app platform approach uses IoT Central to quickly get started.
4+
author: dominicbetts
5+
ms.service: iot-fundamentals
6+
services: iot-fundamentals
7+
ms.topic: overview
8+
ms.date: 01/15/2020
9+
ms.author: dobett
10+
---
11+
12+
# Choose the right IoT solution
13+
14+
To build an IoT solution for your business, you typically choose to use either the *platform services* or the *managed app platform* approach.
15+
16+
Platform services include services such as Azure IoT Hub and Azure Digital Twins that provide the building blocks for you to build a customized IoT solution.
17+
18+
Azure IoT Central lets you get started quickly building IoT applications using a fully managed app platform.
19+
20+
To choose between these two approaches, you should consider:
21+
22+
- How you want to manage your solution.
23+
- What level of customization and control you want over your solution.
24+
- What pricing structure you want.
25+
26+
## Management
27+
28+
Where do you want to spend your system management time and resources?
29+
30+
- Choose the platform services approach to have full control over the underlying services in your solution. For example, you want to:
31+
32+
- Manage scaling and securing services to meet your needs.
33+
- Make use of in-house or partner expertise to onboard devices and provision services.
34+
35+
- Choose the managed app platform approach to take advantage of a platform that handles scale, security, and management of your IoT applications and devices.
36+
37+
## Control
38+
39+
What elements of your solution do you want to customize?
40+
41+
- Choose the platform services approach for total customization and control over the solution architecture.
42+
43+
- Choose the managed app platform approach to customize branding, dashboards, user roles, devices, and telemetry. However, you don't want to handle the underlying IoT system management overhead.
44+
45+
## Pricing
46+
47+
What pricing structure best fits your needs?
48+
49+
- Choose the platform services approach to fine-tune services and control my overall costs.
50+
51+
- Choose the managed app platform approach for a simple, predictable pricing structure.
52+
53+
## Summary
54+
55+
The platform services approach is appropriate for a business with cloud solution and device expertise that wants to:
56+
57+
- Fine-tune the services in the solution.
58+
- Have a high degree of control over the services in the solution.
59+
- Fully customize the solution.
60+
61+
The managed app platform approach is appropriate for a business that:
62+
63+
- Doesn't want to dedicate extensive resources to system design, development, and management.
64+
- Does want a predictable pricing structure.
65+
- Does want some customization capabilities.
66+
67+
## Next steps
68+
69+
For a more comprehensive explanation of the different services and platforms, and how they're used, see [Azure IoT services and technologies](iot-services-and-technologies.md).
70+
71+
For an in-depth discussion of IoT architecture, see the [Microsoft Azure IoT Reference Architecture](https://aka.ms/iotrefarchitecture).

0 commit comments

Comments
 (0)