- Bicep Syntax Validation.
- Bicep Linter.
- Deployment Tests.
- Pull Request (PR) Checks.
- Unit Testing with Mock Deployments.
- Security Scans.
- Push to main branch triggers deployment tool.
- Changes happened in arm will triggers resources deployment using json.
- Changes happened in bicep will triggers resources deployment using bicep.
- Automated deployment avoids manual errors
- Maintain code history through Version control.
- Collaborative development
- Add peer-review test on PR in Dev layer.
- Utilize Bicep templates for more readable and logical IaC.