-
Notifications
You must be signed in to change notification settings - Fork 374
fix: Functions runtime: Revert to netcore3.0 for functions and make code more robust to functions variations #4570
Conversation
…ore robust to functions variations
luhan2017
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried this branch and it works perfectly.
|
One side topic, do we want to support AllowedCallersClaimsValidator in AF? and do we still want to add a preview tag to Azure Functions? |
|
I'd leave functions as preview since they don't support being skill hosts, just skills. Supporting being a skill host requires a bit of delicate work with functions http routing to enable the callbacks. I may be able to look into this but not guaranteed - if I get to it I'll do an investigation and either send a Pr or file a work item with more details. Regarding validators -- true, we should port the validators change to functions and also to js (web app and functions). I did a search and didn't find work items for that work. @luhan2017, could you create work items for that and assign accordingly? Thanks :) And thanks for verifying the current change! |
|
unit test failures seem unrelated. @luhan2017 do you happen to know if these failures are being investigated on main? |
Yes, this should be an issue in main branch, we had a PR for that, I will follow up this. |
* settingsPage: (110 commits) code style update qna end point key after update qna subscription key handle comments handle comments chore: remove orchestrator (microsoft#4602) feat: taking control recognizer generation enhancements (microsoft#4549) chore: Set up Nightly static analysis pipeline in ADO (microsoft#4589) feature: show multi-skill project with correct link behavior (microsoft#4466) doc: guidelines/help-contents (microsoft#4354) Functions runtime: Revert to netcore3.0 for functions and make code more robust to functions variations (microsoft#4570) feat: Disable Connect to Skill menu action inside skill (microsoft#4557) fix (microsoft#4591) fix: Adds validation for form dialogs propery name (microsoft#4574) fix: update archive version in extensions/vacore (microsoft#4571) fix: e2e test (microsoft#4581) perf: avoid redraw when Project Tree selected item not changed (microsoft#4564) fix: security analysis failure due to bl package version (microsoft#4580) fix publish ut timeout (microsoft#4578) fix: Can not add properties in "SetProperties" action (microsoft#4572) ci: remove code scanning workflow (microsoft#4569) ...
…ore robust to functions variations (microsoft#4570) Co-authored-by: Chris Whitten <[email protected]>
Description
Fix runtime to work properly when deployed to azure functions:
Task Item
Closes #4243
Screenshots
After runtime changes, I can publish to functions
And the bot works fine in azure