This repo is just to learn the Serverless GO with Azure
- Install Azure Function extension
- Azure tab -> Workspace -> Create Project -> Create Function
- Select a folder, usually your current folder.
- In Select a language, select Custom Handler.
- In Select a template for your first function, select HttpTrigger.
- Give the app a name, such as hello.
- Select an authorization level of anonymous. You can change that later if you want.
go build server.go
Then update defaultExecutablePath
Then start the function
func start