Checking Service Account Permissions

For each service account, you can check whether the account has all the permissions required to access Azure resources that you want to protect:

  1. Switch to the Configuration page.
  2. Navigate to Accounts > Service Accounts.
  3. Select the service account and click Check Permissions.

If any of the permission checks fail, do the following:

  1. Click Export Permissions. Veeam Backup for Microsoft Azure will save the .JSON file with the full list of all required permissions to the default download directory on the local machine. For more information on the required permissions, see Service Account Permissions.
  2. Use the downloaded file to create a custom role in Microsoft Azure as described in Microsoft Docs.
  3. Assign the created role to the Azure AD Application associated with the new service account as described in Microsoft Docs.

To make sure that the missing permissions have been successfully granted, click Recheck.

Tip

To see the list of operations that Veeam Backup for Microsoft Azure will be able to perform using permissions of a service account, select the service account and click View Info.

Checking Azure Account Permissions