Автор статьи
Andrey FedorovCategories
-
Meta
Tag Archives: Azure IoT
How to remove records from Cosmos DB
There is no direct way how to remove a bunch of records from Cosmos DB. Simple query like DELETE * FROM c where c.IoTHub.ConnectionDeviceId != "VariablSpeedDrivesSimulator_test" doesn’t work. But workaround exists. You should create a stored procedure bulkDeleteSproc: /** * … Continue reading
Azure IoT Solutions. Stopping/starting Azure IoT related services to cut costs.
After installing Azure IoT Solutions (free trial) in a couple days you’ll realize that IoT related services permanently consume your money and there is no easy way (the one button) how to manage this. Money just dries up. But, it’s … Continue reading