Replies: 1 comment 9 replies
-
Hi @XBeg9 , unfortunately with Netherite DfMon can only work in "injected" mode by now. Means that you would need to install DfMon NuGet package into your running service and then deploy/host it in the same way you deploy/host your service today. And of course, configure auth for you service as needed. Reason for this limitation is that Netherite does not support "readonly" mode (or at least didn't support it earlier). When an external Functions instance connects to a Netherite-backed Task Hub, it forcibly "joins the party" and tries to process messages, which results in a disaster (because that external instance doesn't have your app's binaries). Therefore there wouldn't be much sense in making/running a Docker container for DfMon+Netherite, so we don't have that, as of today (although we do have a sample project that demonstrates how to do the plumbing) But maybe the situation with "readonly" mode in Netherite has advanced since then. @sebastianburckhardt , do you maybe have any further input on this? |
Beta Was this translation helpful? Give feedback.
-
I don't see a possible config to change to netherite backend, if it's not possible, I see the dockerfile, could you please suggest steps that I should take to make it work? Thanks
Beta Was this translation helpful? Give feedback.
All reactions