Skip to content

Commit 550c644

Browse files
Merge pull request #279519 from shreyabatra4/shbatr/powershellupdates
note about managed dependencies on flex
2 parents dc5ac09 + d03a458 commit 550c644

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

articles/azure-functions/flex-consumption-plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ Keep these other considerations in mind when using Flex Consumption plan during
138138
+ **Scale**: The lowest maximum scale in preview is `40`. The highest currently supported value is `1000`.
139139
+ **Authorization**: EasyAuth is currently not supported. Unauthenticated callers currently aren't blocked when EasyAuth is enabled in a Flex Consumption plan app.
140140
+ **CORS**: CORS settings are currently not supported. Exceptions might occur if CORS is configured for Flex Consumption apps.
141+
+ **Managed dependencies**: [Managed dependencies in PowerShell](functions-reference-powershell.md#dependency-management) aren't supported by Flex Consumption. You must instead [define your own custom modules](functions-reference-powershell.md#custom-modules).
141142

142143
## Related articles
143144

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,8 @@ 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 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).
498+
497499
### Dependency management app settings
498500

499501
The following application settings can be used to change how the managed dependencies are downloaded and installed.

0 commit comments

Comments
 (0)