Sebastian RogersAzure Static Web Apps: The ‘FUNCTIONS_WORKER_RUNTIME’ setting is required.TL;DR You need to create a local.settings.json file with the FUNCTIONS_WORKER_RUNTIME setting.May 10May 10
Sebastian RogersEasy ways to capture PowerShell output: 1 Start-TranscriptTL;DR Don’t write directly to files in PowerShell, use Start-Transcript instead.Feb 22Feb 22
Sebastian RogersAzure Static Web App: I don’t want the app in the root of my projectTL;DR You need to change the YAML file as well as the folder.Feb 8Feb 8
Sebastian RogersAzure Static Web App: CodeSpaces won’t load local developmentTL;DR You need to use an external DNS if you want localhost redirection to work for GitHub CodeSpaces.Jan 25Jan 25
Sebastian RogersAzure Static Web App: “Error: error:0308010C:digital envelope routines::unsupported”TL;DR You need the latest copy of react scripts installed to avoid the error:0308010C:digital envelope routines::unsupported.Jan 16Jan 16
Sebastian RogersToday’s Technical Terms: TrussNumber 1 in an occasional series of technical terminology we need but don’t have, yet.Nov 1, 2023Nov 1, 2023
Sebastian RogersOrchestration modes for Virtual Machine Scale Sets in AzureTL;DR You can now directly access the Azure VMs in a VM Scale Set if you select the right option when you create it.Oct 18, 2023Oct 18, 2023
Sebastian RogersInstall PowerShell in Visual Studio CodeSpacesTL;DR If you want PowerShell available in your GitHub Codespace just set up a devcontainer.json file with the…Aug 25, 2023Aug 25, 2023
Sebastian RogersManaging Moving Migrations: I need lots of test data and I need it fastTL;DR You can’t use real data for testing but there aren’t any good sets of test data available on the internet so you’ll need to create…Jun 20, 2023Jun 20, 2023
Sebastian RogersNode 18: Azure Functions not happy, but it can beTL;DR When you upgrade to node 18 you will find that azure functions can no longer be debugged, you need to update…Jun 1, 2023Jun 1, 2023