Posts by this author

Jun 3, 2019
0
0

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

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 i...

AzureAzure IoT HubVisual Studio Code
Mar 15, 2019
0
0

Read Azure IoT Hub device-to-cloud messages from the built-in and custom endpoints

IoT Hub Message Routing enables users to route device-to-cloud messages to service-facing endpoints. An IoT hub has a default built-in endpoint. You can create custom endpoints to route messages to by linking other services in your subscription to the hub. IoT Hub currently supports Azure Storage containers, Event Hubs, Service Bus queues, and Serv...

Azure IoT Hub
Nov 2, 2018
0
0

Azure IoT Hub for VS Code: 200K installs, Open Source always on the Way

Really another milestone! We are glad to see that the Azure IoT Hub for VS Code has reached 200K installs now, with all 5-star ratings. More and more Azure IoT developers are using Azure IoT Hub for VS Code in their daily work. Azure IoT Hub for VS Code makes it easy to develop, build, deploy and test your Azure IoT application in the same develope...

Internet of ThingsAzure IoT HubVisual Studio Code
Aug 31, 2018
0
0

Azure IoT Toolkit supports C#, Go, Java, Node.js, PHP, Python and Ruby to develop Azure IoT application in VS Code

With the latest release of Azure IoT Toolkit, lots of popular languages are supported to quickly create an Azure IoT application in VS Code: C#, Go, Java, Node.js, PHP, Python and Ruby! (Note: For C#, Java, Node.js and Python, it is based on Azure IoT Hub SDK, while for Go, PHP and Ruby, it is based on Azure IoT Hub REST API.) What's your favorite ...

IoTAzureInternet of Things
Jul 26, 2018
0
0

Azure IoT Toolkit 1.1.0 for VS Code released: Welcome page, generate SAS token, deploy Edge device at scale and more!

Shortly after GA of Azure IoT Toolkit for VS Code, We are pleased to announce that the 1.1.0 release of the Azure IoT Toolkit extension for Visual Studio Code is now available from the marketplace. You can download the Azure IoT Toolkit extension from the marketplace, or install it directly from the extension gallery in Visual Studio Code. Let's se...

IoTAzureAzure IoT Hub
Jul 19, 2018
1
0

Use VS Code to call Azure IoT Hub REST APIs

The REST APIs for IoT Hub offer programmatic access to the device, messaging, and job services, as well as the resource provider, in IoT Hub. With the Azure IoT Toolkit extension for Visual Studio Code, you could easily use IoT Hub REST APIs in VS Code, no extra toolchain needed! Let's see how quick it is to send a device-to-cloud message to Azure ...

IoTAzure IoT HubVisual Studio Code
Jul 12, 2018
0
0

Use VS Code as IoT Hub Device Simulator — Say Hello to Azure IoT Hub in 5 Minutes

When doing development for Azure IoT solutions, developers may want to test and debug his cloud solution with a real device. However, not every developer has a real device in his hand.  With the Azure IoT Toolkit extension for Visual Studio Code, you could easily use VS Code as a device simulator to quickly interact with Azure IoT Hub. Let's see ho...

IoTAzure IoT HubVisual Studio Code