Skip to content

Commit 018e5e3

Browse files
Add limitation for the subnet name for Flex Consumption
1 parent a8de8d5 commit 018e5e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/flex-consumption-how-to.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ You can use Maven to create a Flex Consumption hosted function app and required
225225
226226
You can enable [virtual network integration](functions-networking-options.md#virtual-network-integration) for your app in a Flex Consumption plan. The examples in this section assume that you already have [created a virtual network with subnet](../virtual-network/quick-create-cli.md#create-a-virtual-network-and-subnet) in your account. You can enable virtual network integration when you create your app or at a later time.
227227
228+
> [!IMPORTANT]
229+
> Do not use underscores (_) in subnet names. This is a known limitation during the Public Preview phase of Flex Consumption.
230+
228231
To enable virtual networking when you create your app:
229232
230233
### [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)