Skip to content

Commit edf29fd

Browse files
committed
Fix-up of CdPark's edits
1 parent 4a677e8 commit edf29fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/azure-functions/functions-develop-vs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ To start your function in Visual Studio in debug mode:
240240
241241
When you run Visual Studio in debug mode, breakpoints are hit as expected.
242242
243+
::: zone pivot="in-proc"
243244
For a more detailed testing scenario using Visual Studio, see [Testing functions](#testing-functions).
245+
::: zone-end
244246
245247
## Publish to Azure
246248

articles/azure-functions/functions-premium-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Functions Premium plan
33
description: Learn about details and configuration options (virtual network, no cold start, unlimited execution duration) for the Azure Functions Premium plan.
44
author: nzthiago
55
ms.topic: concept-article
6-
ms.date: 03/12/2025
6+
ms.date: 04/04/2025
77
ms.author: thalme
88
ms.custom: references_regions, fasttrack-edit, devx-track-azurepowershell, build-2024
99
---
@@ -24,7 +24,7 @@ Premium plan hosting provides the following benefits for your functions:
2424
* High-density app allocation for plans with multiple function apps
2525
* Support for [Linux container deployments](./container-concepts.md)
2626

27-
When you use the Premium plan, instances of the Azure Functions host are added and removed based on the number of incoming events, just like the [Consumption plan](consumption-plan.md). Multiple function apps can be deployed to the same Premium plan, and the plan allows you to configure compute instance size, base plan size, and maximum plan size.
27+
When you use the Premium plan, instances of the Azure Functions host are added and removed based on the number of incoming events, just like the [Flex Consumption plan](./flex-consumption-plan.md) and the [Consumption plan](consumption-plan.md). Multiple function apps can be deployed to the same Premium plan, and the plan allows you to configure compute instance size, base plan size, and maximum plan size.
2828

2929
## Billing
3030

0 commit comments

Comments
 (0)