From 8a96f155280c4791c9a7b250a6d4666e062d7029 Mon Sep 17 00:00:00 2001 From: kafong123 <48328360+kafong123@users.noreply.github.com> Date: Tue, 19 Mar 2019 12:50:53 -0400 Subject: [PATCH] Fixed code snippet in Cosmos DB README The code snippet included in the README doesn't match with the query in screenshot --- CosmosDB/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CosmosDB/README.md b/CosmosDB/README.md index 127ed13..186c48e 100644 --- a/CosmosDB/README.md +++ b/CosmosDB/README.md @@ -66,7 +66,7 @@ Edit existing query to Add new query to consume data from IoTHub and store data ```sql SELECT - *, System.Timestamp as time + deviceId, avg(temperature) AS avgtemp INTO CosmosDB FROM