My client wants to use their own proxy (url) to connect to the Dataverse or at least the outgoing connection has to go through their proxy. We are use an Azure Function and the current connection we use an IOrganizationService object and it is instantiated with ServiceClient where we pass the ClientSecret, ClientId as parameters.
Is there any way to put that proxy url into the connection?
Thank you very much for the help.