Open FlipFlop17 opened 3 weeks ago
We also faced these exceptions all over our logs in one of our Logic Apps. It also suddenly stopped. It looked to us that an extension provider was rolled out with a bug in it which MSFT discovered and that they rolled back or upgraded to a working version.
But we'd like to hear confirmation if that was the case or not.
This morning we started getting errors on all of our Logic Apps with the following error:
Microsoft.Extensions.DependencyInjection: Unable to resolve service for type 'Microsoft.Azure.Workflows.WebJobs.Extensions.Scale.SqlScaleMonitorService' while attempting to activate 'Microsoft.Azure.Workflows.WebJobs.Extensions.Initialization.WorkflowExtensionProvider'.
After we changed the way we type the version they started working again:
So we swtiched from this: [1.*, 2.0.0) to this: (1.*, 2.0.0)
Notice the change in the first bracket from [ -> ( .
Any info about this ?