Skip to content

Commit 11eaccc

Browse files
authored
More typescript fixes
1 parent 2d47647 commit 11eaccc

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

articles/azure-functions/functions-scenarios.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,11 @@ Functions is often the compute component in a serverless workflow topology, such
327327
+ Training: [Deploy serverless APIs with Azure Functions, Logic Apps, and Azure SQL Database](/training/modules/deploy-backend-apis/)
328328
::: zone-end
329329

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+
330335
::: zone pivot="programming-language-python"
331336
+ Quickstart: [Create your first durable function in Azure using Python](./durable/quickstart-python-vscode.md)
332337
+ 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
346351

347352
[ ![Diagram of a function being used to respond to database changes.](./media/functions-scenarios/respond-to-database-changes.png) ](./media/functions-scenarios/respond-to-database-changes-expanded.png#lightbox)
348353

349-
Consider the following examples:
354+
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-python"
355+
Consider these examples:
356+
::: zone-end
350357

351358
::: zone pivot="programming-language-csharp"
352359
+ 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
372379

373380
[ ![Diagram of Azure Functions in a reliable message system.](./media/functions-scenarios/create-reliable-message-systems.png) ](./media/functions-scenarios/create-reliable-message-systems-expanded.png#lightbox)
374381

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

377384
::: zone pivot="programming-language-csharp"
378385
+ 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.
410417
::: zone pivot="programming-language-javascript"
411418
+ [Azure Service Bus trigger for Azure Functions](functions-bindings-service-bus-trigger.md?pivots=programming-language-javascript)
412419
::: 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
414423
::: zone pivot="programming-language-python"
415424
+ [Azure Service Bus trigger for Azure Functions](functions-bindings-service-bus-trigger.md?pivots=programming-language-python)
416425
::: zone-end

0 commit comments

Comments
 (0)