connectors to applications 'azureeventgrid' is not compatible with the Gmail

CloudRock 366 Reputation points
2020-07-02T15:57:39.507+00:00

As part of microsoft integration service. I'm using an azure logic app that should send message to my GMAIL address each time an event is happening in a VM under a specified resource group.

Scenario applied is :

  1. create RG + VM
  2. create blank logic app
  3. add event grid trigger
  4. add condition ......
  5. send email notificiations

(as of the link : https://learn.microsoft.com/en-us/azure/event-grid/monitor-virtual-machine-changes-event-grid-logic-app#:%7E:text=Sign%20in%20to%20the%20Azure,%27re%20done%2C%20select%20Create. )

But Logic app designer denied to save as I receive the following message :

Failed to save logic app XXXXla01. The operation on workflow 'XXXXla01' cannot be completed because it contains connectors to applications 'azureeventgrid' which are not compatible with the Gmail connector.

When workraround, I find this https://learn.microsoft.com/en-us/azure/connectors/connectors-google-data-security-privacy-policy that stated some google policies update.

I'm looking now for an alternative to this issue, where I can still use an azure resource that send notifications to my GMAIL address everytime an event is happening to my VM.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,656 Reputation points
    2020-07-03T02:59:05.913+00:00

    Hi @bassamballaji-4529

    Welcome to Microsoft Q&A! Thanks for posting the question.

    If you want to use the Gmail connector, only G-Suite business accounts can use this connector without restriction in logic apps. If you have a Gmail consumer account, you can use this connector with only specific Google-approved services, or you can create a Google client app to use for authentication with your Gmail connector. For more information, see Data security and privacy policies for Google connectors in Azure Logic Apps.

    Unfortunately, this is the only way: https://learn.microsoft.com/en-us/azure/connectors/connectors-google-data-security-privacy-policy#steps-for-affected-logic-apps

    1 person found this answer helpful.