Skip to content

Commit d075132

Browse files
authored
note about managed dependencies on flex
1 parent 9ca0037 commit d075132

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 are not supported in Flex Consumption.
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 are not supported in Linux Consumption on Flex Consumption plan.
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)