SwapnilSwapnil's Studio
Azure CloudEp 15

GitHub Actions with Azure

Automate deployments to Azure using GitHub Actions — CI/CD workflows directly in your GitHub repository.

9
slides
🖥️Azure Demo Steps
  1. 1Create a GitHub repository
  2. 2Add .github/workflows/deploy.yml
  3. 3Configure workflow: build and test on push to main
  4. 4Set up Azure credentials as GitHub Secrets
  5. 5Add deploy step using azure/webapps-deploy action
  6. 6Trigger a push and watch the workflow run
  7. 7Show workflow logs and deployment confirmation