diff --git a/content/admin/configuration/configuring-private-networking-for-hosted-compute-products/configuring-private-networking-for-github-hosted-runners.md b/content/admin/configuration/configuring-private-networking-for-hosted-compute-products/configuring-private-networking-for-github-hosted-runners.md index 61cd3dc49711..14fb0111eab1 100644 --- a/content/admin/configuration/configuring-private-networking-for-hosted-compute-products/configuring-private-networking-for-github-hosted-runners.md +++ b/content/admin/configuration/configuring-private-networking-for-hosted-compute-products/configuring-private-networking-for-github-hosted-runners.md @@ -113,53 +113,12 @@ You will use a script to automate configuring your Azure resources. direction: 'Outbound' destinationAddressPrefixes: [ '140.82.112.0/20' - '142.250.0.0/15' '143.55.64.0/20' - '192.30.252.0/22' '185.199.108.0/22' + '192.30.252.0/22' ] } - } - { - name: 'AllowInternetOutBoundMicrosoft' - properties: { - protocol: 'TCP' - sourcePortRange: '*' - destinationPortRange: '443' - sourceAddressPrefix: '*' - access: 'Allow' - priority: 230 - direction: 'Outbound' - destinationAddressPrefixes: [ - '13.64.0.0/11' - '13.96.0.0/13' - '13.104.0.0/14' - '20.33.0.0/16' - '20.34.0.0/15' - '20.36.0.0/14' - '20.40.0.0/13' - '20.48.0.0/12' - '20.64.0.0/10' - '20.128.0.0/16' - '52.224.0.0/11' - '204.79.197.200' - ] - } - } - { - name: 'AllowInternetOutBoundCannonical' - properties: { - protocol: 'TCP' - sourcePortRange: '*' - destinationPortRange: '443' - sourceAddressPrefix: '*' - destinationAddressPrefix: '185.125.188.0/22' - access: 'Allow' - priority: 240 - direction: 'Outbound' - destinationAddressPrefixes: [] - } - } + } ] } }