microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL MI Connection

saranb92 opened this issue · comments

while using User name Password connective via service account getting error DFM_ALTERNATIVE_CONNECTION_STRING-user-id not provided. please expline the environment field name DFM_ALTERNATIVE_CONNECTION_STRING usage while connecting to SQL MI for the Monitoring.

Tasks

No tasks being tracked yet.

Hello @saranb92 ,

As documented:

, to monitor Task Hubs managed by Durable Task SQL Provider you need to use DfMon for Durable Task SQL Provider. See detailed instructions there on how to configure it.

DFM_ALTERNATIVE_CONNECTION_STRING_XXX settings are only intended and only supported for the default, Azure Storage-based durability provider. Don't use them with MSSQL storage.

An alternative (and the easiest) way of monitoring all supported durability providers (Azure Storage, MSSQL and Netherite) is to use DfMon-as-a-VsCode-Extension.