The most recent method is to use bulk support in the .NET SDK v3. A full tutorial is here:
https://docs.microsoft.com/en-us/azure/cosmos-db/tutorial-sql-api-dotnet-bulk-import
You’ll want to at least temporarily increase the throughput on the database to allow for your desired ingestion speed.
CLICK HERE to find out more related problems solutions.