From 7ac321793c7545a83a898aadf24037503ecccfd3 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Fri, 29 Sep 2023 05:55:50 -0700 Subject: [PATCH] Clarify that Artifactory is an example of an on-premises resource and not the only one. (#43410) --- ...using-github-hosted-runners-in-your-azure-virtual-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-using-github-hosted-runners-in-your-azure-virtual-network.md b/content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-using-github-hosted-runners-in-your-azure-virtual-network.md index 4b4d909798..a6976b78a9 100644 --- a/content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-using-github-hosted-runners-in-your-azure-virtual-network.md +++ b/content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-using-github-hosted-runners-in-your-azure-virtual-network.md @@ -45,7 +45,7 @@ To facilitate communication between {% data variables.product.company_short %} n Because the {% data variables.product.company_short %}-hosted runner's NIC is deployed into your Azure VNET, networking policies applied to the VNET also apply to the runner. -For example, if your VNET is configured with an Azure ExpressRoute to provide access to on-premises resources (artifactory) or connected to a VPN tunnel to provide access to other cloud-based resources, those access policies also apply to your runners. Additionally, any outbound rules applied to your VNET's network security group (NSG) also apply, giving you the ability to control outbound access for your runners +For example, if your VNET is configured with an Azure ExpressRoute to provide access to on-premises resources (e.g. Artifactory) or connected to a VPN tunnel to provide access to other cloud-based resources, those access policies also apply to your runners. Additionally, any outbound rules applied to your VNET's network security group (NSG) also apply, giving you the ability to control outbound access for your runners. If you have enabled any network logs monitoring for your VNET, you can also monitor network traffic for your runners.