Dears,
I have an API that communicate with CRM bidirectional. I published this API to Azure as App Service and added it to API Management.
Client asked me not to communicate with CRM directly from the API, he asked me to communicate through the APIM. my question is how can I do so when I am using the CrmServiceClient not dynamics API.
I am using it because I have bulk add/update/associate/diassociate operations.