你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

App Service Environments - Get Outbound Network Dependencies Endpoints

获取应用服务环境的所有出站依赖项的网络终结点的说明。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/outboundNetworkDependenciesEndpoints?api-version=2023-12-01

URI 参数

名称 必需 类型 说明
name
path True

string

应用服务环境的名称。

resourceGroupName
path True

string

资源所属的资源组的名称。

Regex pattern: ^[-\w\._\(\)]+[^\.]$

subscriptionId
path True

string

Azure 订阅 ID。 这是一个 GUID 格式的字符串, (例如 00000000-0000-0000-0000-0000000000000) 。

api-version
query True

string

API 版本

响应

名称 类型 说明
200 OK

OutboundEnvironmentEndpointCollection

确定

Other Status Codes

DefaultErrorResponse

App 服务错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 流

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名称 说明
user_impersonation 模拟用户帐户

示例

Get the network endpoints of all outbound dependencies of an App Service Environment.

Sample Request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/Sample-WestUSResourceGroup/providers/Microsoft.Web/hostingEnvironments/SampleAse/outboundNetworkDependenciesEndpoints?api-version=2023-12-01

Sample Response

{
  "value": [
    {
      "category": "Azure Storage",
      "endpoints": [
        {
          "domainName": "blob.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "52.183.104.36",
              "port": 80,
              "latency": 42.0469,
              "isAccessible": true
            },
            {
              "ipAddress": "52.183.104.36",
              "port": 443,
              "latency": 41.7038,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "queue.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "52.183.104.25",
              "port": 80,
              "latency": 37.326,
              "isAccessible": true
            },
            {
              "ipAddress": "52.183.104.25",
              "port": 443,
              "latency": 37.513600000000004,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "table.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "52.183.104.26",
              "port": 80,
              "latency": 32.789,
              "isAccessible": true
            },
            {
              "ipAddress": "52.183.104.26",
              "port": 443,
              "latency": 1.8702,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "file.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "52.183.104.28",
              "port": 80,
              "latency": 36.7378,
              "isAccessible": true
            },
            {
              "ipAddress": "52.183.104.28",
              "port": 443,
              "latency": 36.7108,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "blob.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.64",
              "port": 80,
              "latency": 4.0261000000000005,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.64",
              "port": 443,
              "latency": 3.8264,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "queue.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.73",
              "port": 80,
              "latency": 40.8523,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.73",
              "port": 443,
              "latency": 40.7501,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "table.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.74",
              "port": 80,
              "latency": 1.2071,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.74",
              "port": 443,
              "latency": 38.2975,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "file.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.76",
              "port": 80,
              "latency": 59.383700000000005,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.76",
              "port": 443,
              "latency": 60.0775,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "blob.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.64",
              "port": 80,
              "latency": 3.5512,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.64",
              "port": 443,
              "latency": 2.6777,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "queue.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.73",
              "port": 80,
              "latency": 3.5204,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.73",
              "port": 443,
              "latency": 2.8193,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "table.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.74",
              "port": 80,
              "latency": 3.2720000000000002,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.74",
              "port": 443,
              "latency": 3.0147,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "file.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.76",
              "port": 80,
              "latency": 3.2387,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.76",
              "port": 443,
              "latency": 3.2804,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "blob.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.66.176.16",
              "port": 80,
              "latency": 43.025200000000005,
              "isAccessible": true
            },
            {
              "ipAddress": "13.66.176.16",
              "port": 443,
              "latency": 43.1683,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "queue.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.66.176.25",
              "port": 80,
              "latency": 41.8598,
              "isAccessible": true
            },
            {
              "ipAddress": "13.66.176.25",
              "port": 443,
              "latency": 41.9805,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "table.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.66.176.26",
              "port": 80,
              "latency": 30.542900000000003,
              "isAccessible": true
            },
            {
              "ipAddress": "13.66.176.26",
              "port": 443,
              "latency": 0.9832000000000001,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "file.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.66.176.28",
              "port": 80,
              "latency": 35.9562,
              "isAccessible": true
            },
            {
              "ipAddress": "13.66.176.28",
              "port": 443,
              "latency": 36.0643,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "blob.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.64",
              "port": 80,
              "latency": 3.2829,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.64",
              "port": 443,
              "latency": 2.3393,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "queue.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.73",
              "port": 80,
              "latency": 3.4103000000000003,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.73",
              "port": 443,
              "latency": 4.1032,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "table.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.74",
              "port": 80,
              "latency": 3.1141,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.74",
              "port": 443,
              "latency": 3.0247,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "file.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.76",
              "port": 80,
              "latency": 2.834,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.76",
              "port": 443,
              "latency": 2.8198000000000003,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "blob.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.64",
              "port": 80,
              "latency": 1.3855000000000002,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.64",
              "port": 443,
              "latency": 1.0594000000000001,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "queue.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.73",
              "port": 80,
              "latency": 2.4717000000000002,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.73",
              "port": 443,
              "latency": 2.4827,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "table.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.74",
              "port": 80,
              "latency": 3.395,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.74",
              "port": 443,
              "latency": 3.1701,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "file.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.76",
              "port": 80,
              "latency": 1.4308,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.76",
              "port": 443,
              "latency": 22.5866,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "blob.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.64",
              "port": 80,
              "latency": 2.5372,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.64",
              "port": 443,
              "latency": 2.4626,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "queue.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.73",
              "port": 80,
              "latency": 3.7873,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.73",
              "port": 443,
              "latency": 4.1911000000000005,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "table.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.74",
              "port": 80,
              "latency": 2.9162000000000003,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.74",
              "port": 443,
              "latency": 2.7896,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "file.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.77.184.76",
              "port": 80,
              "latency": 26.723100000000002,
              "isAccessible": true
            },
            {
              "ipAddress": "13.77.184.76",
              "port": 443,
              "latency": 26.735200000000003,
              "isAccessible": true
            }
          ]
        }
      ]
    },
    {
      "category": "Azure SQL Database",
      "endpoints": [
        {
          "domainName": "database.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "13.66.226.202",
              "port": 1433,
              "latency": 1.5964,
              "isAccessible": true
            }
          ]
        }
      ]
    },
    {
      "category": "Azure Management",
      "endpoints": [
        {
          "domainName": "management.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "23.102.135.246",
              "port": 443,
              "latency": 46.5764,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "admin.core.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "23.102.135.247",
              "port": 443,
              "latency": 47.408,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "management.azure.com",
          "endpointDetails": [
            {
              "ipAddress": "52.151.25.45",
              "port": 443,
              "latency": 3.9529,
              "isAccessible": true
            }
          ]
        }
      ]
    },
    {
      "category": "Azure Active Directory",
      "endpoints": [
        {
          "domainName": "graph.windows.net",
          "endpointDetails": [
            {
              "ipAddress": "20.190.133.83",
              "port": 443,
              "latency": 3.2264,
              "isAccessible": true
            },
            {
              "ipAddress": "20.190.133.81",
              "port": 443,
              "latency": 3.2264,
              "isAccessible": true
            },
            {
              "ipAddress": "20.190.133.67",
              "port": 443,
              "latency": 3.2264,
              "isAccessible": true
            },
            {
              "ipAddress": "40.126.5.34",
              "port": 443,
              "latency": 3.2264,
              "isAccessible": true
            }
          ]
        }
      ]
    },
    {
      "category": "Regional Service",
      "endpoints": [
        {
          "domainName": "gr-prod-mwh.cloudapp.net",
          "endpointDetails": [
            {
              "ipAddress": "13.66.225.188",
              "port": 443,
              "latency": 3.3826,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "az-prod.metrics.nsatc.net",
          "endpointDetails": [
            {
              "ipAddress": "40.77.24.27",
              "port": 443,
              "latency": 38.5647,
              "isAccessible": true
            }
          ]
        }
      ]
    },
    {
      "category": "SSL Certificate Verification",
      "endpoints": [
        {
          "domainName": "ocsp.msocsp.com",
          "endpointDetails": [
            {
              "ipAddress": "104.18.25.243",
              "port": 80,
              "latency": 6.0651,
              "isAccessible": true
            },
            {
              "ipAddress": "104.18.25.243",
              "port": 443,
              "latency": 12.888,
              "isAccessible": true
            },
            {
              "ipAddress": "104.18.24.243",
              "port": 80,
              "latency": 6.0651,
              "isAccessible": true
            },
            {
              "ipAddress": "104.18.24.243",
              "port": 443,
              "latency": 12.888,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "mscrl.microsoft.com",
          "endpointDetails": [
            {
              "ipAddress": "152.199.4.33",
              "port": 80,
              "latency": 6.742900000000001,
              "isAccessible": true
            },
            {
              "ipAddress": "152.199.4.33",
              "port": 443,
              "latency": 7.436100000000001,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "crl.microsoft.com",
          "endpointDetails": [
            {
              "ipAddress": "23.215.102.10",
              "port": 80,
              "latency": 25.136200000000002,
              "isAccessible": true
            },
            {
              "ipAddress": "23.215.102.10",
              "port": 443,
              "latency": 25.0085,
              "isAccessible": true
            },
            {
              "ipAddress": "23.215.102.42",
              "port": 80,
              "latency": 25.136200000000002,
              "isAccessible": true
            },
            {
              "ipAddress": "23.215.102.42",
              "port": 443,
              "latency": 25.0085,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "www.microsoft.com",
          "endpointDetails": [
            {
              "ipAddress": "23.49.13.56",
              "port": 80,
              "latency": 7.9229,
              "isAccessible": true
            },
            {
              "ipAddress": "23.49.13.56",
              "port": 443,
              "latency": 8.4871,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "crl3.digicert.com",
          "endpointDetails": [
            {
              "ipAddress": "72.21.91.29",
              "port": 80,
              "latency": 5.4074,
              "isAccessible": true
            },
            {
              "ipAddress": "72.21.91.29",
              "port": 443,
              "latency": 5.577,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "ocsp.digicert.com",
          "endpointDetails": [
            {
              "ipAddress": "72.21.91.29",
              "port": 80,
              "latency": 6.8989,
              "isAccessible": true
            },
            {
              "ipAddress": "72.21.91.29",
              "port": 443,
              "latency": 5.667400000000001,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "cacerts.digicert.com",
          "endpointDetails": [
            {
              "ipAddress": "104.18.11.39",
              "port": 80,
              "latency": 10.772400000000001,
              "isAccessible": true
            },
            {
              "ipAddress": "104.18.11.39",
              "port": 443,
              "latency": 10.7705,
              "isAccessible": true
            },
            {
              "ipAddress": "104.18.10.39",
              "port": 80,
              "latency": 10.772400000000001,
              "isAccessible": true
            },
            {
              "ipAddress": "104.18.10.39",
              "port": 443,
              "latency": 10.7705,
              "isAccessible": true
            }
          ]
        },
        {
          "domainName": "www.thawte.com",
          "endpointDetails": [
            {
              "ipAddress": "54.69.98.161",
              "port": 80,
              "latency": 47.532900000000005,
              "isAccessible": true
            },
            {
              "ipAddress": "54.69.98.161",
              "port": 443,
              "latency": 48.5362,
              "isAccessible": true
            },
            {
              "ipAddress": "35.167.62.148",
              "port": 80,
              "latency": 47.532900000000005,
              "isAccessible": true
            },
            {
              "ipAddress": "35.167.62.148",
              "port": 443,
              "latency": 48.5362,
              "isAccessible": true
            }
          ]
        }
      ]
    }
  ],
  "nextLink": null
}

定义

名称 说明
DefaultErrorResponse

App 服务错误响应。

Details
EndpointDependency

访问服务的域名,包括当前连接状态的详细信息。

EndpointDetail

从应用服务环境到单个终结点的当前 TCP 连接信息。

Error

错误模型。

OutboundEnvironmentEndpoint

为应用服务环境需要出站网络访问的常见目的而访问的终结点。

OutboundEnvironmentEndpointCollection

出站环境终结点集合

DefaultErrorResponse

App 服务错误响应。

名称 类型 说明
error

Error

错误模型。

Details

名称 类型 说明
code

string

标准化字符串,用于以编程方式标识错误。

message

string

详细的错误说明和调试信息。

target

string

详细的错误说明和调试信息。

EndpointDependency

访问服务的域名,包括当前连接状态的详细信息。

名称 类型 说明
domainName

string

依赖项的域名。

endpointDetails

EndpointDetail[]

连接到 DomainName 时使用的 IP 地址和端口。

EndpointDetail

从应用服务环境到单个终结点的当前 TCP 连接信息。

名称 类型 说明
ipAddress

string

域名当前解析到的 IP 地址。

isAccessible

boolean

是否可以在此端口上创建从 应用服务环境到此 IpAddress 的 TCP 连接。

latency

number

创建从应用服务环境到此端口上的此 IpAddress 的 TCP 连接所花费的时间(以毫秒为单位)。

port

integer

终结点连接到的端口。

Error

错误模型。

名称 类型 说明
code

string

标准化字符串,用于以编程方式标识错误。

details

Details[]

详细错误。

innererror

string

调试错误的详细信息。

message

string

详细的错误说明和调试信息。

target

string

详细的错误说明和调试信息。

OutboundEnvironmentEndpoint

为应用服务环境需要出站网络访问的常见目的而访问的终结点。

名称 类型 说明
category

string

应用服务环境访问的服务类型,例如 Azure 存储、Azure SQL数据库和 Azure Active Directory。

endpoints

EndpointDependency[]

应用服务环境到达服务的终结点。

OutboundEnvironmentEndpointCollection

出站环境终结点集合

名称 类型 说明
nextLink

string

链接到下一页资源。

value

OutboundEnvironmentEndpoint[]

资源集合。