Compartir a través de

What Azure services I would use?

Roy 60 Puntos de reputación
2024-08-19T14:17:33.94+00:00

What services to use in Azure if I want to connect IoT devices to the cloud, allow users to control them from a mobile phone, and enable support to view and read data from variables over time for each product? In other words, I would need the capability to store data every minute for variables such as temperature, current, etc.

Azure
Azure

Plataforma e infraestructura de informática en la nube para crear, implementar y administrar aplicaciones y servicios a través de una red mundial de centros de datos administrados por Microsoft.

0 comentarios No hay comentarios

2 respuestas

Ordenar por: Muy útil
  1. Gao Chen 10,780 Puntos de reputación Personal externo de Microsoft Moderador
    2024-08-19T23:50:54.0833333+00:00

    Hello Roy,

    Welcome to Microsoft Q&A!

    To achieve your goals with Azure, you can use a combination of services tailored for IoT, mobile control, and data storage/visualization. Here’s a breakdown of the services you might consider:

    1. Connecting IoT Devices to the Cloud (Azure IoT Hub): This is the central service for connecting, monitoring, and managing IoT devices. It supports bi-directional communication between your IoT application and the devices
    2. Azure IoT Central: This is a fully managed IoT app platform that makes it easy to connect, monitor, and manage IoT assets at scale. It includes built-in support for mobile applications, allowing users to control devices from their phones
    3. Azure IoT Plug and Play: This feature allows you to quickly connect IoT devices to Azure IoT Central using a mobile app.
    4. Azure Data Explorer: This service is ideal for analyzing high volumes of data in near real-time. It can store and query data from your IoT devices.
    5. Azure Time Series Insights: This is a fully managed analytics, storage, and visualization service that makes it easy to explore and analyze time-series data from IoT devices.
    6. Azure Stream Analytics: This service can process and analyze streaming data from your IoT devices in real-time.
    7. Azure SQL Database: For structured data storage, you can use Azure SQL Database to store and query data from your IoT devices.

    The process of all of the services mentioned before should look like: Connect your IoT devices to Azure IoT Hub > Then Use Azure IoT Central for device management and mobile control > Store data in Azure Data Explorer or Azure SQL Database > Visualize and analyze data using Azure Time Series Insights or Azure Stream Analytics. In case you need the reference information used: https://learn.microsoft.com/en-us/azure/iot/iot-overview-device-connectivity, https://learn.microsoft.com/en-us/azure/iot/iot-phone-app-how-to and https://learn.microsoft.com/en-us/azure/iot/iot-overview-analyze-visualize

    I hope the information provided was useful, I will be waiting for your response.

    Best Regards,

    Gao.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    ¿Le ha resultado útil esta respuesta?

    1 persona ha encontrado útil esta respuesta.

  2. Roy 60 Puntos de reputación
    2024-08-21T18:53:17.0333333+00:00

    Very clear answer, thank you very much for the input!

    ¿Le ha resultado útil esta respuesta?


Su respuesta

Las respuestas pueden ser marcadas como "Aceptadas" por el autor de la pregunta y "Recomendadas" por los moderadores, lo que ayuda a los usuarios a saber que la respuesta ha resuelto el problema del autor.