I am trying to connect to the trial version of D365 for Finance and Operations using Azure Logic App.
I am getting the 302 Redirect error.
I initially thought it was related to HTTPS, but when I add https to the Instance address I get the following error. Am I connecting correctly to the trial instance of D365 FO?
{
"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"
}