I signed up for a trial version of Dynamics 365 for Finance and Operations. I am trying to connect to it using Azure Logic App and running into issues.
At first it seems like a redirect problem, which could possibly be related to redirect to HTTPS. However, if I add https://
to the Instance name, then I get the 404 error.
{
"status": 404,
"message": "The remote name could not be resolved.\r\n inner exception: An error occurred while sending the request.\r\n inner exception: The remote name could not be resolved: 'https'\r\nclientRequestId: a3a434ce-9ce4-4fe3-a04b-ab9dded1ba73",
"source": "dynamicsax-logic-cp-canadacentral.logic-ase-canadacentral.p.azurewebsites.net"
}
It seems like the connector does not understand https
. Any ideas on how to resolve this?