Missing single Azure function debug/run shortcut
I just installed the 2020.2 version and I miss the button that appeard close to the azure function code to execute or debug that function. Was it removed or do I have to activate it somewhere?
Thanks
Please sign in to leave a comment.
Hi @...,
Please ensure that the "Azure Toolkit for Rider" (v3.40.0.897) plugin is installed and enabled. If this plugin is present, please collect the logs using Help->Collect Logs action and submit them via Help->Contact Support
Hi Kirill Filin, yes, the toolkit it's there and enabled. I will check the logs then. Thanks

I had this issue too, running 2020.2. Was missing an Azure DevOps plugin update. After this update, the Azure toolkit for Rider, pop-up notified me for an update, even though I was running v3.40.0.897. Still after the update, I'm no longer able to debug the single functions
Hi Rasmus Tolstrup Christensen, please collect the Rider logs and send them to us as described earlier in this thread.
Hello Kirill, I'm experiencing the same issue, is there any solution/workaround?
Thanks for the logs Mookker. Could you take a look at this GitHub issue?
In case you are not using dependency injection, we would appreciate it if you could provide us a code sample by leaving a comment on the GitHub issue mentioned earlier.
Am using DI, so that's the reason?
Thank you for pointing!
Mookker, thanks for the update.
Changes to function detection logic are the cause of this behavior - currently, the Azure plugin does not process DI functions. This will change in the future and the GH issue mentioned earlier targets this specific case.