azureポータルから、azure functions v1 でEntityFramework6.1.3を使用しているのですが、たまに下記のようなエラーが発生します。
No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registered in the 'entityFramework' section of the application config file. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.
FUNCTIONS_EXTENSION_VERSIONを~1から1.0.10690等に変更するとエラーは解消されましたが、再起動すると同様のエラーが発生することがあります。(しないこともあります・・・)その場合は、~1に戻すと問題なく動くようになります。
また上記エラーが発生しても、しばらくすると動くようになっていたり・・・根本的な解消方法はありますでしょうか。