Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Fixed code snippet in Cosmos DB README #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CosmosDB/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down