Skip to content

Commit 88fe004

Browse files
authored
Merge pull request #123860 from TsuyoshiUshio/tsushi/addsubnetname
[Azure Functions] [Flex Consumption] Add limitation for the subnet name for Flex Consumption
2 parents 1ea56fd + 58a61f8 commit 88fe004

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+
> The Flex Consumption plan currently doesn't support subnets with names that contain underscore (`_`) characters.
230+
228231
To enable virtual networking when you create your app:
229232
230233
### [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)