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-sqlazure.md
+14-3Lines changed: 14 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: 01/10/2024
8
+
ms.date: 08/06/2024
9
9
## As a developer, I want to access my SQL database from my logic app workflow.
10
10
---
11
11
@@ -59,8 +59,19 @@ For more information, review the [SQL Server managed connector reference](/conne
59
59
60
60
> [!IMPORTANT]
61
61
>
62
-
> If you use an SQL Server connection string that you copied directly from the Azure portal,
63
-
> you have to manually add your password to the connection string.
62
+
> If you use an SQL Server connection string that you copied directly from the Azure portal, you have to manually
63
+
> add your password to the connection string. For sensitive information, such as this string, make sure to use the
64
+
> most secure authentication flow available. Microsoft recommends that you authenticate access to Azure resources
65
+
> with a [managed identity](/entra/identity/managed-identities-azure-resources/overview) when possible, and assign
66
+
> a role that has the least privilege necessary.
67
+
>
68
+
> If this capability is unavailable, make sure to secure connection strings through other measures, such as
69
+
> [Azure Key Vault](../key-vault/general/overview.md), which you can use with [app settings in Standard workflows](../logic-apps/edit-app-settings-host-settings.md).
70
+
> You can then [directly reference secure strings](../app-service/app-service-key-vault-references.md), such as connection
71
+
> strings and keys. Similar to ARM templates, where you can define environment variables at deployment time, you can define
72
+
> app settings within your [Standard logic app workflow definition](/azure/templates/microsoft.logic/workflows).
73
+
> You can then capture dynamically generated infrastructure values, such as connection endpoints, storage strings, and more.
74
+
> For more information, see [Application types for the Microsoft identity platform](/entra/identity-platform/v2-app-types).
64
75
65
76
* For an SQL database in Azure, the connection string has the following format:
0 commit comments