You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For logging just have a custom function that takes 'environment' flag - that has either local/azurefunction as a param and depending on that do console.log/context.log
Merge both functions to keep the logic from both, I believe it was mentioned that the local one has the old method, but no reason to drop it if it hadn't been removed/deprecated yet.
The local function can then just be a script reference to the 'merged' one from the azure function with the 'local' switch, default value of the switch would be azurefunction
PS: I'm quite busy at work at the moment and don't have much time, but hope that it will change, at least for the better in a couple of weeks :)
There's a difference between the AzureFunction and the "fat" Python app installed locally.
Need to find ways on how to keep both in sync.
I'm focussed on the Python app locally, but open to ideas from @Kaloszer @lnfernux @jusso-dev
The text was updated successfully, but these errors were encountered: