Dica: Pressione ESC para fechar

Dicas de .NET

Como criar e publicar uma Azure Function em C# para consultar o mercado de ações (completo)

Sobre o Vídeo

Notas Importantes

Comandos-chave usados:

npm i -g azure-functions-core-tools@4
npm i -g azurite
azurite --version
func --version
dotnet --list-sdks
func init nome --worker-runtime dotnet --target-framework net8.0
func new --name FunctionName --template "Timer trigger"
# F5 (debug no VS Code)

Tecnologias e Tags

Compartilhe este Vídeo

Vídeos Relacionados

Outras Playlists Relacionadas