0

Can someone confirm/deny that Azure Function Continuous Deployment does not support Enterprise Github?

When I select Github from the Deployment Center according to these docs, the authorization does not allow me to configure an Enterprise Github repo connection, only a Github.com connection.

enter image description here

enter image description here

ericOnline
  • 1,586
  • 1
  • 19
  • 54

1 Answers1

1

I also can not find the enterprise github repo after I create it:

enter image description here

To solve this, please go to the settings of your organization, and remove the third part access restriction:

enter image description here

Then go to the deployment center of your function app to re-authorize your github account:

enter image description here

At last, you will find the enterprise repo.

Cindy Pau
  • 13,085
  • 1
  • 15
  • 27