-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
Description
Environment/Versions
- macOS Sonoma Version 14.6 (23G80)
- Visual Studio Code v1.98.0
- azure-functions-core-tools@4 v4.0.6821
- Azure Functions for Visual Studio Code v1.16.2
- Azure Resources for Visual Studio Code (Preview) v0.10.7
- Go for Visual Studio Code v0.46.1
Description
When attempting to create a simple Azure Function in Golang, using the Custom Handler example provided at learn.microsoft.com, the tool fails with an error message saying: No stacks found for "custom" on Azure Functions v4.
Steps to reproduce
- With the above-mentioned tools installed, follow the steps in the tutorial given at this link:
learn.microsoft.com - At section "Create the function app in Azure", step # 2/3, there is no prompt for "Select a runtime stack"
- At section "Create the function app in Azure", step # 2/3, after selecting a location/region, the error message is displayed: No stacks found for "custom" on Azure Functions v4.