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-scenarios.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,11 @@ Functions is often the compute component in a serverless workflow topology, such
327
327
+ Training: [Deploy serverless APIs with Azure Functions, Logic Apps, and Azure SQL Database](/training/modules/deploy-backend-apis/)
328
328
::: zone-end
329
329
330
+
::: zone pivot="programming-language-typescript"
331
+
+ Quickstart: [Create your first durable function in Azure using JavaScript](./durable/quickstart-ts-vscode.md)
332
+
+ Training: [Deploy serverless APIs with Azure Functions, Logic Apps, and Azure SQL Database](/training/modules/deploy-backend-apis/)
333
+
::: zone-end
334
+
330
335
::: zone pivot="programming-language-python"
331
336
+ Quickstart: [Create your first durable function in Azure using Python](./durable/quickstart-python-vscode.md)
332
337
+ Training: [Deploy serverless APIs with Azure Functions, Logic Apps, and Azure SQL Database](/training/modules/deploy-backend-apis/)
@@ -346,7 +351,9 @@ There are processes where you might need to log, audit, or perform some other op
346
351
347
352
[](./media/functions-scenarios/respond-to-database-changes-expanded.png#lightbox)
348
353
349
-
Consider the following examples:
354
+
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-python"
355
+
Consider these examples:
356
+
::: zone-end
350
357
351
358
::: zone pivot="programming-language-csharp"
352
359
+ Article: [Connect Azure Functions to Azure Cosmos DB using Visual Studio Code](functions-add-output-binding-cosmos-db-vs-code.md?pivots=programming-language-csharp&tabs=isolated-process)
@@ -372,7 +379,7 @@ For example, you can use triggers on Azure Storage queues as a way to chain toge
372
379
373
380
[](./media/functions-scenarios/create-reliable-message-systems-expanded.png#lightbox)
374
381
375
-
The following article shows how to write output to a storage queue.
382
+
These articles show how to write output to a storage queue:
376
383
377
384
::: zone pivot="programming-language-csharp"
378
385
+ Article: [Connect Azure Functions to Azure Storage using Visual Studio Code](functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-csharp&tabs=isolated-process)
@@ -410,7 +417,9 @@ And these articles show how to trigger from an Azure Service Bus queue or topic.
410
417
::: zone pivot="programming-language-javascript"
411
418
+[Azure Service Bus trigger for Azure Functions](functions-bindings-service-bus-trigger.md?pivots=programming-language-javascript)
412
419
::: zone-end
413
-
420
+
::: zone pivot="programming-language-typescript"
421
+
+[Azure Service Bus trigger for Azure Functions](functions-bindings-service-bus-trigger.md?pivots=programming-language-typescript)
422
+
::: zone-end
414
423
::: zone pivot="programming-language-python"
415
424
+[Azure Service Bus trigger for Azure Functions](functions-bindings-service-bus-trigger.md?pivots=programming-language-python)
0 commit comments