Skip to content

Commit d76ff38

Browse files
Fix linting issues with headings
1 parent a6d669b commit d76ff38

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@ After you add an existing organization to your enterprise, the organization's re
6363
* **Sponsorships:** Any sponsorships by the organization will be canceled.
6464
* **Coupons:** Any coupons will be removed from the organization. To reapply the coupon, [contact our sales team](https://github.com/enterprise/contact).
6565

66+
## Handling GitHub Sponsors when using Azure billing
67+
68+
### What to do if your organization’s active sponsorships are canceled after joining an enterprise with Azure billing
69+
70+
If your organization is added to an enterprise account with Azure metered billing, any active GitHub Sponsors sponsorships may be canceled. Additionally, it will not be possible to reactivate these sponsorships while your organization remains under enterprise billing, as sponsoring is not currently supported for organizations billed through Azure.
71+
72+
### Workaround
73+
74+
To continue using GitHub Sponsors, create a new, separate "shell" organization that is not linked to your enterprise account or Azure billing. You can then use this shell organization to manage sponsorships independently of your enterprise’s billing setup.
75+
76+
### Note
77+
78+
Be sure to update any public references or documentation to point sponsors to the new shell organization.
79+
6680
## Creating a new organization
6781

6882
New organizations you create within your enterprise account settings are included in your enterprise account's {% data variables.product.prodname_ghe_cloud %} subscription.
@@ -76,9 +90,9 @@ During a trial of {% data variables.product.prodname_ghe_cloud %}, you can creat
7690
1. In the left sidebar, click **Organizations**.
7791
{%- endif %}
7892
1. Above the list of organizations, click **New organization**.
79-
1. Under "Organization name", type a name for your organization.
93+
1. Under "Organization name," type a name for your organization.
8094
1. Click **Create organization**.
81-
1. Optionally, under "Invite owners", type the username of a person you'd like to invite to become an organization owner, then click **Invite**.
95+
1. Optionally, under "Invite owners," type the username of a person you'd like to invite to become an organization owner, then click **Invite**.
8296
1. Click **Finish**.
8397

8498
## Inviting an existing organization
@@ -94,10 +108,10 @@ After you invite the organization, and before an owner approves the invitation,
94108
{% data reusables.enterprise-accounts.click-organizations-tab %}
95109
{%- endif %}
96110
1. Above the list of organizations, click **Invite organization**.
97-
1. Under "Organization name", start typing the name of the organization you want to invite and select it when it appears in the dropdown list.
111+
1. Under "Organization name," start typing the name of the organization you want to invite and select it when it appears in the dropdown list.
98112
1. Click **Invite organization**. The organization owners will receive an email inviting them to join the enterprise.
99113
1. After an organization owner has approved the invitation, navigate back to the **Organizations** tab of the enterprise settings.
100-
1. Under "Organizations", click **X pending**.
114+
1. Under "Organizations," click **X pending**.
101115
1. To complete the transfer, next to the organization name, click **Approve**.
102116

103117
## Transferring an existing organization

0 commit comments

Comments
 (0)