Getting Started with Cloudeval#
From Sign-Up to Your First Diagram in 5 Minutes
This guide will walk you through setting up Cloudeval and generating your first infrastructure diagram from Azure ARM templates or Bicep files. By the end, you'll have a working visualization of your infrastructure.
Prerequisites#
Before you begin, make sure you have:
- Azure ARM templates or Bicep files
- A modern web browser (Chrome, Firefox, Safari, or Edge)
- Basic understanding of Azure infrastructure concepts
- (Optional) Azure account for cloud import (Coming Soon)
Step 1: Sign Up#
- Visit cloudeval.ai
- Click "Sign Up" in the top right corner
- Enter your email address and create a password
- Verify your email address (check your inbox)
- Log in to your dashboard
Tip: You can also sign up with GitHub or Google for faster onboarding.
Step 2: Try the Playground#
New to Cloudeval? Try our interactive playground to explore features without signing up:
The playground lets you:
- Explore sample infrastructure diagrams
- Try the AI chat assistant
- Test diagram features
- See Cloudeval in action
Tip: Use the playground to get familiar with Cloudeval before working with your own infrastructure.
Step 3: Create Your First Project#
- Click "New Project" in the dashboard
- Enter a project name (e.g., "Production Infrastructure")
- Choose your input method:
Upload ARM Template or Bicep File#

- Click "Upload File" or drag and drop
- Select your ARM template (
.json) or Bicep file (.bicep) - Cloudeval automatically parses the file
- Resources are discovered and mapped
Supported Formats: - Azure ARM Templates (JSON) - Azure Bicep files - Multiple files (for modular templates)
Example:
# Upload your template
az deployment group create \
--resource-group my-rg \
--template-file main.bicep \
--parameters @parameters.json
Then upload main.bicep to Cloudeval!
Connect Azure Account#
Coming Soon
Direct cloud account connection is coming soon! For now, use Infrastructure as Code files.
Planned Features: - Connect Azure subscription - Automatic resource discovery - Real-time synchronization - Multi-subscription support
Join our waitlist to be notified when this feature launches.
- Click "Create Project"
Step 4: Generate Your First Diagram#
Once your project is created, Cloudeval will automatically:
- Parse Infrastructure Code - Analyze your ARM/Bicep templates
- Map Resources - Identify all Azure resources
- Detect Relationships - Find dependencies and connections
- Generate Diagram - Create an interactive visualization
This typically takes 10-30 seconds depending on template complexity.
Step 5: Explore Your Diagram#
Your diagram is now ready! Here's what you can do:
Navigate the Diagram#
- Pan: Click and drag the canvas
- Zoom: Use mouse wheel or pinch gesture
- Select: Click on any resource to see details
- Search: Use the search bar (Ctrl+K) to find specific resources
View Resource Details#
Click on any resource node to see:
- Resource properties from your template
- Parameters and variables
- Dependencies on other resources
- Output values
Use the AI Chat#
- Click the chat icon in the bottom right
- Try these questions:
- "Show me all storage accounts"
- "What resources depend on this virtual network?"
- "Explain the network topology"
- "Find resources without tags"
Step 6: Edit Your Infrastructure#
Cloudeval includes a web-based editor for your Infrastructure as Code:
- Click "Code Editor" tab
- View your ARM template or Bicep file
- Make edits with syntax highlighting
- See changes reflected in the diagram
- Export updated files
Features:
- Syntax highlighting
- Auto-completion
- Error detection
- Format validation
- Multi-file support
First Win Checklist#
- Account created and verified
- Tried the playground
- First project created
- Infrastructure file uploaded
- Diagram generated successfully
- Explored the interactive diagram
- Asked a question in AI chat
- Edited infrastructure code
Congratulations! You've successfully set up Cloudeval and generated your first infrastructure diagram.
Next Steps#
Now that you have the basics, explore these features:
- Work with ARM Templates - Deep dive into ARM template visualization
- Use Bicep Files - Visualize Bicep infrastructure
- Customize Your Diagram - Adjust layouts and styling
- Export Your Diagram - Share with your team
- Use AI Chat - Master the AI assistant
- Collaborate with Team - Invite team members
Common Issues#
Template Parsing Fails#
Problem: Can't parse ARM template or Bicep file
Solutions:
- Verify file is valid JSON (for ARM) or valid Bicep syntax
- Check for syntax errors
- Ensure all required parameters are provided
- Try validating with Azure CLI first:
No Resources Found#
Problem: Diagram is empty after upload
Solutions:
- Verify template contains resource definitions
- Check template structure is correct
- Ensure resources are in the
resourcessection - Try a sample template first
Diagram Generation Slow#
Problem: Diagram takes too long to generate
Solutions:
- Large templates (>100 resources) may take longer
- Check template complexity
- Consider breaking into smaller modules
- Contact support for optimization
Getting Help#
- Documentation - Browse all guides
- Playground - Try features interactively
- Community Discord - Ask questions
- Video Tutorials - Watch walkthroughs
- Support Email - Get direct help
Ready to dive deeper? Check out our tutorials or feature guides