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.

Symptom: connection test fails

Check the four required Azure values first:
  • client ID
  • client secret
  • tenant ID
  • subscription ID
The most common causes are an expired secret, the wrong tenant, or access that does not match the subscription you selected.

Symptom: no subscriptions or resource groups appear

This usually means the service principal can authenticate but does not have the right level of access for discovery. Verify:
  • the service principal exists in the correct tenant
  • the subscription ID is valid
  • the principal can access the target subscription

Symptom: template import succeeds but the project looks incomplete

Possible causes:
  • missing parameters file
  • template URL points to the wrong file
  • unsupported or partial template structure
If the template depends on parameters, provide them explicitly instead of assuming default values will be enough.

Symptom: sync finished but the project still looks wrong

Possible causes:
  • you scoped to the wrong resource groups
  • the connection is pointed at the wrong subscription
  • the latest sync completed with partial coverage gaps
Run the sync again only after confirming the source scope. Re-running the wrong scope just gives you a fresher version of the wrong project.

Next step

If the connection is healthy but the output problem shows up during report generation, continue to Reports and billing.
Last modified on April 26, 2026