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/azure-functions/functions-bindings-azure-sql-trigger.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ For more information on change tracking and how it's used by applications such a
42
42
::: zone pivot="programming-language-csharp"
43
43
44
44
## Example usage
45
+
<aid="example"></a>
45
46
46
47
47
48
# [In-process](#tab/in-process)
@@ -228,6 +229,7 @@ public static void Run(IReadOnlyList<SqlChange<ToDoItem>> todoChanges, ILogger l
228
229
229
230
::: zone pivot="programming-language-java"
230
231
## Example usage
232
+
<aid="example"></a>
231
233
232
234
More samples for the Azure SQL trigger are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/release/trigger/samples/samples-java).
233
235
@@ -346,6 +348,7 @@ public class ProductsTrigger {
346
348
347
349
::: zone pivot="programming-language-powershell"
348
350
## Example usage
351
+
<aid="example"></a>
349
352
350
353
More samples for the Azure SQL trigger are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/release/trigger/samples/samples-powershell).
More samples for the Azure SQL trigger are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/release/trigger/samples/samples-js).
More samples for the Azure SQL trigger are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/release/trigger/samples/samples-python).
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-reference.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ The following components support identity-based connections:
119
119
| Azure Blobs triggers and bindings | All |[Azure Blobs extension version 5.0.0 or later][blobv5],<br/>[Extension bundle 3.3.0 or later][blobv5]|
120
120
| Azure Queues triggers and bindings | All |[Azure Queues extension version 5.0.0 or later][queuev5],<br/>[Extension bundle 3.3.0 or later][queuev5]|
121
121
| Azure Tables (when using Azure Storage) | All |[Azure Tables extension version 1.0.0 or later](./functions-bindings-storage-table.md#table-api-extension),<br/>[Extension bundle 3.3.0 or later][tablesv1]|
122
+
| Azure SQL Database | All | [Connect a function app to Azure SQL with managed identity and SQL bindings][azuresql-identity]
122
123
| Azure Event Hubs triggers and bindings | All |[Azure Event Hubs extension version 5.0.0 or later][eventhubv5],<br/>[Extension bundle 3.3.0 or later][eventhubv5]|
123
124
| Azure Service Bus triggers and bindings | All |[Azure Service Bus extension version 5.0.0 or later][servicebusv5],<br/>[Extension bundle 3.3.0 or later][servicebusv5]|
124
125
| Azure Cosmos DB triggers and bindings | All |[Azure Cosmos DB extension version 4.0.0 or later][cosmosv4],<br/> [Extension bundle 4.0.2 or later][cosmosv4]|
@@ -134,6 +135,7 @@ The following components support identity-based connections:
| Azure Cosmos DB |[Trigger](../articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md?tabs=csharp#example)<br/>[Input](../articles/azure-functions/functions-bindings-cosmosdb-v2-input.md?tabs=csharp#example)<br/>[Output](../articles/azure-functions/functions-bindings-cosmosdb-v2-output.md?tabs=csharp#example)|[Link](https://www.serverlesslibrary.net/?technology=Cosmos%2CCosmos%20DB&language=C%23)|
| Azure Cosmos DB |[Trigger](../articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md?tabs=java#example)<br/>[Input](../articles/azure-functions/functions-bindings-cosmosdb-v2-input.md?tabs=java#example)<br/>[Output](../articles/azure-functions/functions-bindings-cosmosdb-v2-output.md?tabs=java#example)|[Link](https://www.serverlesslibrary.net/?technology=Cosmos%2CCosmos%20DB&language=Java)|
| Azure Cosmos DB |[Trigger](../articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md?tabs=javascript#example)<br/>[Input](../articles/azure-functions/functions-bindings-cosmosdb-v2-input.md?tabs=javascript#example)<br/>[Output](../articles/azure-functions/functions-bindings-cosmosdb-v2-output.md?tabs=javascript#example)|[Link](https://www.serverlesslibrary.net/?technology=Cosmos%2CCosmos%20DB&language=JavaScript)|
| Azure Cosmos DB |[Trigger](../articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md?tabs=powershell#example)<br/>[Input](../articles/azure-functions/functions-bindings-cosmosdb-v2-input.md?tabs=powershell#example)<br/>[Output](../articles/azure-functions/functions-bindings-cosmosdb-v2-output.md?tabs=powershell#example)|[Link](https://www.serverlesslibrary.net/?technology=Cosmos%2CCosmos%20DB&language=PowerShell)|
| Azure Cosmos DB |[Trigger](../articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md?tabs=python#example)<br/>[Input](../articles/azure-functions/functions-bindings-cosmosdb-v2-input.md?tabs=python#example)<br/>[Output](../articles/azure-functions/functions-bindings-cosmosdb-v2-output.md?tabs=python#example)|[Link](https://www.serverlesslibrary.net/?technology=Cosmos%2CCosmos%20DB&language=Python)|
0 commit comments