Skip to content

Commit bae3ee4

Browse files
New Azure private networking region availability (#50436)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
1 parent d315fcb commit bae3ee4

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed
Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
The {% data variables.product.prodname_actions %} service supports a subset of all the regions that Azure provides. To facilitate communication between the {% data variables.product.prodname_actions %} service and your subnet, your subnet must be in one of the following supported regions.
22

3-
- `EastUs`
4-
- `EastUs2`
5-
- `WestUs2`
6-
- `AustraliaEast`
7-
- `CentralUs`
8-
- `FranceCentral`
9-
- `NorthEurope`
10-
- `NorwayEast`
11-
- `SoutheastAsia`
12-
- `SwitzerlandNorth`
13-
- `UkSouth`
3+
<ul style="-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;">
4+
<li><code>EastUs</code></li>
5+
<li><code>EastUs2</code></li>
6+
<li><code>WestUs2</code></li>
7+
<li><code>WestUs3</code></li>
8+
<li><code>CentralUs</code></li>
9+
<li><code>NorthCentralUs</code></li>
10+
<li><code>SouthCentralUs</code></li>
11+
<li><code>AustraliaEast</code></li>
12+
<li><code>JapanEast</code></li>
13+
<li><code>FranceCentral</code></li>
14+
<li><code>GermanyWestCentral</code></li>
15+
<li><code>NorthEurope</code></li>
16+
<li><code>NorwayEast</code></li>
17+
<li><code>SwedenCentral</code></li>
18+
<li><code>SwitzerlandNorth</code></li>
19+
<li><code>UkSouth</code></li>
20+
<li><code>SoutheastAsia</code></li>
21+
</ul>
1422

1523
Azure private networking supports GPU runners in the following regions.
1624

@@ -19,4 +27,4 @@ Azure private networking supports GPU runners in the following regions.
1927
- `NorthCentralUs`
2028
- `SouthCentralUs`
2129

22-
You may also use global virtual network peering to connect virtual networks across Azure regions. For more information, see [Virtual network peering](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview) in the Azure documentation.
30+
If your desired region is not supported, please submit a request for new region availability in [this GitHub form](https://resources.github.com/private-networking-for-github-hosted-runners-with-azure-virtual-networks/). You may also use global virtual network peering to connect virtual networks across Azure regions. For more information, see [Virtual network peering](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview) in the Azure documentation.

0 commit comments

Comments
 (0)