You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-office365-outlook.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 06/18/2025
8
+
ms.date: 06/19/2025
9
9
---
10
10
11
11
# Connect to Office 365 Outlook from workflows in Azure Logic Apps
@@ -22,8 +22,8 @@ For example, your workflow can perform the following tasks:
22
22
23
23
> [!NOTE]
24
24
>
25
-
> The Office 365 Outlook connector works only with a [work or school account](https://support.microsoft.com/office/what-account-to-use-with-office-and-you-need-one-914e6610-2763-47ac-ab36-602a81068235#bkmk_msavsworkschool), for example, *@fabrikam.onmicrosoft.com*.
26
-
> If you have an *@outlook.com* or *@hotmail.com* account, use the [Outlook.com connector](../connectors/connectors-create-api-outlook.md).
25
+
> The Office 365 Outlook connector works only with a [work or school account](https://support.microsoft.com/office/what-account-to-use-with-office-and-you-need-one-914e6610-2763-47ac-ab36-602a81068235#bkmk_msavsworkschool), for example, @fabrikam.onmicrosoft.com.
26
+
> If you have an @outlook.com or @hotmail.com account, use the [Outlook.com connector](../connectors/connectors-create-api-outlook.md).
27
27
> To connect to Outlook with a different user account, such as a service account, see [Connect using other accounts](#connect-using-other-accounts).
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-sqlazure.md
+6-24Lines changed: 6 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 06/18/2025
8
+
ms.date: 06/19/2025
9
9
## As a developer, I want to access my SQL database from my logic app workflow.
10
10
---
11
11
@@ -260,15 +260,9 @@ In the connection information box, complete the following steps:
260
260
|[**Microsoft Entra integrated**](/azure/azure-sql/database/authentication-aad-overview)| Supported with the SQL Server managed connector. <br><br>Requires a valid managed identity in Microsoft Entra that's [enabled on your logic app resource](../logic-apps/authenticate-with-managed-identity.md) and has access to your database. For more information, see these articles: <br><br>- [Azure SQL Security Overview - Authentication](/azure/azure-sql/database/security-overview#authentication) <br>- [Authorize database access to Azure SQL - Authentication and authorization](/azure/azure-sql/database/logins-create-manage#authentication-and-authorization) <br>- [Microsoft Entra authentication for Azure SQL](/azure/azure-sql/database/authentication-aad-overview)|
261
261
|[**SQL Server Authentication**](/sql/relational-databases/security/choose-an-authentication-mode#connecting-through-sql-server-authentication)| Supported with the SQL Server managed connector. <br><br>Requires the following items: <br><br>- A data gateway resource that's previously created in Azure for your connection, regardless whether your logic app is in multitenant Azure Logic Apps. <br><br>- A valid user name and strong password that are created and stored in your SQL Server database. For more information, see the following articles: <br><br>- [Azure SQL Security Overview - Authentication](/azure/azure-sql/database/security-overview#authentication) <br>- [Authorize database access to Azure SQL - Authentication and authorization](/azure/azure-sql/database/logins-create-manage#authentication-and-authorization)|
262
262
263
-
The following examples show how the connection information box might appear if you use the SQL Server *managed* connector and select **Microsoft Entra integrated** authentication:
263
+
The following example shows how the connection information box might appear if you use the SQL Server *managed* connector and select **Microsoft Entra integrated** authentication:
264
264
265
-
**Consumption workflows**
266
-
267
-
:::image type="content" source="media/connectors-create-api-sqlazure/select-azure-ad-sql-cloud-consumption.png" alt-text="Screenshot shows Azure portal, Consumption workflow, and SQL Server cloud connection information with selected authentication type.":::
268
-
269
-
**Standard workflows**
270
-
271
-
:::image type="content" source="media/connectors-create-api-sqlazure/select-azure-ad-sql-cloud-standard.png" alt-text="Screenshot shows Azure portal, Standard workflow, and SQL Server cloud connection information with selected authentication type.":::
265
+
:::image type="content" source="media/connectors-create-api-sqlazure/select-azure-ad-sql-cloud-standard.png" alt-text="Screenshot shows SQL Server cloud connection information with selected authentication type.":::
272
266
273
267
1. After you select **Microsoft Entra integrated**, select **Sign in**. Based on whether you use Azure SQL Database or SQL Managed Instance, select your user credentials for authentication.
274
268
@@ -292,13 +286,7 @@ In the connection information box, complete the following steps:
292
286
293
287
This database information box looks similar to the following example:
294
288
295
-
**Consumption workflows**
296
-
297
-
:::image type="content" source="media/connectors-create-api-sqlazure/azure-sql-database-information-consumption.png" alt-text="Screenshot shows SQL cloud database cloud information with sample values for Consumption." lightbox="media/connectors-create-api-sqlazure/azure-sql-database-information-consumption.png":::
298
-
299
-
**Standard workflows**
300
-
301
-
:::image type="content" source="media/connectors-create-api-sqlazure/azure-sql-database-information-standard.png" alt-text="Screenshot shows SQL cloud database information with sample values for Standard." lightbox="media/connectors-create-api-sqlazure/azure-sql-database-information-standard.png":::
289
+
:::image type="content" source="media/connectors-create-api-sqlazure/azure-sql-database-information-standard.png" alt-text="Screenshot shows SQL cloud database information with sample values." lightbox="media/connectors-create-api-sqlazure/azure-sql-database-information-standard.png":::
302
290
303
291
1. Now, continue with the steps that you haven't completed yet in either [Add a SQL trigger](#add-sql-trigger) or [Add a SQL action](#add-sql-action).
304
292
@@ -338,15 +326,9 @@ In the connection information box, complete the following steps:
338
326
> *`User ID={your-user-name}`
339
327
> *`Password={your-password}`
340
328
341
-
The following examples show how the connection information box might appear if you select **Windows** authentication.
342
-
343
-
**Consumption workflows**
344
-
345
-
:::image type="content" source="media/connectors-create-api-sqlazure/select-windows-authentication-consumption.png" alt-text="Screenshot shows Azure portal, Consumption workflow, and SQL Server on-premises connection information with selected authentication." lightbox="media/connectors-create-api-sqlazure/select-windows-authentication-consumption.png":::
346
-
347
-
**Standard workflows**
329
+
The following example shows how the connection information box might appear if you select **Windows** authentication.
348
330
349
-
:::image type="content" source="media/connectors-create-api-sqlazure/select-windows-authentication-standard.png" alt-text="Screenshot shows Azure portal, Standard workflow, and SQL Server on-premises connection information with selected authentication." lightbox="media/connectors-create-api-sqlazure/select-windows-authentication-standard.png":::
331
+
:::image type="content" source="media/connectors-create-api-sqlazure/select-windows-authentication-standard.png" alt-text="Screenshot shows SQL Server on-premises connection information with selected authentication." lightbox="media/connectors-create-api-sqlazure/select-windows-authentication-standard.png":::
0 commit comments