Closed sajibcefalo closed 3 years ago
Please install this package package and add the code
WebJobsBuilder.Services.AddWestwindGlobalization();
Please install this package package and add the code
WebJobsBuilder.Services.AddWestwindGlobalization();
Thanks! It works like a charm
I tried the following code to integrate westwind globalization in azure function version 2.
My appsettings.json is as following:
In the start up project I initialized DbResourceConfiguration as follows:
It works fine locally. But, when I deployed the app in azure it does not starts and throws the following exception
I downloaded and explored the Westwind.Utilities code could not find out where the problem occurs