How To Update Record in Cosmos Db using python?
问题 I want to read record from cosmos db and update same record in cosmos db using python. example: { "id":"id-1", "name":"mohit" } I want to read the above record and update it to. { "id":"id-1", "name":"Mohit Singh" } I find few link but seems they only create or delete the record but not updating the existing record: https://github.com/Azure/azure-cosmos-python#modify-container-properties but unable to get how to update existing record. in my scenario i want to read all the record from cosmos