Skip to content

Commit d03a458

Browse files
Update articles/azure-functions/functions-reference-powershell.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 3903798 commit d03a458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ The following considerations apply when using dependency management:
494494

495495
+ Managed dependencies currently don't support modules that require the user to accept a license, either by accepting the license interactively, or by providing `-AcceptLicense` switch when invoking `Install-Module`.
496496

497-
+ Managed dependencies are not supported in Linux Consumption on Flex Consumption plan.
497+
+ Managed dependencies aren't supported when you host your function app in a [Flex Consumption plan](flex-consumption-plan.md). You must instead [define your own custom modules](#custom-modules).
498498

499499
### Dependency management app settings
500500

0 commit comments

Comments
 (0)