I have just created a durable function in the portal directly with:
- Starter function
- Orchestrator function
- Activity function
The reason I used the portal as I am at home and dont want to down load 4GB of VS 2019 on my home internet.
Anyway, in the portal I can see my function uses Azure storage to manage its self:
But, I can't however, find the config that points to this storage account.
I have looked in Kudu and the file system of the function app but I can find anything.
thanks