Hi All,
I have an Azure function, which accepts the CRM organization name as a query string parameter, connects to that particular CRM instance and creates a record.
The Azure Function works when the organization name is passed, successfully authenticates and creates the record.
But when I pass the organization unique name,the authentication is successful, but i get an error while trying to do any operation.
I get the following error:
Am I missing out on something here?









