Closed mustafafarooq closed 1 year ago
Hello @mustafafarooq, could you please let me know which version of the functions you are using? You can find this information in the Azure portal under Functions > Configuration > Function runtime settings. The version should be ~4.
Data Function
Function
Prep Function
Hi @mustafafarooq, thanks for your patience. You need to go to Azure portal, for each function, navigate to Configuration and change the FUNCTIONS_EXTENSION_VERSION to ~4 and restart them.
More details here:
https://github.com/OfficeDev/microsoft-teams-apps-company-communicator/wiki/v5-migration-guide
I am closing this issue. Please reopen it in case the problem persists.
The sent message is stuck in queue upon checking the Azure functions there is this notification at top. I have deployed the app from the master-v5.31 repo.
axcommunicatorapp-function Microsoft.Teams.Apps.CompanyCommunicator.Send.Func: Could not load file or assembly 'Microsoft.Extensions.Options, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
axcommunicatorapp-prep-function Microsoft.Teams.Apps.CompanyCommunicator.Prep.Func: Could not load file or assembly 'Microsoft.Extensions.Options, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
axcommunicatorapp-data-function Microsoft.Teams.Apps.CompanyCommunicator.Data.Func: Could not load file or assembly 'Microsoft.Extensions.Options, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.