Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@FlipFlop17
Copy link

FlipFlop17 commented Oct 30, 2024

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 ?

@wesselkranenborg
Copy link

wesselkranenborg commented Oct 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants