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
If you use Azure private networking for {% data variables.product.company_short %}-hosted runners, the supported Azure regions on {% data variables.enterprise.data_residency_site %} differ from those on {% data variables.product.prodname_dotcom_the_website %}.
@@ -95,6 +101,14 @@ If you use Azure private networking for {% data variables.product.company_short
95
101
| arm64 |`centralus`, `eastus2`, `westus3`|
96
102
| GPU |`centralus`, `eastus2`, `westus3`|
97
103
104
+
### Supported regions in Japan
105
+
106
+
| Runner type | Supported regions |
107
+
| ----------- | ----------------- |
108
+
| x64 |`japaneast`, `japanwest`|
109
+
| arm64 |`japaneast`, `japanwest`|
110
+
| GPU |`japaneast`|
111
+
98
112
### IP ranges for Azure private networking
99
113
100
114
#### EU
@@ -113,17 +127,30 @@ EU region:
113
127
* 20.240.220.192/28
114
128
* 20.240.211.208/28
115
129
116
-
#### Austrailia
130
+
#### Australia
117
131
118
132
Actions IPs:
119
133
* 4.147.140.77
120
134
* 20.53.114.78
121
135
122
-
Austraila region:
136
+
Australia region:
123
137
* 4.237.73.192/28
124
138
* 20.5.226.112/28
125
139
* 20.248.163.176/28
126
140
141
+
#### Japan
142
+
143
+
Actions IPs:
144
+
145
+
* 20.63.233.164
146
+
* 172.192.153.164
147
+
148
+
Japan region:
149
+
150
+
74.226.88.241
151
+
40.81.176.225
152
+
4.190.169.240
153
+
127
154
#### Required for all regions
128
155
129
156
*`Storage` service tag
@@ -160,35 +187,3 @@ Austraila region:
160
187
## IP ranges for {% data variables.product.prodname_importer_proper_name %}
161
188
162
189
If you're running a migration to your enterprise with {% data variables.product.prodname_importer_proper_name %}, you may need to add certain ranges to an IP allow list. See [AUTOTITLE](/migrations/using-github-enterprise-importer/migrating-between-github-products/managing-access-for-a-migration-between-github-products#configuring-ip-allow-lists-for-migrations).
Copy file name to clipboardExpand all lines: content/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,7 @@ topics:
19
19
shortTitle: GitHub's IP addresses
20
20
---
21
21
22
-
You can retrieve a list of the IP addresses for {% data variables.product.prodname_dotcom_the_website %} from the [meta](https://api.github.com/meta) API endpoint. For more information, see [AUTOTITLE](/rest/meta).
23
-
24
-
{% ifversion ghec %}
25
-
26
-
If you access {% data variables.product.github %} on a subdomain of {% data variables.enterprise.data_residency_site %}, the meta endpoint does not return IP ranges for your subdomain. See [AUTOTITLE](/admin/data-residency/network-details-for-ghecom#githubs-ip-addresses).
27
-
28
-
{% endif %}
22
+
You can retrieve a list of the IP addresses for your {% data variables.product.github %} environment from the [meta](https://api.github.com/meta) API endpoint. For more information, see [AUTOTITLE](/rest/meta).
29
23
30
24
> [!NOTE]
31
25
> The list of {% data variables.product.prodname_dotcom %} IP addresses returned by the Meta API is not intended to be an exhaustive list. For example, IP addresses for some {% data variables.product.prodname_dotcom %} services might not be listed, such as LFS or {% data variables.product.prodname_registry %}.
Copy file name to clipboardExpand all lines: content/migrations/using-github-enterprise-importer/migrating-between-github-products/managing-access-for-a-migration-between-github-products.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,9 @@ If the source of your migration is {% data variables.product.prodname_ghe_server
142
142
143
143
### IP ranges for {% data variables.enterprise.data_residency_site %}
144
144
145
-
{% data reusables.enterprise-migration-tool.ip-ranges-ghecom %}
145
+
You can get an up-to-date list of IP ranges used by {% data variables.product.prodname_importer_proper_name %} at any time with the "Get {% data variables.product.github %} meta information" endpoint of the REST API.
146
+
147
+
The `github_enterprise_importer` key in the response contains a list of IP ranges used for migrations.
146
148
147
149
In addition, if you are migrating from {% data variables.product.prodname_ghe_server %} and using a blob storage account with firewall rules:
0 commit comments