端点为0.0.0.0:8585时,Azure API管理不适用于Service Fabric

时间:2018-07-19 12:43:33

标签: azure azure-api-management

我用应用程序托管的端点0.0.0.0:8616创建一个服务结构集群 enter image description here

我已将Api Managment后端配置为上述服务结构应用程序。这也是仅http请求。我可以直接通过服务结构访问服务。但是当我尝试通过API管理访问服务时失败。

service-fabric-backend (0.133 ms)
{
    "message": "Request is being forwarded to the backend service. Timeout set to 300 seconds",
    "request": {
        "method": "GET",
        "url": "http://0.0.0.0:8616/api/values",
        "headers": [
            {

service-fabric-backend (7.742 ms)
{
    "messages": [
        "Unable to connect to the remote server",
        "Error occured while calling backend service.",
        "The requested address is not valid in its context 0.0.0.0:8616"
    ]
}

当我使用相同的IP(例如10.0.0.4:8616)部署同一应用程序时。它通过API管理工作。这是预期的行为还是我需要做一些额外的配置。

0 个答案:

没有答案