Integrating with Microsoft Azure

Step 1: Navigate to the Microsoft Azure website by clicking the following link.  Sign into your Microsoft Azure account.

Step 2 Navigate through the following menus to add a new registration

  1. On the "Manage Microsoft Entra ID" section click the "View" button.
  2. Go to "Manage" - "App registrations" - "New registration"
  3. Provide a name and select "Single Tenant". Do not enter a redirect URI

  4. Take note of the Application ID (Client ID) and Directory ID (Tenant ID)
  5. Click "Add a Certificate or Secret"
  6. Click "New client secrets" and add a Description. Next choose an expiry timeline up to 2 years. Take note of Secret as it will not be viewable later. (Note this process will have to be repeated at the end of the expiry timeline.)
  7. On the left menu select "API permissions", click "Add a permission" and then Microsoft Graph.
  8. Click "Application permissions". Inside the "Select permissions" scroll down to the "Mail" dropdown list and select "Mail.Read" and "Mail.Send". "Add permissions"
  9. Finally click "Grant admin consent for 'name'" and select "Yes".