Azure SQL backup discovery

kumar kaushal 176 Reputation points
2020-12-21T21:03:29.08+00:00

As i know the part of discovery phase is to install AzureBackupWindowsWorkload extension. If we get a timeout during discover DB phase What steps i can take to find the Root cause ?

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

3 answers

Sort by: Most helpful
  1. Andreas Baumgarten 111.8K Reputation points MVP
    2020-12-21T22:33:45.86+00:00

    Maybe this is helpful:
    https://learn.microsoft.com/en-us/azure/backup/backup-sql-server-database-azure-vms#establish-network-connectivity

    You have to make sure the connectivity between VM with SQL Server, Azure Backup, Azure Storage and Azure AD is working properly.

    The required extension will be installed automatically by Azure Backup after the discovery is done:

    Azure Backup installs the AzureBackupWindowsWorkload extension on the VM. No agent is installed on a SQL database.

    https://learn.microsoft.com/en-us/azure/backup/backup-sql-server-database-azure-vms#discover-sql-server-databases (see 8.)

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


  2. kumar kaushal 176 Reputation points
    2020-12-25T21:06:23.187+00:00

    I found that actually we are timing out because we fail to enable the Plugin AzureBackupWindowsWorkload with WLenable.cmd script and we exited with exit code 52. That is a clear call out in wappagent log in the windows azure \logs folder .

    I am not sure as to why are we failing to enable the plugin because installation succeeds.

    Any clues any body as to why we would failing to enable the plugin ?

    0 comments No comments

  3. kumar kaushal 176 Reputation points
    2021-02-02T11:41:00.427+00:00

    Ok this issue is resolved . After uninstalling the 3rd party components like AV . We were able to see the actual failure . And it was because of .net framework 4.5.2 not installed on the machine . and sql backup basically requires that . Once we installed the .net framework we were able to install the Plugin/extension .

    Bingo

    0 comments No comments

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.