Skip to content

Commit c4813ee

Browse files
committed
Add changes based on feedback
1 parent 83a83e0 commit c4813ee

File tree

5 files changed

+13
-31
lines changed

5 files changed

+13
-31
lines changed

articles/connectors/connectors-create-api-office365-outlook.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 06/18/2025
8+
ms.date: 06/19/2025
99
---
1010

1111
# Connect to Office 365 Outlook from workflows in Azure Logic Apps
@@ -22,8 +22,8 @@ For example, your workflow can perform the following tasks:
2222

2323
> [!NOTE]
2424
>
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).
2727
> To connect to Outlook with a different user account, such as a service account, see [Connect using other accounts](#connect-using-other-accounts).
2828
2929
## Connector technical reference

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

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 06/18/2025
8+
ms.date: 06/19/2025
99
## As a developer, I want to access my SQL database from my logic app workflow.
1010
---
1111

@@ -260,15 +260,9 @@ In the connection information box, complete the following steps:
260260
| [**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) |
261261
| [**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) |
262262

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:
264264

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.":::
272266

273267
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.
274268

@@ -292,13 +286,7 @@ In the connection information box, complete the following steps:
292286
293287
This database information box looks similar to the following example:
294288

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":::
302290

303291
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).
304292

@@ -338,15 +326,9 @@ In the connection information box, complete the following steps:
338326
> * `User ID={your-user-name}`
339327
> * `Password={your-password}`
340328
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.
348330

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":::
350332

351333
1. When you're ready, select **Create**.
352334

articles/connectors/file-system.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 06/18/2025
8+
ms.date: 06/19/2025
99
---
1010

1111
# Connect to on-premises file systems from workflows in Azure Logic Apps
@@ -83,9 +83,9 @@ The File System connector has different versions, based on [logic app type and h
8383
To use a **File System** action, your workflow can start with any trigger that best fits your scenario.
8484

8585
If you don't have a logic app resource and workflow, see the following articles:
86-
87-
* [Create an example Consumption logic app workflow](../logic-apps/quickstart-create-example-consumption-workflow.md)
88-
* [Create an example Standard logic app workflow](../logic-apps/create-single-tenant-workflows-azure-portal.md)
86+
87+
* [Create an example Consumption logic app workflow](../logic-apps/quickstart-create-example-consumption-workflow.md)
88+
* [Create an example Standard logic app workflow](../logic-apps/create-single-tenant-workflows-azure-portal.md)
8989

9090
<a name="add-file-system-trigger"></a>
9191

17.1 KB
Loading
-75 KB
Loading

0 commit comments

Comments
 (0)