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-how-to.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ You can use Maven to create a Flex Consumption hosted function app and required
226
226
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.
227
227
228
228
> [!IMPORTANT]
229
-
> Do not use underscores (_) in subnet names. This is a known limitation during the Public Preview phase of Flex Consumption.
229
+
> The Flex Consumption plan currently doesn't support subnets with names that contain underscore (`_`) characters.
230
230
231
231
To enable virtual networking when you create your app:
0 commit comments