我注册了 Dynamics 365 for Finance and Operations 的试用版。我正在尝试使用 Azure Logic App 连接到它并遇到问题。
乍一看,这似乎是一个重定向问题,可能与重定向到 HTTPS 有关。但是,如果我添加https://
到实例名称,则会收到 404 错误。
{
"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"
}
似乎连接器不明白https
。关于如何解决这个问题的任何想法?