Skip to main content

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.

A connection is how CloudEval learns about the infrastructure you want to evaluate.

Two connection modes

ModeUse it whenCurrent support
Live cloud environmentYou want to evaluate deployed Azure resourcesAzure today
Infrastructure as codeYou want to review templates before deploymentARM and Bicep-generated ARM JSON

What a connection stores

Depending on the connection type, CloudEval can store or reference:
  • provider metadata
  • sync configuration
  • template URL or uploaded files
  • scoped Azure subscription and resource groups
  • connection health and test results

Why connections exist separately from projects

Connections answer the question, “Where does this infrastructure come from?” Projects answer a different question: “Where does my team review, report on, and share this work?” That separation matters because the same source model can be used to create or update project state over time.

Azure connection reality

For live Azure environments, the current product supports:
  • service principal credential validation
  • subscription discovery
  • optional resource group scoping
Those workflows are materially deeper than the provider support currently visible for AWS or GCP, which is why the docs stay Azure-first.

Next step

Read Projects to see how connections become working spaces, or use Connect an Azure environment if you are ready to set one up.
Last modified on April 26, 2026