Skip to content

Building and Deploying a Golang-based Timer Trigger with Azure Functions

Notifications You must be signed in to change notification settings

dusrnth/azure-function-time-trigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://medium.com/@ademola.emmanuel383/building-and-deploying-a-golang-based-timer-trigger-with-azure-functions-2f67d927dad1

링크 요약 (현재 코드 만드는 법)

  1. VSCode 에서 Azure Function Time Trigger 프로젝트 생성
  2. go mod init go-timer-trigger
  3. Azure Function 계속 실행할 수 있도록 http 웹서버 있는 main.go 생성
  4. host.json defaultExecutablePath -> main 으로 수정
  5. npm install -g azurite azurite --silent --location ./azurite --debug ./azurite/debug.log
  6. local.settings.json AzureWebJobsStorage UseDevelopmentStorage=true 로 수정
  7. go build -o main . func start

About

Building and Deploying a Golang-based Timer Trigger with Azure Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages