Versions Compared

Key

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

...

First, You need to set up the Microsoft Graph API configurations, You have to create a Free Microsoft 365 Developer Tenant account from here to register your Azure account to get the tenant ID which is later required to send the email. After creating the account, copy the email address to use it to sign up to Azure. 

Image Modified

Figure 1:  Create A Free Microsoft 365 Developer Tenant Account

...

Upon creating Microsoft 365 Developer Tenant account, sign up on Azure here using your given Microsoft 365 Developer Tenant email address in the previous step. 

Image Added

Use the email in the "Administrator" section to sign up for your Azure account and this time you will have full access to it.

...

  1. Azure Active Directory
  2. App Registrations
  3. New Registration
  4. Choose a name for the app
  5. Select your support type, for this guide, we will be using the third one
  6. And for this guide, ignore the redirect URI
  7. Register

Image RemovedImage Added


After this you should see in the app's overview you have an "Application (client) ID" and a "Directory (tenant) ID", these two are important so that your API call will actually be using your app and your account.

...