You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Extensions.DependencyInjection: Unable to resolve service for type 'Microsoft.Azure.Workflows.WebJobs.Extensions.Scale.SqlScaleMonitorService'
#442
Open
FlipFlop17 opened this issue
Oct 30, 2024
· 1 comment
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: