Skip to content

Commit aecf5cc

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ip-notify
2 parents 9c80edd + 4bfd62a commit aecf5cc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

articles/azure-functions/flex-consumption-plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Keep these other considerations in mind when using Flex Consumption plan during
147147
+ **Diagnostic settings**: Diagnostic settings are not currently supported.
148148
+ **Certificates**: Loading certificates with the WEBSITE_LOAD_CERTIFICATES app setting is currently not supported.
149149
+ **Key Vault References**: Key Vault references in app settings do not work when Key Vault is network access restricted, even if the function app has Virtual Network integration. The current workaround is to directly reference the Key Vault in code and read the required secrets.
150+
+ **Azure Files file share mount**: [Mounting an Azure Files file share](./scripts/functions-cli-mount-files-storage-linux.md) does not work when the function app has Virtual Network integration.
150151

151152
## Related articles
152153

articles/load-balancer/manage-admin-state-how-to.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-load-balancer
77
ms.topic: how-to
8-
ms.date: 05/30/2024
8+
ms.date: 10/25/2024
99
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
1010
---
1111

@@ -21,21 +21,17 @@ You can use the Azure portal, Azure PowerShell, or Azure CLI to manage the admin
2121

2222
# [Azure portal](#tab/azureportal)
2323

24-
- Access to the Azure portal using [https://preview.portal.azure.com].
24+
- Access to the Azure portal.
2525
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/)
26-
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining** in your subscription. For information on registering the feature in your subscription, see [Register preview feature doc](../azure-resource-manager/management/preview-features.md).
2726
- An existing resource group for all resources.
2827
- Two or more existing [Virtual Machines](/azure/virtual-machines/windows/quick-create-portal).
2928
- An existing [standard load balancer](quickstart-load-balancer-standard-internal-portal.md) in the same subscription and virtual network as the virtual machines.
3029
- The load balancer should have a backend pool with health probes and load balancing rules attached.
3130

32-
> [!IMPORTANT]
33-
> This feature is supported via Azure Portal Preview. To use this feature in Azure Portal, make sure you are using [Azure Portal Preview link] (https://preview.portal.azure.com)
3431
# [Azure PowerShell](#tab/azurepowershell)
3532

3633
- Access to the Azure portal.
3734
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/)
38-
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining** in your subscription. For information on registering the feature in your subscription, see [Register preview feature doc](../azure-resource-manager/management/preview-features.md).
3935
- An existing resource group for all resources.
4036
- Existing [Virtual Machines](/azure/virtual-machines/windows/quick-create-powershell).
4137
- An existing [standard load balancer](quickstart-load-balancer-standard-internal-powershell.md) in the same subscription and virtual network as the virtual machine.
@@ -45,7 +41,6 @@ You can use the Azure portal, Azure PowerShell, or Azure CLI to manage the admin
4541

4642
- Access to the Azure portal.
4743
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/)
48-
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining** in your subscription. For information on registering the feature in your subscription, see [Register preview feature doc](../azure-resource-manager/management/preview-features.md).
4944
- An existing resource group for all resources.
5045
- Existing [Virtual Machines](/azure/virtual-machines/windows/quick-create-cli).
5146
- An existing [standard load balancer](quickstart-load-balancer-standard-internal-cli.md) in the same subscription and virtual network as the virtual machine.

0 commit comments

Comments
 (0)