-
Couldn't load subscription status.
- Fork 5.1k
[Storage] [WebJobs] LogScan to properly use the target BlobServiceClient when specified #53464
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
base: main
Are you sure you want to change the base?
[Storage] [WebJobs] LogScan to properly use the target BlobServiceClient when specified #53464
Conversation
…y.RegisterAsync; Added catch for possible permissions failure to default to primary
|
It would be great if this could be merged and released soon! We have also opened a case with Azure Support about this (#2510070050000897). Trace that show restartExceptiont that is logged just before this traceStacktrace for this exceptionSee support case #2510070050000897. |
Attempt to address: #49993
In order to ensure polling and scanning operations use the "target" BlobServiceClient specified we had to make changes to how Listeners are added and the BlobListenerStrategy is initialized.
In my attempt here, I did the following:
TODO: