-
Notifications
You must be signed in to change notification settings - Fork 62.4k
Add workaround for when organization’s active sponsorships are canceled after joining an enterprise with Azure billing #39243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ernest-phillips
wants to merge
3
commits into
github:main
Choose a base branch
from
ernest-phillips:elp/update-workaround-for-azure-billing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+19
−4
Open
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,20 @@ After you add an existing organization to your enterprise, the organization's re | |
* **Sponsorships:** Any sponsorships by the organization will be canceled. | ||
* **Coupons:** Any coupons will be removed from the organization. To reapply the coupon, [contact our sales team](https://github.com/enterprise/contact). | ||
|
||
## Handling GitHub Sponsors when using Azure billing | ||
|
||
### What to do if your organization’s active sponsorships are canceled after joining an enterprise with Azure billing | ||
|
||
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. | ||
ernest-phillips marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Workaround | ||
|
||
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. | ||
|
||
### Note | ||
|
||
Be sure to update any public references or documentation to point sponsors to the new shell organization. | ||
|
||
## Creating a new organization | ||
|
||
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 | |
1. In the left sidebar, click **Organizations**. | ||
{%- endif %} | ||
1. Above the list of organizations, click **New organization**. | ||
1. Under "Organization name", type a name for your organization. | ||
1. Under "Organization name," type a name for your organization. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Place comma inside the quotation marks |
||
1. Click **Create organization**. | ||
1. Optionally, under "Invite owners", type the username of a person you'd like to invite to become an organization owner, then click **Invite**. | ||
1. Optionally, under "Invite owners," type the username of a person you'd like to invite to become an organization owner, then click **Invite**. | ||
1. Click **Finish**. | ||
|
||
## Inviting an existing organization | ||
|
@@ -94,10 +108,10 @@ After you invite the organization, and before an owner approves the invitation, | |
{% data reusables.enterprise-accounts.click-organizations-tab %} | ||
{%- endif %} | ||
1. Above the list of organizations, click **Invite organization**. | ||
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. | ||
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. | ||
1. Click **Invite organization**. The organization owners will receive an email inviting them to join the enterprise. | ||
1. After an organization owner has approved the invitation, navigate back to the **Organizations** tab of the enterprise settings. | ||
1. Under "Organizations", click **X pending**. | ||
1. Under "Organizations," click **X pending**. | ||
1. To complete the transfer, next to the organization name, click **Approve**. | ||
|
||
## Transferring an existing organization | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.