Lab - Azure CosmosDB - SQL API - Resources

You can use the below JSON items to add to a Cosmos DB database based on the SQL API

{
"customerid":"C1",
"customername":"UserA",
"customercity":"Chicago"
}


{
"customerid":"C2",
"customername":"UserB",
"customercity":"Chicago"
}


{
"customerid":"C3",
"customername":"UserC",
"customercity":"New York"
}