Skip to content

Use a WHERE clause to delete documents within a Cosmos DB container

License

Notifications You must be signed in to change notification settings

Soneritics/CosmosDbDeleteQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CosmosDbDeleteQuery

Use a WHERE clause to delete documents within a Cosmos DB container

How does it look?

setup

execution

What can I do with it?

Ever wanted to delete multiple documents, but the Microsoft Azure Storage Explorer won't let you? This tool will help. It's as easy as writing a SQL query. Actually, you will only need to provide the WHERE clause.

DELETE FROM c
WHERE .....

Notes & remarks

It's a dev tool.. ;-)

About

Use a WHERE clause to delete documents within a Cosmos DB container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages