How to specify EntityFramework ProviderName in an Azure Function

前端 未结 6 647
梦毁少年i
梦毁少年i 2020-12-31 15:32

I\'m trying to port some webjob code to the new Azure Functions. So far I\'ve managed to import my DLL\'s and reference them succesfully, but when I use the connection strin

6条回答
  •  难免孤独
    2020-12-31 16:08

    You can access the site's App Settings by going to the portal, clicking Function app settings and then Configure app settings. That will open up a blade that allows you to set all the app settings for your function app. Just use the same key and value that you'd use for your web.config.

提交回复
热议问题