Cloud Import#
Coming Soon
Direct cloud account import is coming in March 2026 (Azure) and Early July 2026 (AWS) as part of our cloud sync features.
Cloudeval currently works with Infrastructure as Code files (ARM templates). For cloud sync features, view our roadmap.
Join our waitlist to be notified when this feature launches.
Current Status#
Cloudeval currently supports:

- Infrastructure as Code - Upload ARM templates and Bicep files
- Web Editor - Edit your IaC files directly in the browser
- AI Analysis - Get insights about your infrastructure code
- Diagram Generation - Visualize your infrastructure from code
Coming Soon: Azure Cloud Import#
We're working on direct Azure account connections. Here's what's planned:
Automatic Discovery#
- Connect Azure Subscription - Provide read-only API access
- Resource Scanning - Cloudeval scans your Azure subscription
- Metadata Collection - Gathers resource properties and relationships
- Relationship Mapping - Identifies connections and dependencies
- Diagram Generation - Creates interactive visualization
Planned Features#
Connection Methods:
- Service Principal (recommended)
- Managed Identity
- OAuth for personal accounts
Supported Azure Services:
- Virtual Machines
- Virtual Networks (VNets, Subnets)
- Storage Accounts
- SQL Databases
- App Services
- Resource Groups
- Key Vaults
- Load Balancers
- Azure Functions
- And 40+ more services
Discovery Methods:
- Azure Resource Manager API
- Resource Graph queries
- ARM template analysis
- Resource tagging
Current Workflow: Infrastructure as Code#
While cloud import is in development, use Infrastructure as Code:
Step 1: Export Your Infrastructure#
From Azure:
# Export resource group as ARM template
az group export --name my-resource-group --output-file template.json
From Bicep:
Step 2: Upload to Cloudeval#
- Create a new project
- Upload your ARM template or Bicep file
- Cloudeval parses and generates diagram
- Edit and analyze your infrastructure
Step 3: Keep in Sync#
- Export templates regularly
- Upload updated files
- Compare versions over time
- Track changes
Benefits of Current Approach#
Advantages:
- Works with any IaC setup
- Version control friendly
- No cloud credentials needed
- Works offline
- Review before deployment
- CI/CD integration ready
Best Practices:
- Keep templates in source control
- Export regularly
- Use modular templates
- Document changes
Get Notified#
Join our waitlist to be notified when cloud import features launch.
Next Steps#
- Upload Your First Template - Get started with IaC
- Try the Playground - Explore features
- Work with ARM Templates - Deep dive
- Use Bicep Files - Bicep-specific guide
Questions? Contact support or join our community