GOLANG: No stacks found for "custom" on Azure Functions v4
Following the instructions on learn.microsoft.com for creating an Azure Function written in Golang, the instructions fail here: https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-other?tabs=go%2Cmacos#create-the-function-app-in-azure
...at step 3/3 with the message "No stacks found for "custom" on Azure Functions v4".
This appears to be in reference to the value in local.settings.json for "FUNCTIONS_WORKER_RUNTIME": "custom"
...but changing that to other values did not result in success or a different error message.
Is this an issue with Azure Functions? Or is it an issue with Azure Functions Core Tools?
Please provide a work-around OR document that Golang is not supported.
Thanks!
Ken