1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge branch 'main' into secret-scanning-reorg-megabranch

This commit is contained in:
mc
2024-08-08 11:22:00 +01:00
committed by GitHub
18 changed files with 320 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
When you have created a team in the enterprise, you can assign licenses to all members of the team.
{% data reusables.enterprise-accounts.settings-tab %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Enterprise licensing**.
1. In the "{% data variables.product.prodname_copilot_business_short %}" section, click **Manage seats**.
![Screenshot of the "{% data variables.product.prodname_copilot_business_short %}" section. A button, labeled "Manage seats", is highlighted with an orange outline.](/assets/images/help/copilot/copilot-business-manage-seats.png)
1. Click **Add teams**.
1. In the dialog, select the teams you want to add, review how your bill will be affected, then click **Add teams**.
You can add or remove users from a team at any time. After you remove a user from a team, the user's license and access to {% data variables.product.prodname_copilot_short %} will be removed the next time the user attempts to authenticate. This can take **up to 30 minutes**.

View File

@@ -0,0 +1,7 @@
Before you can assign licenses, an **enterprise owner** must enable {% data variables.product.prodname_copilot_short %} for the enterprise and select policies for certain features.
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.copilot-tab %}
1. Under "{% data variables.product.prodname_copilot %} policies", click **Allowed**, then click **Save**.
1. Review the policies for suggestions matching public code and {% data variables.product.prodname_copilot_chat_short %}, and update the dropdown menus to enable or disable the features as required.

View File

@@ -0,0 +1,8 @@
To pay for licenses, you must connect your enterprise to an Azure subscription.
For an overview of the process, watch [Billing {% data variables.product.company_short %} consumption through an Azure subscription](https://www.youtube.com/watch?v=DAiIhJKCt8s&ab_channel=GitHub) on our YouTube channel.
For written instructions, read the following sections in the "Connecting an Azure subscription" article:
* "[Prerequisites](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription#prerequisites)"
* "[Connecting your Azure subscription to an enterprise account](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription#connecting-your-azure-subscription-to-your-enterprise-account)"

View File

@@ -0,0 +1,23 @@
For next steps that apply to any enterprise using {% data variables.product.prodname_copilot_business_short %}, see "[AUTOTITLE](/copilot/setting-up-github-copilot/setting-up-github-copilot-for-your-enterprise)." The step for granting access to organizations does not apply.
The following sections contain specific information for your enterprise.
### Automate license management
You can use the REST API to automate license management. For example, you can list assigned licenses and latest activity, then remove access for users who haven't been using their license.
To do this in your enterprise, you can use the "[List all {% data variables.product.prodname_copilot_short %} seat assignments for an enterprise](/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-enterprise)" endpoint, then use the API to manage access to enterprise teams. To request documentation for the API endpoints for enterprise teams, please contact your account manager.
### Manage billing
Your enterprise has access to the enhanced billing platform, which allows you to estimate upcoming spending, control overspending with budgets, and track spending changes over time.
See "[AUTOTITLE](/billing/using-the-enhanced-billing-platform-for-enterprises)."
### Configure content exclusions
You can prevent specified files or repositories from being used to inform code completion suggestions made by {% data variables.product.prodname_copilot %}. {% data variables.product.prodname_copilot %} will not be available in excluded files.
{% data reusables.enterprise-accounts.policies-tab %}
1. Click the **Content exclusion** tab.
1. Use paths to specify which content to exclude. See "[AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot)."

View File

@@ -0,0 +1,2 @@
* To pay for licenses, you will need a **Microsoft Azure subscription**, which you will connect to your enterprise account.
* Before you enable {% data variables.product.prodname_copilot_short %}, ensure you have reviewed the [{% data variables.product.prodname_copilot %} Product Specific Terms](https://github.com/customer-terms/github-copilot-product-specific-terms).

View File

@@ -0,0 +1 @@
To create an enterprise account, request access from your account team by contacting {% data variables.contact.contact_enterprise_sales %}.

View File

@@ -1,5 +1,3 @@
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **{% ifversion ghec %}Enterprise licensing{% elsif ghes %}License{% endif %}**. {% ifversion ghec %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **{% ifversion ghec %}Licensing{% elsif ghes %}License{% endif %}**. {% ifversion enhanced-billing-platform %}
>[!NOTE] Enterprise accounts, and organizations owned by enterprise accounts, created after June 2, 2024, have access to the enhanced billing platform. Enterprises that participated in the beta program also have access to the enhanced billing platform.
>
> As part of the enhanced billing platform, the licensing page has been relocated. See "[AUTOTITLE](/billing/using-the-enhanced-billing-platform-for-enterprises/gathering-insights-on-your-spending#viewing-license-usage)."{% endif %}
>[!NOTE] If you are on the enhanced billing platform, the licensing page has been relocated. See "[AUTOTITLE](/billing/using-the-enhanced-billing-platform-for-enterprises/gathering-insights-on-your-spending#viewing-license-usage)."{% endif %}