Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order for the tenant Azure organisation to be able to login to the restore portal, Cloudist needs to be granted authentication privileges.

Get Application Id from Portal

  1. Login to the portal and navigate to the M365 Backup Service page.

  2. Select the Restore Operators tab.

  3. Click the Information button

  4. Copy the Application Id displayed in the dialogue

Configure Azure Application

...

Code Block
languagepowershell
Install-Module AzureAD
Import-Module AzureAD'
Connect-AzureAD # Authorize#Authorize with tenant admin credentials
New-AzureADServicePrincipal -AppId "<Insert<Application AppIdId from Cloudist Portal here>Portal>"

Configure Application in Azure

...