You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/billing/managing-billing-for-your-products/managing-billing-for-github-copilot/about-billing-for-github-copilot.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ redirect_from:
12
12
13
13
## {% data variables.product.prodname_copilot %} in your enterprise
14
14
15
-
Enterprises on {% data variables.product.prodname_ghe_cloud %} can subscribe to either {% data variables.product.prodname_copilot_for_business %} or {% data variables.product.prodname_copilot_enterprise %}. Both subscriptions are available on a monthly cycle, and pricing varies. For more information, see "[AUTOTITLE](/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-subscription-for-your-enterprise/about-billing-for-github-copilot-in-your-enterprise)."
15
+
Enterprises on {% data variables.product.prodname_ghe_cloud %} can subscribe to either {% data variables.product.prodname_copilot_for_business %} or {% data variables.product.prodname_copilot_enterprise %}, or a mixture of both across different organizations within an enterprise. Both subscriptions are available on a monthly cycle, and pricing varies. For more information, see "[AUTOTITLE](/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-the-copilot-subscription-for-your-enterprise/about-billing-for-github-copilot-in-your-enterprise)."
16
16
17
17
## {% data variables.product.prodname_copilot %} in your organization
Copy file name to clipboardExpand all lines: content/copilot/managing-copilot/managing-github-copilot-in-your-organization/configuring-your-proxy-server-or-firewall-for-copilot.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,13 @@ If your company employs security measures like a firewall or proxy server, you s
18
18
|`https://api.github.com/user`| User Management |
19
19
|`https://api.github.com/copilot_internal/*`| User Management |
|`https://copilot-proxy.githubusercontent.com/`| API service for {% data variables.product.prodname_copilot_short %} suggestions |
21
+
|`https://default.exp-tas.com`| Telemetry |
22
+
|`https://copilot-proxy.githubusercontent.com`| API service for {% data variables.product.prodname_copilot_short %} suggestions |
23
23
|`https://origin-tracker.githubusercontent.com`| API service for {% data variables.product.prodname_copilot_short %} suggestions |
24
-
|`https://*.githubcopilot.com`| API service for {% data variables.product.prodname_copilot_short %} suggestions |
24
+
|`https://*.githubcopilot.com`[^1]| API service for {% data variables.product.prodname_copilot_short %} suggestions |
25
+
|`https://*.individual.githubcopilot.com`[^2]| API service for {% data variables.product.prodname_copilot_short %} suggestions |
26
+
|`https://*.business.githubcopilot.com`[^3]| API service for {% data variables.product.prodname_copilot_short %} suggestions |
27
+
|`https://*.enterprise.githubcopilot.com`[^4]| API service for {% data variables.product.prodname_copilot_short %} suggestions |
25
28
26
29
Depending on the security policies and editors your organization uses, you may need to allowlist additional domains and URLs. For more information on specific editors, see "[Further reading](#further-reading)."
27
30
@@ -31,3 +34,8 @@ Every user of the proxy server or firewall also needs to configure their own env
31
34
32
35
*[Network Connections in {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/docs/setup/network) in the {% data variables.product.prodname_vs %} documentation
33
36
*[Install and use {% data variables.product.prodname_vs %} and Azure Services behind a firewall or proxy server](https://learn.microsoft.com/en-us/visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server) in the Microsoft documentation
37
+
38
+
[^1]: Allows access to authorized users regardless of {% data variables.product.prodname_copilot_short %} subscription. Do not add this URL to your allowlist if you are using subscription-based network routing. For more information on subscription-based network routing, see "[AUTOTITLE](/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-access-to-copilot-in-your-enterprise/managing-github-copilot-access-to-your-enterprises-network)."
39
+
[^2]: Allows access to authorized users via a {% data variables.product.prodname_copilot_individuals_short %} subscription. Do not add this URL to your allowlist if you are using subscription-based network routing.
40
+
[^3]: Allows access to authorized users via a {% data variables.product.prodname_copilot_business_short %} subscription. Do not add this URL to your allowlist if you want to use subscription-based network routing to block users from using {% data variables.product.prodname_copilot_business_short %} on your network.
41
+
[^4]: Allows access to authorized users via a {% data variables.product.prodname_copilot_enterprise_short %} subscription. Do not add this URL to your allowlist if you want to use subscription-based network routing to block users from using {% data variables.product.prodname_copilot_enterprise_short %} on your network.
Copy file name to clipboardExpand all lines: data/reusables/copilot/sku-isolation.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## About {% data variables.product.prodname_copilot_sku_isolation %}
4
4
5
-
As an {% ifversion ghec %}enterprise or {% endif %}organization owner, you can use your network firewall to explicitly allow access to {% data variables.product.prodname_copilot_for_business %}{% ifversion ghec %} or {% data variables.product.prodname_copilot_enterprise %}{% endif %}, and/or block access to {% data variables.product.prodname_copilot_for_individuals %}. This allows you to control which {% data variables.product.prodname_copilot %} plans your members can use within your network.
5
+
As an {% ifversion ghec %}enterprise or {% endif %}organization owner, you can use your network firewall to explicitly allow access to {% data variables.product.prodname_copilot_for_business %}{% ifversion ghec %} or {% data variables.product.prodname_copilot_enterprise %}, or both{% endif %}, and/or block access to {% data variables.product.prodname_copilot_for_individuals %}. This allows you to control which {% data variables.product.prodname_copilot %} plans your members can use within your network.
6
6
7
7
Configuring {% data variables.product.prodname_copilot_sku_isolation %} will affect the following {% data variables.product.prodname_copilot %} features:
8
8
@@ -32,10 +32,10 @@ Before November 4, 2024, you should perform the following steps to ensure users
32
32
* For JetBrains IDEs, use Copilot version 1.5.6.5692 or later.
33
33
* For {% data variables.product.prodname_vs %}, use version VS 2022 17.11 or later.
34
34
35
-
1. Update your corporate network firewall to include oneof these paths in your allow-list:
35
+
1. Update your corporate network firewall to include one, or both, of these paths in your allowlist:
36
36
* For a {% data variables.product.prodname_copilot_business_short %} subscription, add `*.business.githubcopilot.com`
37
37
* For a {% data variables.product.prodname_copilot_enterprise_short %} subscription, add `*.enterprise.githubcopilot.com`
38
38
39
39
> [!NOTE] The `*` indicates a wildcard character. A wildcard is necessary as there are multiple subdomains required for {% data variables.product.prodname_copilot %} to function correctly.
40
40
41
-
1. Update your corporate network firewall to include `*.individual.githubcopilot.com` in your block-list.
41
+
1. Update your corporate network firewall to include `*.individual.githubcopilot.com` in your blocklist.
0 commit comments