Skip to content

Commit 2291ca2

Browse files
committed
Add note about Gmail connector use
1 parent e18c1b6 commit 2291ca2

10 files changed

+66
-22
lines changed

articles/connectors/connectors-create-api-oracledatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This article shows you how to use the Oracle Database connector in a logic app.
6767

6868
![](./media/connectors-create-api-oracledatabase/table-rowid.png)
6969

70-
7. In this next step, you can use any of the other connectors to build your workflow. If you want to test getting data from Oracle, then send yourself an email with the Oracle data using one of the send email connectors, such Office 365 or Gmail. Use the dynamic tokens from the Oracle table to build the `Subject` and `Body` of your email:
70+
7. In this next step, you can use any of the other connectors to build your workflow. If you want to test getting data from Oracle, then send yourself an email with the Oracle data using one of the send email connectors, such Office 365 Outlook. Use the dynamic tokens from the Oracle table to build the `Subject` and `Body` of your email:
7171

7272
![](./media/connectors-create-api-oracledatabase/oracle-send-email.png)
7373

articles/event-grid/monitor-virtual-machine-changes-event-grid-logic-app.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ In this tutorial, you learn how to:
4444

4545
This tutorial uses an Office 365 Outlook account. If you use a different email account, the general steps stay the same, but your UI might appear slightly different.
4646

47+
> [!IMPORTANT]
48+
> If you want to use the Gmail connector, only G-Suite business accounts can use this connector
49+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
50+
> connector with only specific Google-approved apps and services. For more information, see
51+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
52+
4753
* A [virtual machine](https://azure.microsoft.com/services/virtual-machines) that's alone in its own Azure resource group. If you haven't already done so, create a virtual machine through the [Create a VM tutorial](../virtual-machines/windows/quick-create-portal.md). To make the virtual machine publish events, you [don't need to do anything else](../event-grid/overview.md).
4854

4955
## Create blank logic app

articles/logic-apps/logic-apps-batch-process-send-receive-messages.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ batch sender because they're not visible to each other.
4444

4545
## Prerequisites
4646

47-
To follow this example, you need these items:
48-
49-
* An Azure subscription. If you don't have a subscription, you can
50-
[start with a free Azure account](https://azure.microsoft.com/free/).
47+
* An Azure subscription. If you don't have a subscription, you can [start with a free Azure account](https://azure.microsoft.com/free/).
5148
Or, [sign up for a Pay-As-You-Go subscription](https://azure.microsoft.com/pricing/purchase-options/).
5249

53-
* An email account with any
54-
[email provider supported by Azure Logic Apps](../connectors/apis-list.md)
50+
* An email account with any [email provider supported by Azure Logic Apps](../connectors/apis-list.md)
51+
52+
> [!IMPORTANT]
53+
> If you want to use the Gmail connector, only G-Suite business accounts can use the Gmail connector
54+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
55+
> connector only with specific Google-approved apps and services. For more information, see
56+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
5557
56-
* Basic knowledge about
57-
[how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md)
58+
* Basic knowledge about [how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md)
5859

59-
* To use Visual Studio rather than the Azure portal, make sure you
60-
[set up Visual Studio for working with Logic Apps](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
60+
* To use Visual Studio rather than the Azure portal, make sure you [set up Visual Studio for working with Logic Apps](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
6161

6262
<a name="batch-receiver"></a>
6363

@@ -119,11 +119,7 @@ Select this trigger: **Batch messages**
119119
2. In the search box, enter "send email" as your filter.
120120
Based on your email provider, select an email connector.
121121

122-
For example, if you have a personal account,
123-
such as @outlook.com or @hotmail.com,
124-
select the Outlook.com connector.
125-
If you have a Gmail account, select the Gmail connector.
126-
This example uses Office 365 Outlook.
122+
For example, if you have a personal account, such as @outlook.com or @hotmail.com, select the Outlook.com connector. This example uses the Office 365 Outlook connector.
127123

128124
3. Select this action: **Send an email - <*email provider*>**
129125

articles/logic-apps/logic-apps-examples-and-scenarios.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,15 @@ Here are examples that describe commonly-used triggers:
3131
* [Schedule and run recurring automated tasks, processes, and workflows with Azure Logic Apps](../logic-apps/concepts-schedule-automated-recurring-tasks-workflows.md)
3232
* [Tutorial: Create automated, schedule-based recurring workflows by using Azure Logic Apps](../logic-apps/tutorial-build-schedule-recurring-logic-app-workflow.md)
3333

34-
* The **When an email is received** trigger lets your logic app check for new email from any mail provider that's supported by Logic Apps, for example, [Office 365 Outlook](../connectors/connectors-create-api-office365-outlook.md), [Gmail](https://docs.microsoft.com/connectors/gmail/), [Outlook.com](https://docs.microsoft.com/connectors/outlook/), and so on. For more information, see these topics:<p>
34+
* The **When an email is received** trigger lets your logic app check for new email from any mail provider that's supported by Logic Apps, for example, [Office 365 Outlook](../connectors/connectors-create-api-office365-outlook.md), [Gmail](https://docs.microsoft.com/connectors/gmail/), [Outlook.com](https://docs.microsoft.com/connectors/outlook/), and so on.
35+
36+
> [!IMPORTANT]
37+
> If you want to use the Gmail connector, only G-Suite business accounts can use the Gmail connector
38+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
39+
> connector only with specific Google-approved apps and services. For more information, see
40+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
41+
42+
For more information, see these topics:<p>
3543

3644
* [Tutorial: Create automated approval-based workflows by using Azure Logic Apps](../logic-apps/tutorial-process-mailing-list-subscriptions-workflow.md)
3745
* [Tutorial: Automate tasks to process emails by using Azure Logic Apps, Azure Functions, and Azure Storage](../logic-apps/tutorial-process-email-attachments-workflow.md)

articles/logic-apps/logic-apps-using-file-connector.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ This article shows how you can connect to an on-premises file system as describe
3232

3333
* An email account from a provider that's supported by Logic Apps, such as Office 365 Outlook, Outlook.com, or Gmail. For other providers, [review the connectors list here](https://docs.microsoft.com/connectors/). This logic app uses an Office 365 Outlook account. If you use another email account, the overall steps are the same, but your UI might slightly differ.
3434

35+
> [!IMPORTANT]
36+
> If you want to use the Gmail connector, only G-Suite business accounts can use the Gmail connector
37+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
38+
> connector only with specific Google-approved apps and services. For more information, see
39+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
40+
3541
* Basic knowledge about [how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md). For this example, you need a blank logic app.
3642

3743
## Add trigger

articles/logic-apps/quickstart-create-first-logic-app-workflow.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ This quickstart introduces the basic general concepts behind how to build your f
1515

1616
![High-level example logic app workflow](./media/quickstart-create-first-logic-app-workflow/quickstart-workflow-overview.png)
1717

18-
For this scenario, you need an email account from a service that's supported by Azure Logic Apps, such as Office 365 Outlook, Outlook.com, or Gmail. For other supported email services, [review the connectors list here](https://docs.microsoft.com/connectors/). In this example, the logic app uses Office 365 Outlook. If you use a different email service, the overall general steps are the same, but your user interface might differ slightly.
18+
For this scenario, you need an Azure subscription or [sign up for a free Azure account](https://azure.microsoft.com/free/), an email account from a service that's supported by Azure Logic Apps, such as Office 365 Outlook, Outlook.com, or Gmail. For other supported email services, [review the connectors list here](https://docs.microsoft.com/connectors/). In this example, the logic app uses an Office 365 Outlook account. If you use a different email service, the overall general steps are the same, but your user interface might differ slightly.
1919

20-
Also, if you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
20+
> [!IMPORTANT]
21+
> If you want to use the Gmail connector, only G-Suite business accounts can use the Gmail connector
22+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
23+
> connector only with specific Google-approved apps and services. For more information, see
24+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
2125
2226
## Sign in to the Azure portal
2327

articles/logic-apps/quickstart-create-logic-apps-visual-studio-code.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,16 @@ Before you start, make sure that you have these items:
125125
For example, here is a sample logic app workflow definition, which starts with an RSS trigger and an Office 365 Outlook action. Usually, JSON elements appear alphabetically in each section. However, this sample shows these elements roughly in the order that the logic app's steps appear in the designer.
126126

127127
> [!IMPORTANT]
128-
> If you want to reuse this sample logic app definition, you need an Office 365 organizational account, for example, @fabrikam.com.
129-
> Make sure that you replace the fictitious email address with your own email address. To use a different email connector,
130-
> such as Outlook.com or Gmail, replace the `Send_an_email_action` action with a similar action available from an
128+
> If you want to reuse this sample logic app definition, you need an Office 365 organizational account,
129+
> for example, @fabrikam.com. Make sure that you replace the fictitious email address with your own
130+
> email address. To use a different email connector, such as Outlook.com or Gmail, replace the
131+
> `Send_an_email_action` action with a similar action available from an
131132
> [email connector that's supported by Azure Logic Apps](../connectors/apis-list.md).
133+
>
134+
> If you want to use the Gmail connector, only G-Suite business accounts can use the Gmail connector
135+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
136+
> connector only with specific Google-approved apps and services. For more information, see
137+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
132138
133139
```json
134140
{

articles/logic-apps/quickstart-create-logic-apps-with-visual-studio.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ In this quickstart, you create the same logic app with Visual Studio as the Azur
5353

5454
* An email account that's supported by Logic Apps, such as Office 365 Outlook, Outlook.com, or Gmail. For other providers, review the [connectors list here](https://docs.microsoft.com/connectors/). This example uses Office 365 Outlook. If you use a different provider, the overall steps are the same, but your UI might slightly differ.
5555

56+
> [!IMPORTANT]
57+
> If you want to use the Gmail connector, only G-Suite business accounts can use the Gmail connector
58+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
59+
> connector only with specific Google-approved apps and services. For more information, see
60+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
61+
5662
<a name="create-resource-group-project"></a>
5763

5864
## Create Azure resource group project

articles/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ When you're done, your logic app looks like this workflow at a high level:
3333

3434
* An email account from an email provider that's supported by Logic Apps, such as Office 365 Outlook, Outlook.com, or Gmail. For other providers, [review the connectors list here](https://docs.microsoft.com/connectors/). This quickstart uses an Office 365 Outlook account. If you use a different email account, the general steps stay the same, but your UI might slightly differ.
3535

36+
> [!IMPORTANT]
37+
> If you want to use the Gmail connector, only G-Suite business accounts can use the Gmail connector
38+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
39+
> connector only with specific Google-approved apps and services. For more information, see
40+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
41+
3642
* To get the travel time for a route, you need an access key for the Bing Maps API. To get this key, follow the steps for [how to get a Bing Maps key](https://docs.microsoft.com/bingmaps/getting-started/bing-maps-dev-center-help/getting-a-bing-maps-key).
3743

3844
## Sign in to the Azure portal

articles/logic-apps/tutorial-process-email-attachments-workflow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ When you're done, your logic app looks like this workflow at a high level:
3737

3838
This logic app uses an Office 365 Outlook account. If you use a different email account, the general steps stay the same, but your UI might appear slightly different.
3939

40+
> [!IMPORTANT]
41+
> If you want to use the Gmail connector, only G-Suite business accounts can use the Gmail connector
42+
> without restrictions in logic apps. If you have a Gmail consumer account, you can use the Gmail
43+
> connector only with specific Google-approved apps and services. For more information, see
44+
> [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md).
45+
4046
* Download and install the [free Microsoft Azure Storage Explorer](https://storageexplorer.com/). This tool helps you check that your storage container is correctly set up.
4147

4248
## Sign in to Azure portal

0 commit comments

Comments
 (0)