Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Execute Azure deployments using azd, Terraform, or Bicep with built-in error recovery.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/recipes/cicd/errors.md
1# CI/CD Errors23| Error | Resolution |4|-------|------------|5| Authentication failed | Check service principal/federated credentials |6| Missing secrets | Add required secrets to repository |7| Missing variables | Add required variables |8| Pipeline timeout | Increase timeout or optimize deployment |9| Approval pending | Request approval in environment settings |1011## GitHub Actions Debugging1213Check workflow logs in Actions tab for detailed error messages.1415## Azure DevOps Debugging1617Check pipeline run logs for detailed error messages.18