Configure CI/CD Pipeline
Now, link your GitHub repository to the Azure Web App to enable automated deployments.
- Navigate to your newly created Web App resource in the Azure Portal.
- In the left-hand navigation menu under Deployment, click on Deployment Center.
- Under the Settings tab, locate the Source dropdown and select GitHub.
- If you haven't already, authorize Azure App Service to access your GitHub account.
- Fill in the repository details:
- Organization:
infinity-decoder
- Repository:
labs.dev
- Branch: Select your main deployment branch (usually
main or master).
- Azure will automatically generate a GitHub Actions workflow file preview. Review the configuration.
- Click Save at the top. This action will commit the workflow file directly to your GitHub repository and trigger the first deployment.