Handling 4xx in CosmosBulkOperations
When CosmosDb throws 4xx, it is logged and not thrown. With this API returns 201 in response. Catching exception from CosmosDB and throwing it to return correct response.
When CosmosDb throws 4xx, it is logged and not thrown. With this API returns 201 in response. Catching exception from CosmosDB and throwing it to return correct response.