Hi I'm trying to insert records in bulk using ADF Mapping Flows. Source is in csv format. However I get the following error when debugging:
{"StatusCode":"DFExecutorUserError","Message":"Job failed due to reason: at Sink 'sink1': java.lang.IllegalStateException: com.microsoft.azure.documentdb.DocumentClientException: Reading or replacing offers is not supported for serverless accounts.\r\nActivityId: 6bfbf055-49fb-4547-94b9-0b09f4b15ecc, Microsoft.Azure.Documents.Common/2.11.0, StatusCode: BadRequest","Details":"at Sink 'sink1': java.lang.IllegalStateException: com.microsoft.azure.documentdb.DocumentClientException: Reading or replacing offers is not supported for serverless accounts.\r\nActivityId: 6bfbf055-49fb-4547-94b9-0b09f4b15ecc, Microsoft.Azure.Documents.Common/2.11.0, StatusCode: BadRequest"}
My understanding is that ADF is trying to change an offer and that conflicts with the fact that my db is in serverless mode. Is there any setting that I am missing to adjust here?