How to fix Microsoft Azure Backup internal error 130001

Samuel Norman 0 Reputation points
2025-08-07T12:21:53.67+00:00

Microsoft Azure Backup encountered an internal error 130001

Occurs when validating vault credentials and associating the agent with the vault.

I've tried:
disabling firewall and anti-virus.
Ensuring the vault network settings are set to public and not private.
Updating the MARS agent to latest version.
Re-Downloading the vault creds.

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michele Ariis 2,520 Reputation points MVP
    2025-08-07T13:59:31.0066667+00:00

    Hi, the error code 130001 from the Azure Backup (MARS) agent usually means the agent can’t reach the Backup service or fails to validate the vault credentials. It’s rarely a vault-side issue, almost always something local like outdated software, blocked HTTPS, or expired credentials.

    Start with this quick checklist:

    -Update the agent – Make sure you’re using version 2.0.9273.0 (July 2025) or later. Older versions break on TLS.

    -Check TLS settings – TLS 1.2 must be enabled at OS level.

    -Test HTTPS connectivity – Use Test-NetConnection to verify port 443 to Azure endpoints is open. Watch for firewalls or proxies blocking access.

    -Verify proxy settings – If you don’t use a proxy, ensure the “use proxy” box is not checked during registration.

    -Fresh credentials file – Download a new vault credentials file, less than 48 hours old, and store it locally (not on a network share).

    -Make sure the server isn’t already registered – Check in the portal and unregister or allow re-registration if needed.

    -Temporarily disable antivirus or exclude agent folders – AV can block certificate imports silently.

    -Verify SYSTEM has access to MachineKeys – If access is denied, registration will silently fail.

    -Check the server clock – Even 8–10 minutes of drift can break authentication.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.