Azure Function Local Debug Logs
As we are testing in local and would like to having all the logs that printed using iLogger to be saved automatically, hereby we edit… Read More »Azure Function Local Debug Logs
As we are testing in local and would like to having all the logs that printed using iLogger to be saved automatically, hereby we edit… Read More »Azure Function Local Debug Logs
Last week, we faced an issue whereby the Azure Function didn’t log one of the request that coming in. The team struggled hard as the… Read More »Missing log in Azure Function
We came to an issue whereby we have tester to use the D365 Web API. He is getting below error: {“error”:{“code”:”0x80060888″,”message”:”Property _prefix_fieldname_value cannot be updated… Read More »Issue when Update Entity Reference To Null
Whenever you have custom API developed and choose it as a Function, it will be treat as GET function and by right should work via… Read More »D365 Custom API GET Function URL
We have one production issue where by our Azure Web Jobs are scale out to 2 instances. Having 2 instance running, which mean it will… Read More »Azure Web Job Singleton