Use this path when you want to review infrastructure before deployment, share a template-backed workspace with a teammate, or skip live cloud credentials for the first pass. CloudEval’s strongest infrastructure-as-code path today is Azure ARM JSON. If your source of truth is Bicep, compile it to ARM JSON first and import the generated file.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.
What works today
- Local ARM template file upload
- ARM template URL
- Parameters file upload
- Parameters file URL
- GitHub template URLs from the Azure Quickstart repo and similar public repos
Create a project from ARM JSON
Open the quick project flow
Open Projects, then select Create project.The dialog walks through three steps:
- Project Details
- Review & Create
- Success
Add project details
Start with a project name, optional description, and cloud provider.Azure is the practical choice today for ARM and Bicep-backed imports.
Choose the template source
- GitHub URL
- Local JSON
Paste a real template URL into Template URL. For example:CloudEval accepts common GitHub template URL shapes, including
blob,
tree, and raw GitHub content URLs.When the URL points at GitHub, the dialog also tries to find a matching
parameters file automatically. You will see one of these states beside
Parameters (optional):- Looking…
- Found
- Not found

Why this path is useful
- Avoids live credential setup.
- Works well for pre-deployment reviews.
- Makes GitHub-hosted templates and local files behave like the same project workflow.
