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

# Cloudeval AI Blog

> Editorial notes on Azure infrastructure review, evidence-backed cloud decisions, and Cloudeval AI workflows.

<div className="cloudeval-blog-page mx-auto max-w-5xl px-6">
  <h2 className="mb-4 mt-2 text-2xl font-semibold tracking-normal text-slate-950 dark:text-white">Featured</h2>

  <div className="cloudeval-featured-cards">
    <Columns cols={1}>
      <Card title="AI review and gates for Azure infra-as-code" img="https://mintcdn.com/ganakailabs-db727e50/BrRYz9nGRkigfTsV/assets/images/cli/github-action-pr-comment.png?fit=max&auto=format&n=BrRYz9nGRkigfTsV&q=85&s=02b6dcb15d459924ffde9cd9c40743cf" href="/blog/ai-review-and-gates-for-azure-infra-as-code" cta="Read the article" width="824" height="360" data-path="assets/images/cli/github-action-pr-comment.png">
        A practical Cloudeval AI workflow for reviewing, explaining, and gating Azure infrastructure-as-code before production.
      </Card>
    </Columns>
  </div>

  <h2 className="mb-4 mt-10 text-2xl font-semibold tracking-normal text-slate-950 dark:text-white">Read by workflow</h2>

  <Tabs borderBottom>
    <Tab title="Reviewers" icon="shield-check">
      <Columns cols={2}>
        <Card title="Review before merge" icon="git-pull-request" href="/workflows/github-actions">
          Add Cloudeval review comments, artifacts, and gates to pull requests.
        </Card>

        <Card title="Understand findings" icon="clipboard-list" href="/workflows/review-cost-and-architecture-findings">
          Move from posture, cost, and issue summaries into evidence-backed review.
        </Card>
      </Columns>
    </Tab>

    <Tab title="Platform teams" icon="cloud">
      <Columns cols={2}>
        <Card title="Connect Azure" icon="cloud" href="/quickstart/connect-an-azure-environment">
          Use least-privilege Azure sync for deployed resource review.
        </Card>

        <Card title="Run reports" icon="chart-no-axes-column" href="/quickstart/run-your-first-reports">
          Generate cost and architecture outputs from an existing project.
        </Card>
      </Columns>
    </Tab>

    <Tab title="Agents" icon="bot">
      <Columns cols={2}>
        <Card title="Use the CLI" icon="square-terminal" href="/quickstart/use-the-cli">
          Import projects, run reports, ask grounded questions, and automate output.
        </Card>

        <Card title="Set up MCP" icon="plug" href="/reference/mcp-client-setup">
          Give Codex, Cursor, Claude, and other MCP clients Cloudeval context.
        </Card>
      </Columns>
    </Tab>
  </Tabs>

  <h2 className="mb-4 mt-10 text-2xl font-semibold tracking-normal text-slate-950 dark:text-white">Explore the workflow</h2>

  <Columns cols={3}>
    <Tile href="/workflows/github-actions" title="Pull-request review" description="Review comments, CI artifacts, and merge gates for infrastructure changes.">
      <img src="https://mintcdn.com/ganakailabs-db727e50/BrRYz9nGRkigfTsV/assets/images/cli/github-action-review-run.png?fit=max&auto=format&n=BrRYz9nGRkigfTsV&q=85&s=67342d68cb92577a689ce94c71b8677c" alt="Cloudeval GitHub Actions review run" width="1496" height="760" data-path="assets/images/cli/github-action-review-run.png" />
    </Tile>

    <Tile href="/concepts/reports" title="Reports and evidence" description="Posture, cost, issues, maturity, and evidence freshness in one surface.">
      <img src="https://mintcdn.com/ganakailabs-db727e50/Q5sxR4Wz8SD3FHrz/assets/images/reports/cloud-evaluation-overview.jpeg?fit=max&auto=format&n=Q5sxR4Wz8SD3FHrz&q=85&s=b2da84c0917e83b39811b47b9a9fbb3b" alt="Cloudeval report overview" width="2048" height="1172" data-path="assets/images/reports/cloud-evaluation-overview.jpeg" />
    </Tile>

    <Tile href="/reference/mcp-client-setup" title="CLI and agents" description="Project-aware terminal, MCP, and agent workflows from the same docs model.">
      <img src="https://mintcdn.com/ganakailabs-db727e50/431cYuJMCQHimeRQ/assets/images/mcp/ai-agent-integrations-panel.png?fit=max&auto=format&n=431cYuJMCQHimeRQ&q=85&s=34e181f7218c7dbd2c17c5dbb6f29850" alt="Cloudeval AI agent integrations panel" width="2360" height="1360" data-path="assets/images/mcp/ai-agent-integrations-panel.png" />
    </Tile>
  </Columns>

  <div className="not-prose my-10 rounded-lg border border-emerald-200 bg-emerald-50/70 p-5 shadow-sm dark:border-emerald-900/70 dark:bg-emerald-950/20">
    <p className="m-0 text-sm font-semibold uppercase tracking-[0.14em] text-emerald-700 dark:text-emerald-300">Use with any AI assistant</p>
    <p className="mb-4 mt-2 text-base leading-7 text-slate-700 dark:text-slate-300">Copy this prompt into ChatGPT, Claude, Codex, Cursor, or your internal assistant to get a docs-grounded Cloudeval overview.</p>

    <Prompt description="Ask an AI assistant to learn Cloudeval from these docs." icon="bot" actions={["copy"]}>
      Use [https://docs.cloudeval.ai](https://docs.cloudeval.ai) as the source of truth. Explain what Cloudeval AI does, when to start with Azure Cloud sync vs ARM/Bicep infrastructure-as-code review, and which docs pages I should read next for GitHub Actions, reports, CLI, and MCP agent workflows.
    </Prompt>
  </div>

  <h2 className="mb-4 mt-10 text-2xl font-semibold tracking-normal text-slate-950 dark:text-white">Related pages</h2>

  <Columns cols={2}>
    <Card title="Quickstart" icon="rocket" href="/quickstart/index">
      Choose the fastest path from account setup to a first cost and architecture report.
    </Card>

    <Card title="How Cloudeval works" icon="blocks" href="/overview/how-cloudeval-works">
      Understand how sources, projects, reports, and evidence fit together.
    </Card>

    <Card title="GitHub Actions integration" icon="github" href="/workflows/github-actions">
      Add Cloudeval review comments, artifacts, and merge gates to pull requests.
    </Card>

    <Card title="Run your first reports" icon="chart-no-axes-column" href="/quickstart/run-your-first-reports">
      Generate cost and architecture outputs from a Cloudeval project.
    </Card>

    <Card title="MCP client setup" icon="plug" href="/reference/mcp-client-setup">
      Give Codex, Cursor, Claude, and other MCP clients project-aware Cloudeval context.
    </Card>
  </Columns>
</div>
