Hi ,
Thanks for reaching out to Microsoft Q&A.
This is almost certainly a temporary Azure-side fault. Use CLI/PowerShell as a workaround, monitor the service health and it shouldn't go beyond 1 or 2 hours.
This issue appears to be a transient internal error from the Azure Backup service, not related to your browser or client environment, especially since:
It persists across browsers and incognito sessions
The browser console shows an internal service error (CloudInternalError
)
You are unable to interact with backup items in the Recovery Services Vault UI
What This Error Means
"ErrorCode":"CloudInternalError"
with a message from Azure Backup generally indicates a server-side fault in the Azure platform. This is not due to misconfiguration or user error.
Recommended Actions
- Wait and Retry: These errors often resolve themselves within 30–60 minutes. Retry after a short time.
- Try via PowerShell / CLI: Use the following as a workaround if the portal remains non-functional:
- Azure CLI:
az backup item list --vault-name <your-vault> --resource-group <your-rg>
Check Azure Service Health: Visit https://status.azure.com or the Service Health blade in the Azure portal to see if there are ongoing issues with Azure Backup in your region.
Please feel free to click the 'Upvote' (Thumbs-up) button and 'Accept as Answer'. This helps the community by allowing others with similar queries to easily find the solution.