Azure Functions con Python | HTTP Trigger

Опубликовано: 09 Октябрь 2024
на канале: NelsonCode
2,265
42

RECUERDA SUSCRIBIRTE AL CANAL

Grupo de Python en Facebook
https://www.facebook.com/groups/32998...

0:00 Introduccion
0:15 Entorno virtual
0:34 Creando proyecto de Azure Functions
1:36 Instalando dependencias con requirements.txt
2:03 Probando proyecto en local (Azure Functions Core Tools)
3:20 Descargando un repositorio de GitHub con su API
5:52 Testing en funciones de Azure Functions | unittest
7:27 Desplegando nuestra funcion en Azure (nube)

► Instagram:   / nelsoncode  
► Github: https://github.com/NelsonCode
► DEV.to: https://dev.to/nelsoncode
► Codepen: https://codepen/nelsoncode
► Facebook:   / nelsoncode.dev  
► Twitter:   / nelsoncode_dev  

Código de ejemplo en GitHub
https://github.com/NelsonCode/azure-f...

#python #azure #functions