Connection test fails
Connection test fails
Check the four required Azure values first:
- client ID
- client secret
- tenant ID
- subscription ID
No subscriptions or resource groups appear
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 has
CloudEval Live Sync Readeron the target resource groups, or an intentionally broader subscription scope
Contributor unless you are testing in a disposable smoke environment.Template import succeeds but the project looks incomplete
Template import succeeds but the project looks incomplete
Possible causes:The
- missing parameters file
- template URL points to the wrong file
- the wrong file is selected as the visualization source
- a linked or nested ARM template was imported without
.cloudeval/config.yaml - a GitHub App installation was limited to selected repositories and does not include the repository you are trying to import
- unsupported or partial template structure
entry path must match the file path in the project workspace or repository.For GitHub-linked projects, update the GitHub App repository access if the
expected repository is missing from the picker. Then use Sync from GitHub
from the project source menu.See GitHub repository sync for GitHub App
mapping, webhook behavior, and disconnected-installation recovery.Sync finished but the project still looks wrong
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
- the role is missing
Microsoft.Resources/deployments/exportTemplate/action, so CloudEval can read inventory but cannot build complete report inputs - the role is missing
Microsoft.Network/networkWatchers/topology/action, so Network Watcher relationships are incomplete