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
Login to the portal and navigate to the M365 Backup Service page.
Select the Restore Operators tab.
Click the Information button
Copy the Application Id displayed in the dialogue
Configure Azure Application
...
Code Block | ||
---|---|---|
| ||
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
...