Azure Functions Database Connection String

前端 未结 14 718
谎友^
谎友^ 2020-12-05 17:08

How do I add or access an app.config file in Azure functions to add a database connection string?

If you\'re not supposed to add an app.config

14条回答
  •  佛祖请我去吃肉
    2020-12-05 17:28

    You should store connection string in azure key vault and enable MSI on azure function and add access policy on azure key vault to read key value.

提交回复
热议问题