0

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:

enter image description here

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

RuSs
  • 1,725
  • 1
  • 29
  • 47

1 Answers1

1

You will find connection string of Azure storage in app settings of function app

Agrawal Shraddha
  • 734
  • 1
  • 5
  • 18
  • thanks. It was early and I now realise my brain was not in full operation yet. Thanks very much. – RuSs Jun 29 '19 at 23:51