0

I want to authorize to GitHub Enterprise via my Azure function apps. In the deployment center, I can see options to 'Authorize' my azure function app to GitHub, however, when I am giving my GitHub enterprise credentials, the login page is saying it as invalid credentials.

I did cross-check, by directly logging into the git hub enterprise URL, and the credentials are working.

I want to know if I am missing anything.

Screenshots:

Below is the prompt for GitHub AuthZ

enter image description here

Here I provide my GitHub enterprise creds (showing fake creds in screenshots)

enter image description here

Login failed for the same creds.

enter image description here

Manjunath Rao
  • 1,397
  • 4
  • 26
  • 42

1 Answers1

1

I did cross-check, by directly logging into the git hub enterprise URL, and the credentials are working.

AFAIK, you can authorize Azure Functions with GitHub. Try to login with your GitHub account credentials.

When I tried to login with my GitHub Enterprise credentials, I was also getting the error as shown below:

enter image description here

And with the same credentials I am able to login through browser.

Later, I tried to login with my GitHub credentials, and I could login without any issues:

enter image description here

enter image description here

Reference:

How to setup Azure Function Continuous Deployment using Enterprise Github?.

Pravallika KV
  • 2,415
  • 2
  • 2
  • 7