microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[VsCodeExt] Incompatibility with Azure Account's MSAL

scale-tone opened this issue · comments

Azure Account extension is switching to MSAL for authenticating to Azure.

DfMon extension is not fully compatible with that change, mostly because of this code here (tokenCredential.environment appears to be undefined).

Right now the issue is somewhat hidden, since the logic silently falls back to storage keys (if they are available). But still need to find a compatible way to make those storage calls.

Fixed in v6.2