Azure / azure-documentdb-datamigrationtool

Azure DocumentDB Data Migration Tool
MIT License
387 stars 183 forks source link

Reset data via Powershell #111

Closed ThomasVandenbon closed 4 years ago

ThomasVandenbon commented 4 years ago

Is there a way to reset databases and containers using Powershell? Similar as to how this is possible via "Reset data...".

I've noticed that I can use the Cosmos Data Migration Tool to automatically create the necessary Databases and Containers (which is great), but I can't find a way to delete these Databases and Containers when I want to reset the data.

nahk-ivanov commented 4 years ago

Hi,

You can delete databases or containers through PowerShell. Documentation is available here.

Regards, Alex.