Mark Andrews
  • Home
  • Creative
  • Contact
Azure

View application logs for Azure Functions

Mark Andrews

21 Jun 2023

First, go to advanced tools, then click 'GO',

enter image description here

Then After you go to kudu, click Debug Console -> CMD -> LogFiles -> Application -> Functions -> yourtriggername. You will find log file there.

source:  https://stackoverflow.com/questions/68009769/azure-function-500-internal-internal-server-error-in-run-test-mode

Ubuntu 24.04LTS slow

x11, Gnome - painfully slow to open local directories; Downloads, Documents, etc. sudo apt remove xdg-desktop-portal-gnome Solution from this thread. Removing random packages is dodgy but it worked with no apparent adverse effects.
03 Jan 2026

dotnet core local auth

Bypass auth for local access if (app.Environment.IsDevelopment()) app.MapControllers().AllowAnonymous(); else app.MapControllers();
09 Feb 2025

VS Code on Windows, save without formatting

Default on Windows: Ctrl + k then Ctrl + Shift + s How do I turn off text formatting on save in visual studio code?I don’t know why my code is auto formatted on save and for some reason changing the layout. I figured out this was due to auto format
18 Oct 2024 1 min read
Mark Andrews © 2026
  • Privacy
Powered by Ghost