カスタム競合解決ポリシーを使用する Azure Cosmos DB Core (SQL) API アカウントがある。アカウントには、実行時例外をスローするマージ プロシージャが登録されています。 実行時例外により、競合の解決が妨げられます。 競合を解決するには、Azure 関数を使用する必要があります。 何を使えばいいのでしょうか?
正解:D
The Azure Cosmos DB Trigger uses the Azure Cosmos DB Change Feed to listen for inserts and updates across partitions. The change feed publishes inserts and updates, not deletions.