Create Entra ID from Gmail using Azure Logic App

John Eric Matias 0 Reputation points
2023-12-09T11:14:39.1733333+00:00

Hi There,

Is it possible to automate creation Entra ID from Gmail using Azure Logic App?

I used 2 action only:

When received Gmail

Create Entra ID app

I am receiving this:

Save logic app failed

Failed to save logic app OnboardingAutomator. The operation on workflow 'OnboardingAutomator' cannot be completed because it contains connectors to applications 'azuread' which are not compatible with the Gmail connector. Please see https://aka.ms/la-gmaildocs for more information.

please somebody help :(

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 41,111 Reputation points Volunteer Moderator
    2023-12-09T15:44:46.7466667+00:00

    From the error I think there is a compatibility issue between the Gmail and Azure AD connectors. Try to verify whether these connectors can work together in the same Logic App. Sometimes, specific connectors are not designed to work together due to security or technical limitations.

    https://learn.microsoft.com/en-us/azure/connectors/connectors-google-data-security-privacy-policy

    If direct integration is not possible, consider using intermediate steps or services. For example, you can use an HTTP request to interact with Azure AD API, or store the Gmail data temporarily in a compatible service like Azure Blob Storage, and then process it to create an Entra ID.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.