Showing results for Azure - IoT Developer

Oct 15, 2019
0
0

Easily send random generated D2C messages to IoT Hub with Azure IoT Hub Tools

Zhenwei Zhang
Zhenwei Zhang

Z, a software engineer, developed an application about a smart home assistant using Azure IoT service, and he wonders if the application works fine. He want to send messages indicating time and temperature to IoT Hub from many devices simultaneously each for many iterations, so these messages should be formed in a similar template but the data ...

AzureAzure IoT HubAzure iot
Sep 26, 2019
0
0

Visual Studio Cloud Explorer now supports Azure IoT Hub Device Provisioning Service

Chaoyi Yuan
Chaoyi Yuan

In the world of IoT, there’re many device provisioning scenarios. For example, solution providers would expect a zero-touch provisioning to a single IoT solution without hardcoding IoT Hub connection information at the factory. The IoT Hub Device Provisioning Service is a helper service for IoT Hub that enables zero-touch, just-in-time ...

AzureAzure iotdps
Sep 24, 2019
0
0

Debug Azure IoT Edge C# Remote Linux Module Container with Visual Studio 2019 Version 16.3

Renlong Tu
Renlong Tu

With the 16.3 release of Visual Studio 2019, it starts to support debugging C# in Linux docker containers. This new feature can help developers easily debug remote Azure IoT Edge C# Linux module container. Let’s see how it works. Prerequisites Setup Your Linux machine Setup Your Development Machine Debug...

AzureAzure IoT HubAzure iot
Aug 13, 2019
0
0

Azure IoT DevOps Projects now General Available to help you easily initialize a CI/CD ready IoT Edge project

Chaoyi Yuan
Chaoyi Yuan

With the shift of modern software development, developers need to do more than ever. Having a CI/CD pipeline could help developers deliver value faster and more transparently. For Azure IoT Edge, we already have a built-in Azure IoT Edge task in Azure Pipelines to help you easily adopt DevOps with your Azure IoT Edge applications. Now we're excited...

IoTAzureIoT Edge
Jun 3, 2019
0
0

Azure IoT Tools make it easy to monitor custom Event Hub endpoints

Jun Han
Jun Han

With your Azure IoT application becomes more and more complicated, it is a common scenario that developers leverage IoT Hub message routing to send device-to-cloud messages to different endpoints. Therefore, we want to a convenient way to view and monitor the custom endpoints. With Azure IoT Tools, developers could not only view all the endpoints...

AzureAzure IoT HubVisual Studio Code
Jan 11, 2019
0
0

Azure IoT Hub for VS Code 2.1.0: Great performance optimization, more code generation templates and UX improvement

Jun Han
Jun Han

Happy New Year! Azure IoT Hub for VS Code 2.1.0 is the first version released in the year of 2019. In the release, we have several great updates for performance optimization, code generation and user experience! You could see the full Changelog here: https://marketplace.visualstudio.com/items/vsciot-vscode.azure-iot-toolkit/changelog

IoTAzureInternet of Things
Nov 13, 2018
0
0

Setup Azure IoT Edge CI/CD Pipeline with ARM Agent

michaeljqzq
michaeljqzq

Azure IoT Edge is a fully managed service that delivers cloud intelligence locally by deploying and running artificial intelligence (AI), Azure services, and custom logic directly on cross-platform IoT devices. An Edge solution contains one or more modules, which are hosted as docker images and run in docker container on Edge device. In order for ...

AzureAzure iotAzure IoT Edge
Nov 5, 2018
1
0

A Workaround to Run Azure IoT Edge on ARM64 Devices

Ray Fang
Ray Fang

Azure IoT Edge went generally available in June, with official support for AMD64 and ARM32 platforms. Recently, more and more developers from the community requested to run Azure IoT Edge on ARM64 (a.k.a. AArch64) devices such NVIDIA TX2. While the ARM64 support of Azure IoT Edge is still in progress, this post will introduce a workaround. ...

IoTAzureInternet of Things