> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudeval.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Review infrastructure

> Evaluate live Azure or infrastructure-as-code, inspect evidence-backed findings, and apply review gates before shipping.

Cloudeval review workflows turn source and cloud evidence into a decision: what is wrong, what it affects, why it matters, and whether the evidence is strong enough to ship.

<Columns cols={2}>
  <Card title="Review with GitHub Actions" icon="git-pull-request" href="/guides/review/github-actions">
    Add PR comments, artifacts, optional GitHub Checks, SARIF, and policy gates.
  </Card>

  <Card title="Review live Azure" icon="cloud-cog" href="/guides/review/live-azure">
    Sync current Azure evidence before evaluating readiness.
  </Card>

  <Card title="Review IaC before deployment" icon="shield-check" href="/guides/review/iac-before-deployment">
    Evaluate ARM, Bicep, repository-based IaC, or CloudFormation beta inputs.
  </Card>

  <Card title="Review findings" icon="list-checks" href="/guides/review/findings">
    Interpret priority, confidence, evidence, cost, architecture, and applicability.
  </Card>
</Columns>

## Review loop

```mermaid theme={null}
flowchart LR
  source[Source or live cloud] --> evaluate[Evaluate]
  evaluate --> evidence[Inspect evidence and gaps]
  evidence --> decision[Pass, warn, block, or investigate]
  decision --> share[Share or automate]
```

<Warning>A passing parser or scanner does not prove that infrastructure is safe to ship. Review evidence freshness, applicability, and `Not assessed` areas before making a decision.</Warning>
