Skip to content

Commit 34b1893

Browse files
committed
Final tweaks for from testing
1 parent af39961 commit 34b1893

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

articles/iot-hub/iot-hub-how-to-order-connection-state-events.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,9 @@ You have now run a sample application to collect connection and disconnection ev
248248

249249
### Observe events in Azure Cosmos DB
250250

251-
You can see results of the executed logic app in your Cosmos DB document. The document appears in your **Items** collection when you refresh the page. Each row contains the latest device connection state per device.
251+
You can see results of the executed logic app in your Cosmos DB document. The document appears in your **Items** collection when you refresh the page. Each connection state event generates a new document that's assigned a unique `id`. The following image shows the document created when the device was started (connected). The connected event type is listed in the JSON output.
252252

253-
![How to outcome](./media/iot-hub-how-to-order-connection-state-events/cosmosDB-outcome.png)
254-
:::image type="content" source="media/iot-hub-how-to-order-connection-state-events/logic-app-log.jpg" alt-text="Screenshot of the status updates on your logic app Overview page." lightbox="media/iot-hub-how-to-order-connection-state-events/logic-app-log.jpg":::
253+
:::image type="content" source="media/iot-hub-how-to-order-connection-state-events/cosmos-db-doc-result.jpg" alt-text="Screenshot of the newly generated connection state event in a Cosmos DB collection.":::
255254

256255
## Use the Azure CLI
257256

@@ -283,7 +282,7 @@ If you don't want to lose the work on your logic app, disable it instead of dele
283282

284283
### Cosmos DB
285284

286-
To remove an Azure Cosmos DB account from the Azure portal, right-click the account name and click **Delete account**. See detailed instructions for [deleting an Azure Cosmos DB account](../cosmos-db/how-to-manage-database-account.md).
285+
To remove an Azure Cosmos DB account from the Azure portal, go to your resource and select **Delete account** from the top menu bar. See detailed instructions for [deleting an Azure Cosmos DB account](../cosmos-db/how-to-manage-database-account.md).
287286

288287
## Next steps
289288

138 KB
Loading

0 commit comments

Comments
 (0)