-
Notifications
You must be signed in to change notification settings - Fork 35
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
Manage multiple AzureWebJobsStorage #214
Comments
Hey @MarcoTranfaglia , DfMon InProc does supports multiple Storage accounts, via DfMon Isolated does not support those, and is unlikely to ever support. After all, you can always run multiple DfMon instances on the same App Service Plan - and that would eliminate the cost concern (if that is the concern). If there're any other concerns - please, share. DfMon as a VsCode ext automatically shows you all Task Hubs in all Storage accounts visible to you, so that is also an option. |
@MarcoTranfaglia , does that answer your question? |
Hi! It anwers my question, but unluckly does not solve our scenario . Since we have many Functions App (with different storage account) we wanted to have 1 single instance of DFM that monitors multiple functions. |
So, why not using one single instance of DfMon InProc? |
Hi @scale-tone InProcess worker mode is in path of deprecation : https://azure.microsoft.com/fr-fr/updates/retirement-support-for-the-inprocess-model-for-net-apps-in-azure-functions-ends-10-november-2026 I'm in same situation than Marco, should be far more user friendly if you have 1 DfMon for all function. |
I have the same scenario, one dfm instance to monitor multiple taskhubs on different storage accounts. For security purposes, these accounts have their access keys disabled. As you stated earlier, in-proc does dfmon does not support identity-based storage. |
At the moment the Durable Function Monitor manages one instance of Azure Storage, via Env Var: AzureWebJobsStorage.
Would it be possible to have more than one Azure Storage connection?
Configuration can be achieved (for example) via comma separated values of connection strings
So in the UI, it should be added a combo box that makes possible to choose between different storages configured,
(and for each storage we can have multiple Task Hub choices)
The text was updated successfully, but these errors were encountered: