Azure / azure-iot-pcs-remote-monitoring-dotnet

Azure IoT .NET solution for Remote Monitoring
MIT License
162 stars 95 forks source link

Messages collection for new deployments still created in Cosmos DB #130

Closed aditidugar-zz closed 6 years ago

aditidugar-zz commented 6 years ago

Type of issue

Description

Messages collection is still created in Cosmos DB for new deployments that include TSI.

Screenshot

image

Steps to reproduce

  1. Deploy a new SA from solutions.com
  2. Visit the Cosmos DB resources in the Azure Portal
  3. Navigate to data explorer to see the collections.

Expected behavior

If TSI is deployed in the solution, the Cosmos DB instance should not have a messages collection. It should only have "pcs-storage" and "alarms".

Current behavior

Messages collection is created for all deployments.

Known workarounds

...

Possible solution

...

Context and Environment