microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions
MIT License
221 stars 36 forks source link

SQL MI Connection #177

Closed saranb92 closed 6 months ago

saranb92 commented 6 months ago

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
scale-tone commented 6 months ago

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.