Skip to content

Commit 5dd94f5

Browse files
Update articles/static-web-apps/distributed-functions.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 57cab6e commit 5dd94f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/static-web-apps/distributed-functions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ ms.author: cshoe
1111

1212
# Distributed managed functions in Azure Static Web Apps (preview)
1313

14-
Enable distributed functions on your Static Web Apps to enable dynamic distribution of your Static Web Apps' managed functions to regions of high request load. Distributed functions replicate your managed functions
15-
to regions close to your users to ensure minimal network latency and optimized application performance for your users. Distributed functions are only available on the [Standard hosting plan](plans.md).
14+
As requests to your APIs increase, you often want to distribute your APIs to the Azure regions getting the most demand. When you enable dynamic distribution, your API functions are automatically replicated to the regions closest to highest levels of incoming requests. For each request, Azure automatically directs traffic to the most appropriate region. Distributing your APIs reduces network latency and increases application performance and reliability of your static web app.
15+
16+
Distributed functions are only available on the [Standard hosting plan](plans.md).
1617

1718

1819
Distributed functions can help reduce your network latency by up to 70%. Decreased network latency leads to improved performance and responsiveness of web applications with global audiences. Distributed functions can also improve application performance when quick response times are needed for responsive personalization, routing or authorization.

0 commit comments

Comments
 (0)