Hi @David Baker Thank you for posting your query on Microsoft Q&A and for using Azure services.
From my understanding you are asking if RequestResourceId can be set to the doc id via the .net Cosmos DB SDK.
The SDK does not populate any of the data on CDBDataPlaneRequests.Requests from the SDK. Requests from the SDK follow the RESTAPI contract.
A Replace operation will have the Url with the document Id. An Upsert operation will not
If you are doing Upsert on the SDK, then the id won't be on the Url.
Regards,
Oury