Connecting to Microsoft Outlook is done using Application permissions in Azure. To connect, you will need to create a new Enterprise Application in Azure, add the relevant access scopes and then create a secret for access.
Creating the application in Azure
First login to Azure as an administrator for your domain, navigate to App Registrations
Click New Registration
Configure the permissions, Click API Permissions --> Add a Permission. From the window, select Microsoft Graph --> Application Permissions as the permission type.
From here, you will need to select the required permissions.
Directory.Read.All
Mail.ReadWrite
User.ReadWrite.All
Once added, you will need to click Grant admin consent for Couchdrop Demo and follow the consent the process.
Add credentials for the Application
Click Certificates and Secrets --> Client Secrets --> New Client Secret. Copy the newly created secret to Movebot along with the Application ID.
Configure the connection in Movebot
In Movebot, create a new storage connection and provide the details created above.