Skip to content

Commit b339f69

Browse files
authored
Merge pull request #92444 from ggailey777/patch-12
Add links to comparison articles
2 parents a2a57dc + 92a5149 commit b339f69

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/azure-functions/functions-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: H1Hack27Feb2017
1515

1616
# Optimize the performance and reliability of Azure Functions
1717

18-
This article provides guidance to improve the performance and reliability of your [serverless](https://azure.microsoft.com/solutions/serverless/) function apps.
18+
This article provides guidance to improve the performance and reliability of your [serverless](https://azure.microsoft.com/solutions/serverless/) function apps.
1919

2020
## General best practices
2121

articles/azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ This article compares the following Microsoft cloud services:
2323
* [Azure Functions](https://azure.microsoft.com/services/functions/)
2424
* [Azure App Service WebJobs](../app-service/webjobs-create.md)
2525

26-
All of these services can solve integration problems and automate business processes. They can all define input, actions, conditions, and output. You can run each of them on a schedule or trigger. Each service has unique advantages, and this article explains the differences.
26+
All of these services can solve integration problems and automate business processes. They can all define input, actions, conditions, and output. You can run each of them on a schedule or trigger. Each service has unique advantages, and this article explains the differences.
27+
28+
If you're looking for a more general comparison between Azure Functions and other Azure compute options, see [Criteria for choosing an Azure compute service](/azure/architecture/guide/technology-choices/compute-comparison) and [Choosing an Azure compute option for microservices](/azure/architecture/microservices/design/compute-options).
2729

2830
## Compare Microsoft Flow and Azure Logic Apps
2931

0 commit comments

Comments
 (0)