Serverless Go in Azure Functions with custom handlers

preview_player
Показать описание
Getting started from scratch with Go custom handlers in Azure Functions.

2:10 Convert a Go HTTP API to Azure Functions with minimal changes
7:15 Trigger a Go function from queue messages
12:34 Deploy the function app to an Azure Functions Consumption plan
16:22 Custom handler tips and tricks
- Local and cloud settings
- Route all http traffic to custom handler
- Debugging custom handlers

To run the "func" commands, install Azure Functions Core Tools:

Go in Azure Functions quickstart:

Azure Functions custom handlers documentation:
Рекомендации по теме
Комментарии
Автор

Hi Anthony, great content and perfect starting point for using custom handlers in Azure Functions. I especially liked the additional hints and tricks you presented.

lechnerc
Автор

Hi Anthony, Incredible first video! Very well explained.

rpotube
Автор

Excellent introduction to custom handlers!

mattias.engineer
Автор

Ah, almost perfect. I wish you covered authLevel and work through the azure portal on different keys, and which one to use.

brianp
Автор

what about different triggers like a servicebus message?

delduked
Автор

Awesome video, new sub. Would love to see an example that leverages read/writing with blob stores and using keyvault sectrets.

jonnykopp
Автор

Great video Anthony.

I have one question, Do we lose any performance when writing azure functions using a custom handler using GO ? When compared to other languages like Nodejs which has first-class integrated support

majuansari
Автор

So I can't create a serverless function using purely golang?

hugomartinezf
Автор

Cool video man, make sure to tell bill gates to support natively soon too. For now this is awesome

franciscoarias