microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running as a Docker container: Unable to set CLIENT_ID and OPENID_ISSUER

jaliyaudagedara opened this issue · comments

I tried to DFM in an Azure Web App for Containers.
image

I can access the DFM without authentication, but I cannot enable authentication by setting the necessary configuration.

WEBSITE_AUTH_CLIENT_ID to the newly created app registration's Client Id;
WEBSITE_AUTH_OPENID_ISSUER to https://login.microsoftonline.com/<my-azure-tenant-id>/v2.0.

image

Running DfMon "in an Azure Web App for Containers" is not supported and is not going to be supported.
DfMon is an Azure Function, and cannot be run as a Web App.

All supported ways of running DfMon are described here.

@scale-tone,

Oh yes, I am so sorry, it's my mistake.

Thanks!