Hello @Marissa Campa thanks for sharing your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue:
I had issues authenticating my Github account from the Azure Portal. When I went to create a new Web App.
Solution:
you were able to link your Github repo to my Azure Web App, after the following steps:
- Create your Web App first, without adding any Github repo in the Deployment tab.
- Access your Web App resource page.
- In the left navigation bar, under Deployment, click Deployment Center.
- In the Deployment Center Settings, choose Source: Github.
- Click on the "Authorize" button, it will show the Github login pop-up window.
- After logging in, select the organization, the repo, the branch.
- Fill up the authentication settings according to your needs.
- Click on the "Save" button at the top.
Best,
-Grace