You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/self-hosted-gateway-overview.md
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,8 @@ Self-hosted gateways require outbound TCP/IP connectivity to Azure on port 443.
62
62
63
63
To operate properly, each self-hosted gateway needs outbound connectivity on port 443 to the following endpoints associated with its cloud-based API Management instance:
64
64
65
-
* The public IP address of the API Management instance in its primary location
66
-
* The hostname of the instance's management endpoint: `<apim-service-name>.management.azure-api.net`
67
-
* The hostname of the instance's associated blob storage account: `<blob-storage-account-name>.blob.core.windows.net`
68
-
* The hostname of the instance's associated table storage account: `<table-storage-account-name>.table.core.windows.net`
69
-
* Public IP addresses from the Storage [service tag](../virtual-network/service-tags-overview.md) corresponding to the primary location of the API Management instance
The self-hosted gateway v2 requires the following:
82
+
83
+
* The public IP address of the API Management instance in its primary location
84
+
* The hostname of the instance's configuration endpoint: `<apim-service-name>.configuration.azure-api.net`
85
+
86
+
Additionally,customers that use API inspector or quotas in their policies have to ensure that the following additional dependencies are accessible:
87
+
88
+
* The hostname of the instance's associated blob storage account: `<blob-storage-account-name>.blob.core.windows.net`
89
+
* The hostname of the instance's associated table storage account: `<table-storage-account-name>.table.core.windows.net`
90
+
* Public IP addresses from the Storage [service tag](../virtual-network/service-tags-overview.md) corresponding to the primary location of the API Management instance
91
+
92
+
#### Gateway v1 requirements
93
+
94
+
The self-hosted gateway v1 requires the following:
95
+
96
+
* The public IP address of the API Management instance in its primary location
97
+
* The hostname of the instance's management endpoint: `<apim-service-name>.management.azure-api.net`
98
+
* The hostname of the instance's associated blob storage account: `<blob-storage-account-name>.blob.core.windows.net`
99
+
* The hostname of the instance's associated table storage account: `<table-storage-account-name>.table.core.windows.net`
100
+
* Public IP addresses from the Storage [service tag](../virtual-network/service-tags-overview.md) corresponding to the primary location of the API Management instance
101
+
82
102
### Connectivity failures
83
103
84
104
When connectivity to Azure is lost, the self-hosted gateway is unable to receive configuration updates, report its status, or upload telemetry.
0 commit comments