Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Add more text. (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsh authored Aug 14, 2020
1 parent 29e9852 commit 17be9c9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions horizontal-arm/arm-read-write/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ namespace arm_read_write
{
class Program
{
//
//This is the arm-read-write application that simulates a virtual device
// and sends messages to an IoT Hub.
//The messages are routed automatically to a destination depending on the value of a string inthe message.
//Messages with the string set to "storage" are written to a storage account, where you can view them.
//This is the arm-read-write application that simulates a virtual device.
//It writes messages to the IoT Hub, which routes the messages automatically to a storage account,
//where you can view them.

// This was derived by the (more complicated) tutorial for routing
// https://docs.microsoft.com/en-us/azure/iot-hub/tutorial-routing
Expand Down

0 comments on commit 17be9c9

Please sign in to comment.