Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.25 KB

File metadata and controls

23 lines (15 loc) · 1.25 KB
author ggailey777
ms.service azure-functions
ms.date 03/24/2024
ms.author glenga
ms.custom devdivchpfy22

To add a GitHub Actions workflow to an existing function app:

  1. Navigate to your function app in the Azure portal and select Deployment Center.

  2. For Source select GitHub. If you don't see the default message Building with GitHub Actions, select Change provider choose GitHub Actions and select OK.

  3. If you haven't already authorized GitHub access, select Authorize. Provide your GitHub credentials and select Sign in. To authorize a different GitHub account, select Change Account and sign in with another account.

  4. Select your GitHub Organization, Repository, and Branch. To deploy with GitHub Actions, you must have write access to this repository.

  5. In Authentication settings, choose whether to have GitHub Actions authenticate with a User-assigned identity or using Basic authentication credentials. For basic authentication, the current credentials are used.

  6. Select Preview file to see the workflow file that gets added to your GitHub repository in github/workflows/.

  7. Select Save to add the workflow file to your repository.