Fast follow for Azure private networking with GitHub-hosted runners [GA] (#49977)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
This commit is contained in:
@@ -41,19 +41,15 @@ There are a few different approaches you could take to configure this access, ea
|
||||
|
||||
{% ifversion fpt %}
|
||||
|
||||
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)."
|
||||
|
||||
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)."
|
||||
|
||||
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)."
|
||||
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)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghec %}
|
||||
|
||||
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)."
|
||||
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)."
|
||||
|
||||
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)."
|
||||
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)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ intro: 'You can create create a private network configuration for your organizat
|
||||
versions:
|
||||
feature: actions-private-networking-azure-vnet
|
||||
type: overview
|
||||
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.'
|
||||
permissions: '{% data reusables.actions.azure-vnet-organization-permissions %}'
|
||||
topics:
|
||||
- Actions
|
||||
- Action development
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: About networking for hosted compute products in your organization
|
||||
shortTitle: About private networking
|
||||
intro: 'You can manage private networking for {% data variables.product.company_short %}-hosted products using network configurations in your organization.'
|
||||
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.'
|
||||
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.'
|
||||
versions:
|
||||
feature: actions-private-networking-azure-vnet
|
||||
type: how_to
|
||||
|
||||
@@ -5,7 +5,7 @@ intro: 'Learn how to use {% data variables.product.company_short %}-hosted runne
|
||||
versions:
|
||||
feature: actions-private-networking-azure-vnet
|
||||
type: how_to
|
||||
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.'
|
||||
permissions: '{% data reusables.actions.azure-vnet-organization-permissions %}'
|
||||
topics:
|
||||
- Actions
|
||||
- Action development
|
||||
|
||||
@@ -5,7 +5,7 @@ intro: 'Learn how to fix common issues while creating Azure private network conf
|
||||
versions:
|
||||
feature: actions-private-networking-azure-vnet
|
||||
type: how_to
|
||||
permissions: 'Organization owners using the {% data variables.product.prodname_team %} plan can configure private networking for GitHub-hosted runners at the organization level.'
|
||||
permissions: '{% data reusables.actions.azure-vnet-organization-permissions %}'
|
||||
topics:
|
||||
- Actions
|
||||
- Action development
|
||||
|
||||
@@ -1,3 +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.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
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 %}
|
||||
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 %}
|
||||
|
||||
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 %}
|
||||
|
||||
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)."
|
||||
|
||||
@@ -0,0 +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.
|
||||
Reference in New Issue
Block a user