Hello,
I want to migrate the data from Cosmos Table API to a json file.
I have copied the PRIMARY CONNECTION STRING from the portal and this is the command I am trying to run:
dt.exe /s:DocumentDB /s.ConnectionString:"PRIMARY CONNECTION STRING" /s.Collection:application /t:JsonFile
OR:
dt.exe /s:DocumentDB /s.ConnectionString:"PRIMARY CONNECTION STRING;Database=TablesDB" /s.Collection:application /t:JsonFile
and I receive this error:
Critical error: DocumentDB account end-point URL should be provided as part of the connection string
What am I missing?