8

I have a cosmosDB with mongo API, however there are many features not supported in this API so I want to switch to SQL API?

Jeffrey C
  • 364
  • 4
  • 13

1 Answers1

7

As things stand today it is not possible to switch you account from one type to another.

This is what you need to do if you need to switch to the SQL API:

  1. Create a SQL API Cosmos DB Account
  2. Download the Cosmos DBmigration tool
  3. Migrate all the data from the MongoDB account to the SQL API account
  4. Delete the MongoDB account
Nick Chapsas
  • 6,872
  • 1
  • 20
  • 29