Winvision / vsts-tasks

Winvision Build and Release Tasks for Azure DevOps and DevOps Server
MIT License
3 stars 4 forks source link

How to Create the DB prior to Collections #6

Closed KZeronimo closed 6 years ago

KZeronimo commented 6 years ago

What is the recommendation for creating the Cosmos DB that is required prior to creating / updating collections

KZeronimo commented 6 years ago

I see - we add the Database=Foo to the connection string - I think I have the same fundamental problem as issue #4 - closing this issue

ppluijten commented 5 years ago

For future reference, the Create collection action creates a database if it does not exist, using the Database=[databasename] part of the connection string; the Update collection action does not (yet).