> ## 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.

# Connect infrastructure

> Choose the right Cloudeval source path for Azure, ARM, Bicep, AWS CloudFormation beta, or GitHub repositories.

The source you choose determines which evidence Cloudeval can collect and which checks are applicable.

<Columns cols={2}>
  <Card title="Connect Azure" icon="cloud" href="/guides/connect/azure">
    Sync a live Azure environment using read-only access.
  </Card>

  <Card title="Import ARM or Bicep" icon="file-code-2" href="/guides/connect/arm-bicep">
    Review Azure IaC without connecting a live subscription.
  </Card>

  <Card title="Review AWS CloudFormation (beta)" icon="boxes" href="/guides/connect/aws-cloudformation">
    Evaluate CloudFormation JSON or YAML statically with explicit coverage limits.
  </Card>

  <Card title="Sync a GitHub repository" icon="github" href="/guides/connect/github-repository">
    Keep source, branch, commit, and refresh provenance together.
  </Card>
</Columns>

## Source decision

| Source                  | Best for                           | Important boundary                                             |
| ----------------------- | ---------------------------------- | -------------------------------------------------------------- |
| Azure Cloud sync        | Current deployed state             | Azure only; permissions and freshness matter                   |
| ARM or Bicep            | Pre-deployment Azure review        | Static source cannot prove live runtime state                  |
| AWS CloudFormation beta | Pre-deployment AWS template review | Static beta; no live AWS connection parity                     |
| GitHub repository       | Repeatable source-linked review    | Results depend on the selected ref, commit, and project config |

## Next step

After connecting a source, [review infrastructure](/guides/review) or learn [how projects retain provenance](/guides/projects/project-model).
