Skip to content

Commit 3516086

Browse files
remove supported region and update NSG template (#52399)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent 7454d17 commit 3516086

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

data/reusables/actions/azure-vnet-procedures-prereqs.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -213,18 +213,6 @@ You will use a script to automate configuring your Azure resources.
213213
destinationAddressPrefixes: []
214214
}
215215
}
216-
{
217-
name: 'DenyInternetOutBoundOverwrite'
218-
properties: {
219-
protocol: '*'
220-
sourcePortRange: '*'
221-
destinationPortRange: '*'
222-
sourceAddressPrefix: '*'
223-
destinationAddressPrefix: 'Internet'
224-
access: 'Deny'
225-
priority: 400
226-
direction: 'Outbound'
227-
}
228216
}
229217
]
230218
}

data/reusables/actions/azure-vnet-supported-regions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ The {% data variables.product.prodname_actions %} service supports a subset of a
77
<li><code>WestUs3</code></li>
88
<li><code>CentralUs</code></li>
99
<li><code>NorthCentralUs</code></li>
10-
<li><code>SouthCentralUs</code></li>
1110
<li><code>AustraliaEast</code></li>
1211
<li><code>JapanEast</code></li>
1312
<li><code>FranceCentral</code></li>
@@ -25,7 +24,6 @@ Azure private networking supports GPU runners in the following regions.
2524
* `EastUs`
2625
* `WestUs`
2726
* `NorthCentralUs`
28-
* `SouthCentralUs`
2927

3028
Azure private networking supports arm64 runners in the following regions.
3129

@@ -34,6 +32,5 @@ Azure private networking supports arm64 runners in the following regions.
3432
* `WestUs2`
3533
* `WestUs3`
3634
* `NorthCentralUs`
37-
* `SouthCentralUs`
3835

3936
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)