When trying to migrate data between two CosmosDB accounts using the Operations section fails when you use RBAC auth with:
System.InvalidOperationException: This instance has already started one or more requests. Properties can only be modified before sending the first request.
The exact same configuration using a ConnectionString works but AccountEndpoint with UseRbacAuth gives the previous error.
Example failing config:

When trying to migrate data between two CosmosDB accounts using the
Operationssection fails when you use RBAC auth with:System.InvalidOperationException: This instance has already started one or more requests. Properties can only be modified before sending the first request.The exact same configuration using a
ConnectionStringworks butAccountEndpointwithUseRbacAuthgives the previous error.Example failing config: