[X] regression (a behavior that used to work and stopped in a new version)
Describe the bug
Command "func azure functionapp publish " leads to broken function deployment while using the VSC extension for azure functions (Deploy to Function App) works fine.
Error Message:
Microsoft.Extensions.Http: Value cannot be null. (Parameter 'name').
Expected Behavior
Functional deployment as with the VSC extension.
Steps To Reproduce
Generate SDK
Open Function sample in VS Code as new project and configure OData API
Is there an existing issue for this?
What type of issue are you facing
Describe the bug
Command "func azure functionapp publish" leads to broken function deployment while using the VSC extension for azure functions (Deploy to Function App) works fine.
Error Message: Microsoft.Extensions.Http: Value cannot be null. (Parameter 'name').
Expected Behavior
Functional deployment as with the VSC extension.
Steps To Reproduce
Add screenshots to help explain your problem
No response
Additional context
No response