Skip to content

Commit 35fed0d

Browse files
authored
Merge pull request #290314 from craigshoemaker/swa/remove-distributed-functions
[Static Web Apps] Remove distributed-functions.md
2 parents e59a990 + 857be5c commit 35fed0d

File tree

5 files changed

+6
-50
lines changed

5 files changed

+6
-50
lines changed

articles/operational-excellence/relocation-static-web-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Review the following prerequisites before you prepare for the relocation.
3333
- If using integrated API support provided by Azure Functions:
3434
- Determine the availability of Azure Functions in the target region.
3535
- Determine if Function API Keys are being used. For example, are you using Key Vault or do you deploy them as part of your application configuration files?
36-
- Determine the deployment model for API support in the target region: [Distributed managed functions](../static-web-apps/distributed-functions.md) or [Bring Your own functions](../static-web-apps/functions-bring-your-own.md). Understand the differences between the two models.
36+
- Determine the deployment model for API support in the target region: [Bring Your own functions](../static-web-apps/functions-bring-your-own.md). Understand the differences between the two models.
3737

3838
- Ensure that the Standard Hosting Plan is used to host the Static Web App. For more information about hosting plans, see [Azure Static Web Apps hosting plans](../static-web-apps/plans.md).
3939

articles/static-web-apps/.openpublishing.redirection.static-web-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"source_path_from_root": "/articles/static-web-apps/github-actions-workflow.md",
2525
"redirect_url": "/azure/static-web-apps/build-configuration",
2626
"redirect_document_id": true
27+
},
28+
{
29+
"source_path_from_root": "/articles/static-web-apps/distributed-functions.md",
30+
"redirect_url": "/azure/static-web-apps/apis-overview",
31+
"redirect_document_id": true
2732
}
2833
]
2934
}

articles/static-web-apps/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@
105105
items:
106106
- name: Integration options
107107
href: apis-functions.md
108-
- name: Distributed functions
109-
href: distributed-functions.md
110108
- name: Tutorials
111109
items:
112110
- name: Add an API

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ The following table contrasts the differences between using managed and existing
2828
| Supported Azure Functions [hosting plans](../azure-functions/functions-scale.md) | Consumption | Consumption<br>Premium<br>Dedicated |
2929
| [Integrated security](user-information.md) with direct access to user authentication and role-based authorization data |||
3030
| [Routing integration](./configuration.md?#routes) that makes the `/api` route available to the web app securely without requiring custom CORS rules. |||
31-
| [Distributed functions (preview)](./distributed-functions.md) for dynamic global distribution of backend compute. |||
3231
| [Durable Functions](../azure-functions/durable/durable-functions-overview.md) programming model |||
3332
| [Managed identity](../app-service/overview-managed-identity.md) |||
3433
| [Azure App Service Authentication and Authorization](../app-service/configure-authentication-provider-aad.md) token management |||
@@ -39,9 +38,6 @@ The following table contrasts the differences between using managed and existing
3938

4039
[!INCLUDE [APIs overview](../../includes/static-web-apps-apis-overview.md)]
4140

42-
> [!NOTE]
43-
> [Distributed functions](./distributed-functions.md) is available with managed functions. Distributed functions automatically distribute your managed functions to regions of high request loads.
44-
4541
## Configuration
4642

4743
API endpoints are available to the web app through the `api` route.

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

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)