Megosztás a következőn keresztül:


App Service Environments - Get Outbound Network Dependencies Endpoints

Leírás az App Service-környezet összes kimenő függőségének hálózati végpontjainak lekéréséhez.

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

URI-paraméterek

Name In Kötelező Típus Description
name
path True

string

Az App Service-környezet neve.

resourceGroupName
path True

string

minLength: 1
maxLength: 90
pattern: ^[-\w\._\(\)]+[^\.]$

Annak az erőforráscsoportnak a neve, amelyhez az erőforrás tartozik.

subscriptionId
path True

string

Az Ön Azure előfizetési azonosítója. Ez egy GUID formátumú sztring (például 000000000-0000-0000-0000-0000000000).

api-version
query True

string

API-verzió

Válaszok

Name Típus Description
200 OK

OutboundEnvironmentEndpointCollection

OKÉ

Other Status Codes

DefaultErrorResponse

App Service-hibaválasz.

Biztonság

azure_auth

Azure Active Directory OAuth2-folyamat

Típus: oauth2
Folyamat: implicit
Engedélyezési URL: https://login.microsoftonline.com/common/oauth2/authorize

Hatókörök

Name Description
user_impersonation a felhasználói fiók megszemélyesítése

Példák

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

Mintakérelem

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

Mintaválasz

{
  "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
}

Definíciók

Name Description
DefaultErrorResponse

App Service-hibaválasz.

Details
EndpointDependency

A szolgáltatás által elért tartománynév, beleértve az aktuális kapcsolati állapot részleteit is.

EndpointDetail

Az App Service-környezet aktuális TCP-kapcsolati információi egyetlen végpontra.

Error

Hibamodell.

OutboundEnvironmentEndpoint

Az App Service-környezet által gyakran használt végpontokhoz kimenő hálózati hozzáférés szükséges.

OutboundEnvironmentEndpointCollection

Kimenő környezeti végpontok gyűjteménye

DefaultErrorResponse

App Service-hibaválasz.

Name Típus Description
error

Error

Hibamodell.

Details

Name Típus Description
code

string

Szabványosított sztring a hiba programozott azonosításához.

message

string

Részletes hibaleírás és hibakeresési információk.

target

string

Részletes hibaleírás és hibakeresési információk.

EndpointDependency

A szolgáltatás által elért tartománynév, beleértve az aktuális kapcsolati állapot részleteit is.

Name Típus Description
domainName

string

A függőség tartományneve.

endpointDetails

EndpointDetail[]

A DomainName-hez való csatlakozáskor használt IP-címek és portok.

EndpointDetail

Az App Service-környezet aktuális TCP-kapcsolati információi egyetlen végpontra.

Name Típus Description
ipAddress

string

Egy IP-cím, amelyre a tartománynév jelenleg fel van oldva.

isAccessible

boolean

Lehetséges-e TCP-kapcsolat létrehozása az App Service-környezetből ebbe az IpAddressbe ezen a porton.

latency

number (double)

Ezredmásodperc alatt létrejön egy TCP-kapcsolat az App Service-környezetből ebbe az IpAddressbe ezen a porton.

port

integer (int32)

Az a port, amelyhez a végpont csatlakozik.

Error

Hibamodell.

Name Típus Description
code

string

Szabványosított sztring a hiba programozott azonosításához.

details

Details[]

Részletes hibák.

innererror

string

További információ a hibakereséshez.

message

string

Részletes hibaleírás és hibakeresési információk.

target

string

Részletes hibaleírás és hibakeresési információk.

OutboundEnvironmentEndpoint

Az App Service-környezet által gyakran használt végpontokhoz kimenő hálózati hozzáférés szükséges.

Name Típus Description
category

string

Az App Service Environment által elért szolgáltatás típusa, például az Azure Storage, az Azure SQL Database és az Azure Active Directory.

endpoints

EndpointDependency[]

Azok a végpontok, amelyeknél az App Service-környezet eléri a szolgáltatást.

OutboundEnvironmentEndpointCollection

Kimenő környezeti végpontok gyűjteménye

Name Típus Description
nextLink

string

Hivatkozás az erőforrások következő oldalára.

value

OutboundEnvironmentEndpoint[]

Erőforrások gyűjteménye.