Skip to content

Commit b460b62

Browse files
jc-clarkSiaraMist
andauthored
Fast follow for Azure private networking with GitHub-hosted runners [GA] (#49977)
Co-authored-by: Siara <[email protected]>
1 parent 86ecbe1 commit b460b62

8 files changed

+14
-15
lines changed

Diff for: content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,15 @@ There are a few different approaches you could take to configure this access, ea
4141

4242
{% ifversion fpt %}
4343

44-
Organization owners using the {% data variables.product.prodname_team %} plan can configure {% data variables.product.company_short %}-hosted runners at the organization level. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/about-azure-private-networking-for-github-hosted-runners-in-your-organization)."
45-
46-
Enterprise owners using {% data variables.product.prodname_ghe_cloud %} can configure Azure private networking at the enterprise level. For more information about upgrading to {% data variables.product.prodname_ghe_cloud %}, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan)."
47-
48-
For more information about configuring Azure private networking at the enterprise level, see "[AUTOTITLE](/enterprise-cloud@latest/admin/configuration/configuring-private-networking-for-hosted-compute-products/about-azure-private-networking-for-github-hosted-runners-in-your-enterprise)."
44+
Organization owners using the {% data variables.product.prodname_team %} plan can configure Azure private networking for {% data variables.product.company_short %}-hosted runners at the organization level. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/about-azure-private-networking-for-github-hosted-runners-in-your-organization)."
4945

5046
{% endif %}
5147

5248
{% ifversion ghec %}
5349

54-
Enterprise owners can configure Azure private networking at the enterprise level. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/admin/configuration/configuring-private-networking-for-hosted-compute-products/about-azure-private-networking-for-github-hosted-runners-in-your-enterprise)."
50+
Enterprise owners can configure Azure private networking for {% data variables.product.company_short %}-hosted runners at the enterprise level. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/admin/configuration/configuring-private-networking-for-hosted-compute-products/about-azure-private-networking-for-github-hosted-runners-in-your-enterprise)."
5551

56-
Organization owners for organizations in an enterprise can configure {% data variables.product.company_short %}-hosted runners at the organization level. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/about-azure-private-networking-for-github-hosted-runners-in-your-organization)."
52+
Organization owners for organizations in an enterprise can configure Azure private networking for {% data variables.product.company_short %}-hosted runners at the organization level. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/about-azure-private-networking-for-github-hosted-runners-in-your-organization)."
5753

5854
{% endif %}
5955

Diff for: content/organizations/managing-organization-settings/about-azure-private-networking-for-github-hosted-runners-in-your-organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'You can create create a private network configuration for your organizat
55
versions:
66
feature: actions-private-networking-azure-vnet
77
type: overview
8-
permissions: 'Organizations in an enterprise and organizations using the {% data variables.product.prodname_team %} plan can configure {% data variables.product.company_short %}-hosted runners at the organization level.'
8+
permissions: '{% data reusables.actions.azure-vnet-organization-permissions %}'
99
topics:
1010
- Actions
1111
- Action development

Diff for: content/organizations/managing-organization-settings/about-networking-for-hosted-compute-products-in-your-organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About networking for hosted compute products in your organization
33
shortTitle: About private networking
44
intro: 'You can manage private networking for {% data variables.product.company_short %}-hosted products using network configurations in your organization.'
5-
permissions: 'Enterprise-owned organizations and organizations using the {% data variables.product.prodname_team %} plan can configure private networking for GitHub-hosted runners at the organization level.'
5+
permissions: 'Organization owners for organizations in an enterprise or organizations using the {% data variables.product.prodname_team %} plan can configure private networking for hosted compute products at the organization level.'
66
versions:
77
feature: actions-private-networking-azure-vnet
88
type: how_to

Diff for: content/organizations/managing-organization-settings/configuring-private-networking-for-github-hosted-runners-in-your-organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Learn how to use {% data variables.product.company_short %}-hosted runne
55
versions:
66
feature: actions-private-networking-azure-vnet
77
type: how_to
8-
permissions: 'Enterprise-owned organizations and organizations using the {% data variables.product.prodname_team %} plan can configure private networking for GitHub-hosted runners at the organization level.'
8+
permissions: '{% data reusables.actions.azure-vnet-organization-permissions %}'
99
topics:
1010
- Actions
1111
- Action development

Diff for: content/organizations/managing-organization-settings/troubleshooting-azure-private-network-configurations-for-github-hosted-runners-in-your-organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Learn how to fix common issues while creating Azure private network conf
55
versions:
66
feature: actions-private-networking-azure-vnet
77
type: how_to
8-
permissions: 'Organization owners using the {% data variables.product.prodname_team %} plan can configure private networking for GitHub-hosted runners at the organization level.'
8+
permissions: '{% data reusables.actions.azure-vnet-organization-permissions %}'
99
topics:
1010
- Actions
1111
- Action development
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{% ifversion ghec %}You {% else %}Organizations using the {% data variables.product.prodname_team %} plan {% endif %}can use {% data variables.product.company_short %}-hosted runners in Azure VNET(s) by creating a network configuration{% ifversion ghec %} for your enterprise.{% else %} for your organization.{% endif %} For more information about Azure VNET, see [What is Azure Virtual Network?](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview) in the Azure documentation.
2-
3-
Using {% data variables.product.company_short %}-hosted runners in an Azure VNET enables you to use {% data variables.product.company_short %}-managed infrastructure for CI/CD while providing you with full control over the networking policies of your runners.
1+
You can use {% data variables.product.company_short %}-hosted runners in an Azure VNET. This enables you to use {% data variables.product.company_short %}-managed infrastructure for CI/CD while providing you with full control over the networking policies of your runners. For more information about Azure VNET, see [What is Azure Virtual Network?](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview) in the Azure documentation.
+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
To use {% data variables.product.company_short %}-hosted runners with an Azure VNET, you will need to configure your Azure resources and then create a networking configuration in {% data variables.product.company_short %}. For detailed procedures, see{% ifversion ghec %} "[AUTOTITLE](/admin/configuration/configuring-private-networking-for-hosted-compute-products/configuring-private-networking-for-github-hosted-runners-in-your-enterprise)."{% else %} "[AUTOTITLE](/organizations/managing-organization-settings/configuring-private-networking-for-github-hosted-runners-in-your-organization)."{% endif %}
1+
To use {% data variables.product.company_short %}-hosted runners with an Azure VNET, you will need to configure your Azure resources and then create a networking configuration in {% data variables.product.company_short %}. {% ifversion ghec %}
2+
3+
For procedures to configure Azure private networking at the enterprise level, see "[AUTOTITLE](/admin/configuration/configuring-private-networking-for-hosted-compute-products/configuring-private-networking-for-github-hosted-runners-in-your-enterprise)."{% endif %}
4+
5+
For procedures to configure Azure private networking at the organization level, see "[AUTOTITLE](/organizations/managing-organization-settings/configuring-private-networking-for-github-hosted-runners-in-your-organization)."
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Organization owners for organizations in an enterprise or organizations using the {% data variables.product.prodname_team %} plan can configure Azure private networking for {% data variables.product.company_short %}-hosted runners at the organization level.

0 commit comments

Comments
 (0)