Home > database >  How to use GitHub Enterprise account in Microsoft Azure?
How to use GitHub Enterprise account in Microsoft Azure?

Time:03-30

I'm struggling to configure my Azure Web App. I am here in Deployment Center, trying to authorize my GitHub Enterprise account: enter image description here

The problem appears when I try to Authorize my account. It seems like Azure only supports Personal GitHub accounts. The Azure subscription itself is for Enterprise projects as well, yet I still can't add my GitHub. Is it even possible?

CodePudding user response:

If you purchased GitHub Enterprise through a Microsoft Enterprise Agreement, you can use your Azure Subscription ID to allow and pay for GitHub Actions and GitHub Packages usage beyond the limits of your account.

You must have owner access on your Azure subscription in order to link it.

  • Click your profile photo at the top-right area of GitHub.com, then click Your enterprises.
  • In the list of enterprises, click the enterprise you want to view.
  • Click Settings=> Billing in the enterprise account's sidebar.
  • Click Payment details under "Billing."
  • Click Add Azure Subscription under "Payment Information."
  • Follow the steps to sign in to your Microsoft account.
    • Review the prompt "Permissions requested." Accept the terms if you agree with them.
    • Select the Azure Subscription ID that you want to link to your company under "Select a subscription."
  • Related