You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/flex-consumption-plan.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ Keep these other considerations in mind when using Flex Consumption plan during
147
147
+**Diagnostic settings**: Diagnostic settings are not currently supported.
148
148
+**Certificates**: Loading certificates with the WEBSITE_LOAD_CERTIFICATES app setting is currently not supported.
149
149
+**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.
@@ -21,21 +21,17 @@ You can use the Azure portal, Azure PowerShell, or Azure CLI to manage the admin
21
21
22
22
# [Azure portal](#tab/azureportal)
23
23
24
-
- Access to the Azure portal using [https://preview.portal.azure.com].
24
+
- Access to the Azure portal.
25
25
- 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).
27
26
- An existing resource group for all resources.
28
27
- Two or more existing [Virtual Machines](/azure/virtual-machines/windows/quick-create-portal).
29
28
- An existing [standard load balancer](quickstart-load-balancer-standard-internal-portal.md) in the same subscription and virtual network as the virtual machines.
30
29
- The load balancer should have a backend pool with health probes and load balancing rules attached.
31
30
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)
34
31
# [Azure PowerShell](#tab/azurepowershell)
35
32
36
33
- Access to the Azure portal.
37
34
- 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).
- 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
45
41
46
42
- Access to the Azure portal.
47
43
- 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).
- 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