Add-CosmosDB Cmdlet
Inserts Azure Cosmos DB data.
Syntax
Add-CosmosDB [parameters]
Remarks
The Add-CosmosDB cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Azure Cosmos DB records.
Add-CosmosDB -Connection $connection -Table "[CData].[Entities].Customers" -Columns @("CompanyName") -Values @("Jon Deere")