Skip to content

Commit 75f1b37

Browse files
committed
Fix broken links due to refactor
1 parent 6e9f5f9 commit 75f1b37

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

articles/azure-functions/durable/durable-functions-perf-and-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following diagram illustrates this concept:
2525
In the Consumption and Elastic Premium plans, Durable Functions supports autoscale through the [Azure Functions scale controller](../event-driven-scaling.md#runtime-scaling). The scale controller monitors how long messages and tasks wait before processing. Based on these latencies, it adds or removes workers.
2626

2727
> [!NOTE]
28-
> Starting with Durable Functions 2.0, you can configure function apps to run in VNet-protected service endpoints in the Elastic Premium plan. In this configuration, the Durable Functions triggers start scale requests instead of the scale controller. For more information, see [Runtime scale monitoring](../functions-networking-options.md#elastic-premium-plan-with-virtual-network-triggers).
28+
> Starting with Durable Functions 2.0, you can configure function apps to run in virtual network-protected service endpoints in the Elastic Premium plan. In this configuration, the Durable Functions triggers start scale requests instead of the scale controller. For more information, see [Runtime scale monitoring](../functions-target-based-scaling.md#premium-plan-with-runtime-scale-monitoring-enabled).
2929
3030
On the Premium plan, automatic scaling keeps the number of workers (and operating cost) roughly proportional to the application's load.
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Both Flex Consumption and Premium plans are recommended for reducing cold starts
192192
| Plan | Guidance |
193193
|:--- |: --- |
194194
| **Flex Consumption plan** |[Use always ready instances to keep instances running](flex-consumption-plan.md#always-ready-instances)<br/>• [Set always ready instance counts](flex-consumption-how-to.md#set-always-ready-instance-counts) |
195-
| **Premium plan** |[Implement a Warmup trigger in your function app](functions-bindings-warmup.md)<br/>• [Set the values for Always-Ready instances and Max Burst limit](functions-premium-plan.md#plan-and-sku-settings)<br/>• [Use virtual network trigger support when using non-HTTP triggers on a virtual network](functions-networking-options.md#elastic-premium-plan-with-virtual-network-triggers)|
195+
| **Premium plan** |[Implement a Warmup trigger in your function app](functions-bindings-warmup.md)<br/>• [Set the values for Always-Ready instances and Max Burst limit](functions-premium-plan.md#plan-and-sku-settings)<br/>• [Use virtual network trigger support when using non-HTTP triggers on a virtual network](./functions-target-based-scaling.md#premium-plan-with-runtime-scale-monitoring-enabled)|
196196
| **Dedicated plans** |[Run on at least two instances with Azure App Service Health Check enabled](../app-service/monitor-instances-health-check.md)<br/>• [Implement autoscaling](/azure/architecture/best-practices/auto-scaling)|
197197
| **Consumption plan** | • Review your use of Singleton patterns and the concurrency settings for bindings and triggers to avoid artificially placing limits on how your function app scales.<br/>• [Review the `functionAppScaleLimit` setting, which can limit scale-out](event-driven-scaling.md#limit-scale-out)<br/>• Check for a Daily Usage Quota (GB-Sec) limit set during development and testing. Consider removing this limit in production environments. |
198198

articles/azure-functions/functions-networking-options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use the following resources to quickly get started with Azure Functions networki
3333
* [Restrict your storage account to a virtual network](configure-networking-how-to.md#restrict-your-storage-account-to-a-virtual-network).
3434
* [Control Azure Functions outbound IP with an Azure virtual network NAT gateway](functions-how-to-use-nat-gateway.md).
3535

36-
## Inbound access restrictions
36+
## <a name="inbound-networking-features"></a>Inbound access restrictions
3737

3838
You can use access restrictions to define a priority-ordered list of IP addresses that are allowed or denied access to your app. The list can include IPv4 and IPv6 addresses, or specific virtual network subnets using [service endpoints](#use-service-endpoints). When there are one or more entries, an implicit "deny all" exists at the end of the list. IP restrictions work with all function-hosting options.
3939

@@ -51,13 +51,13 @@ When running on [Container Apps](./functions-container-apps-hosting.md), inbound
5151

5252
::: zone-end
5353

54-
## Private endpoints (inbound)
54+
## <a name="private-endpoints"></a>Private endpoints (inbound)
5555

5656
[!INCLUDE [functions-private-site-access](../../includes/functions-private-site-access.md)]
5757

5858
To call other services that have a private endpoint connection, such as storage or service bus, be sure to configure your app to make [outbound calls to private endpoints](#private-endpoints). For more details on using private endpoints with the storage account for your function app, visit [restrict your storage account to a virtual network](#restrict-your-storage-account-to-a-virtual-network).
5959

60-
## Service endpoints (inbound)
60+
## <a name="service-endpoints"></a>Service endpoints (inbound)
6161

6262
Using service endpoints, you can restrict many Azure services to selected virtual network subnets to provide a higher level of security. Regional virtual network integration enables your function app to reach Azure services that are secured with service endpoints. This configuration is supported on all [plans](functions-scale.md#networking-features) that support virtual network integration. Follow these steps to access a secured service endpoint:
6363

@@ -82,7 +82,7 @@ To learn how to set up service endpoints, see [Establish Azure Functions private
8282

8383
::: zone pivot="flex-consumption-plan,premium-plan,dedicated-plan,container-apps"
8484

85-
## Virtual network integration (outbound)
85+
## <a name="virtual-network-integration"></a>Virtual network integration (outbound)
8686

8787
This section details the features that Functions supports to control data outbound from your app.
8888

@@ -107,7 +107,7 @@ To learn how to set up virtual network integration, see [Enable virtual network
107107

108108
::: zone pivot="flex-consumption-plan,premium-plan,dedicated-plan,container-apps"
109109

110-
## Regional virtual network integration (outbound)
110+
## <a name="regional-virtual-network-integration"></a>Regional virtual network integration (outbound)
111111

112112
Using regional virtual network integration enables your app to access:
113113

articles/azure-functions/functions-target-based-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To learn more, see the [example configurations for the supported extensions](#su
7676

7777
## Premium plan with runtime scale monitoring enabled
7878

79-
When [runtime scale monitoring](functions-networking-options.md#elastic-premium-plan-with-virtual-network-triggers) is enabled the extensions themselves handle dynamic scaling because the [scale controller](event-driven-scaling.md#runtime-scaling) doesn't have access to services secured by a virtual network. After you enable runtime scale monitoring, you'll need to upgrade your extension packages to these minimum versions to unlock the extra target-based scaling functionality:
79+
When [runtime scale monitoring](functions-networking-options.md#virtual-network-triggers-non-http) is enabled, the extensions themselves handle dynamic scaling because the [scale controller](event-driven-scaling.md#runtime-scaling) doesn't have access to services secured by a virtual network. After you enable runtime scale monitoring, you'll need to upgrade your extension packages to these minimum versions to unlock the extra target-based scaling functionality:
8080

8181
| Extension Name | Minimum Version Needed |
8282
| -------------- | ---------------------- |

0 commit comments

Comments
 (0)