What should you recommend?
You have an Azure Cosmos DB account named Account1 that uses the SQI. API Account1 contains a database named DB1. DB1 contains a collection named Coll. The default TTL value for Coll1 is-1.
You plan to develop an application that will include a Cosmos DB trigger in an Azure function.
You need to recommend a process to remove documents from Coll1.
The solution must meet the following requirements:
– Ensure that the removed documents are recorded in the change feed.
– Minimize request unit (RU) consumption.
What should you recommend?
A . Change the default TTL value for Coll1 to 1 Set the TTL value for the documents to-1. Delete the documents.
B, Add a property named IsDeleted to the documents and set the value to True, Delete the documents.
B . Add a property named IsDeleted to the documents and set the value to True. Set the TTL value for the documents to 1.
D Set the TTL value for the documents to-1 Delete the documents.
Answer:
Latest 70-777 Dumps Valid Version with 57 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
The answer should be C